/* Prerequisites
#################################################################################################################################################################*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

body {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #ccc;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #102135;
}

/* Mobile styles
#################################################################################################################################################################*/
@media (max-width: 1250px) {

    .title-overlay h1 {
        font-size: 35px !important;
    }

    .title-overlay h2 {
        font-size: 25px !important;
    }

    .section, .section-alt {
        text-align: center;
        padding-top: 33px !important;
        padding-bottom: 33px !important;
    }

    .section {
        margin-top: -75px;
    }

    .section img, .section-alt img {
        display: none;
    }

    .section .section-divider, .section-alt .section-divider {
        margin: 20px auto !important;
        max-width: 75% !important;
    }

    .section .section-text, .section-alt .section-text {
        padding: 0 !important;
    }

    .full-width-image-container {
        max-height: 250px;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .social-icon img {
        width: 25px;
        height: 25px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* Header
#################################################################################################################################################################*/
header {
    position: fixed;
    width: 100%;
    background-color: #0f3657;
    padding: 10px 0;
    height: 35px;
    z-index: 1000;
    top: 0;
    display: flex;
    align-items: center;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    max-width: 1500px;
    margin: 0 auto;
}

.logo {
    max-height: 35px;
    display: block;
}

.contact-button {
    padding: 5px 35px;
    background: rgba(0, 0, 0, 0);
    color: #fe8200;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid;
    font-size: 15px;
}

.contact-button:hover {
    background-color: #667a92;
    color: #ccc;
    border-color: #667a92;
}

/* Hero
#################################################################################################################################################################*/
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    margin-bottom: 0;
    padding-bottom: 0;
}

.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
    padding-bottom: 0;
}

.title-overlay {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #0f3657;
    z-index: 1;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    margin-top: 75px;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-bottom: 0;
}

.title-overlay h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    transform: translateY(-75px);
}

.title-overlay .title-divider {
    border: 0;
    height: 3px;
    background: #fe8200;
    width: 100%;
    transform: translateY(-75px);
}

.title-overlay h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    transform: translateY(-75px);
}

/* Main
#################################################################################################################################################################*/
main {
    width: 75%;
    max-width: 1500px;
    margin: 0 auto;
}

.content {
    text-align: left;
    position: relative;
}

.section {
    padding-top: 25px;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}

.section img {
    min-width: 555px;
    height: 700px;
    border-radius: 8px;
}

.section .section-text {
    padding-left: 66px;
}

.section h1 {
    line-height: 33px;
    font-size: 30px;
}

.section .section-divider {
    border: 0;
    height: 2px;
    background: #fe8200;
    margin: 20px 0;
    max-width: 50%;
}

.section p {
    line-height: 33px;
}

.full-width-image-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 350px;
    overflow: hidden;
}

.full-width-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%) brightness(1.25);
}

.section-alt {
    padding-top: 100px;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}

.section-alt img {
    min-width: 555px;
    height: 700px;
    border-radius: 8px;
}

.section-alt .section-text {
    padding-right: 66px;
}

.section-alt h1 {
    line-height: 33px;
    font-size: 30px;
}

.section-alt .section-divider {
    border: 0;
    height: 2px;
    background: #fe8200;
    margin: 20px 0;
    max-width: 50%;
}

.section-alt p {
    line-height: 33px;
}

/* Footer
#################################################################################################################################################################*/
footer {
    background-color: #0d1c2f;
    font-size: 15px;
}

.footer-container {
    width: 75%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    margin-top: 20px;
    margin-bottom: 40px;
}

.footer-right {
    display: flex;
    gap: 5px;
}

.social-icon img {
    width: 35px;
    height: 35px;
}

/* Default link color and Link color on hover
#################################################################################################################################################################*/
a {
    color: #667a92;
}

a:hover {
    color: #fe8200;
}

/* Specific styling for the privacy policy page
#################################################################################################################################################################*/
.policy {
    width: 100%;
    text-align: justify;
    margin-top: 100px;
    margin-bottom: 100px;
}

.policy h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.policy p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Hide date and title
#################################################################################################################################################################*/
.policy .date-container {
    display: none;
}

.hidden-title {
    display: none;
}
