@charset "UTF-8";
/* CSS Document */

/* Custom css below this line */


body {
    background-color: #ffffff;
}
.alert-custom {
    background-color: #bf1e2e;
}


/* Links */
a:hover {
    text-decoration: none;
    color: #6ba2b8;
}
.color-highlight {
    color: #6ba2b8;
}
.readmore {
    text-decoration: underline;
}
.links-about a:hover {
    text-decoration: none;
    color: #000000;
}


/* Titles & Fonts */
.font-one {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.font-light {
    font-weight: 400;
}
.font-med {
    font-weight: 600;
}
p, h1, h2, h3, h4, h5, h6, li, a, address, span, input, label {
    font-family: 'Montserrat', sans-serif;
}
.h-600 {
    font-weight: 600;
}
.font-schedule {
    font-size: 0.8rem;
}


/* One */
.bg-one {
    background-color: #6ba2b8;
    color: #ffffff;
}
.btn-one {
    background-color: #6ba2b8;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
}
.btn-one:hover {
    background-color: #929292;
    color: #ffffff;
}
.color-one {
    color: #6ba2b8;
}

/* Two */
.bg-two {
    background-color: #e9cdb2;
    color: #ffffff;
}
.btn-two {
    background-color: #e9cdb2;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
}
.btn-two:hover {
    background-color: #929292;
    color: #ffffff;
}
.color-two {
    color: #e9cdb2;
}

/* Three */
.bg-three {
    background-color: #ffffff;
    color: #6ba2b8;
}
.btn-three {
    background-color: #ffffff;
    color: #6ba2b8;
    font-weight: 600;
    font-size: 0.9rem;
}
.btn-three:hover {
    background-color: #929292;
    color: #ffffff;
}

/* Four */
.bg-four {
    background-color: #000000;
    color: #ffffff;
}
.btn-four {
    background-color: #000000;
    color: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.9rem;
}
.btn-four:hover {
    background-color: #929292;
    color: #ffffff;
}

/* Backgrounds */
.bg-placeholder {
    background-image: url('https://via.placeholder.com/2400x1600/');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    min-height: 450px;
}
.header-homepage {
    background-image: url('../../images/img-header.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 600px;
}
.header-white {
    background-color: #ffffff;
    min-height: 800px;
}
.bg-box-1 {
    background-image: url('../../images/img-box-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    min-height: 450px;
}
.bg-box-2 {
    background-color: #6ba2b8;
    color: #ffffff;
    min-height: 450px;
}
.bg-box-3 {
    background-image: url('../../images/img-box-3.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    min-height: 450px;
}
.bg-box-4 {
    background-color: #e9cdb2;
    color: #ffffff;
    min-height: 450px;
}
.bg-credentials {
    background-image: url('../../images/bg-credentials.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 350px;
}

/* Images */
.credential-list img {
    max-height: 1rem;
}
