@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Stardos+Stencil:wght@400;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    background-color: #046387;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.Normal {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #1CAADE;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:visited {
    color: #1CAADE;
}

a:visited:hover {
    text-decoration: none;
    color: #000;
}

.bi {
    vertical-align: text-top;
    padding: 0 10px;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1CAADE;
}

#TopHeader h1,
#TopHeader h2,
#TopHeader h3,
#TopHeader h4,
#TopHeader h5,
#TopHeader h6,
#TopHeader p {
    color: #fff;
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55)), url('/Portals/144/AdobeStock_146225230-1600.jpg');
    background-size: cover;
    background-position: center;
    height: 450px;
    display: none;
}

.Page-Home .hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    display: none;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text p,
.hero-text .bi {
    color: #fff !important;
}

.hero-text h1 {
    font-size: 4.5rem;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.fullWidthPane p {
    margin-top: 0;
    margin-bottom: 0;
}

#MainContent {
    padding-top: 50px;
    padding-bottom: 50px;
}

#MainContent li {
    margin: 1rem 0;
}

.image-border {
    border-radius: 10px;
}

.orange-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #FF9017;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.orange-button:hover {
    background-color: #EC7B00;
    color: #fff !important;
    text-decoration: none;
}

.blue {
    background-color: #fff;
    border: 2px solid #1CAADE;
    padding: 1% 2%;
}

.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6,
.blue p {
    color: #000;
}

.orange {
    background-color: #fff;
    border: 2px solid #FF9017;
    padding: 1%;
}

.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5,
.orange h6,
.orange p {
    color: #000;
}

/* video hero */

.video-hero-bg {
    object-fit: cover;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

#videoBG {
    object-fit: cover;
    width: 100%;
    display: block;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    margin-top: 0;
    margin-bottom: 0;
}


#Footer {
    background-color: #1CAADE;
    padding-top: 2%;
    padding-bottom: 2%;
}

#Footer p {
    color: #fff !important;
}

#Footer a {
    color: #FFBA6F;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#Footer a:hover {
    text-decoration: none;
    color: #fff;
}

#Footer a:visited {
    color: #FFBA6F;
}

#Footer a:visited:hover {
    text-decoration: none;
    color: #fff;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 992px) {

}

@media screen and (max-width: 991px) {
    h1, h2, h3, h4, h5, h6 {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

}

@media screen and (max-width: 767px) {

    .hero-text h1 {
        font-size: 3rem;
    }
}
