p {
    font-size: 1.3rem;
}

a {
    color: #00689F;
    text-decoration: none;
}
a:hover {
    color: #F17430;
    text-decoration: underline;
}

.btn-primary {
    background-color: #00689F;
    border: 0px;
}
.btn-primary:hover {
    background-color: #F17430;
    border: 0px;
    text-decoration: none;
}
.btn-secondary {
    background-color: #F17430;
    border: 0px;
}
.btn-secondary:hover {
    background-color: #00689F;
    border: 0px;
    text-decoration: none;
}

.header-bar {
    background-color: #F7DA30;
    background-image: url(../media/logo.png);
    background-repeat: no-repeat;
    height: 120px !important;
}
@media (max-width:450px){
    .header-bar {
        height: 60px !important;
        background-image: url(../media/logo-short.png);
    }
}

.title-bar {
    background-color: #00689F;
}

.footer-bar {
    background-color: #00689F;
    color: white;
}
.footer-bar a {
    color: white;
}
.footer-bar p {
    font-size: 0.7rem;
    color: white;
}

.video {
    position: relative;
    margin-bottom: $spacer * 2;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.video iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-card {
    border: 2px solid #00689F;
    color: black;
}
.video-card:hover {
    border: 6px solid #F17430;
}
.video-card-col a:hover {
    text-decoration: none;
}

.ap-card {
    border: 2px solid #00689F;
    color: black;
}
.ap-card:hover {
    border: 6px solid #F17430;
}
.ap-card-col a:hover {
    text-decoration: none;
}

.ap-top {
    background-color: #1a77a9;
}

.ap-box-dark {
    background-color: #1a77a9;
}

.ap-box-light {
    background-color: #e6f0f5;
}

.ap-text-blue {
    color: #00689F;
}
