@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita/hinted-Gordita-Bold.eot);
    src:
        url(../fonts/Gordita/hinted-Gordita-Bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Gordita/hinted-Gordita-Bold.woff2) format('woff2'),
        url(../fonts/Gordita/hinted-Gordita-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita/hinted-Gordita-Black.eot);
    src:
        url(../fonts/Gordita/hinted-Gordita-Black.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Gordita/hinted-Gordita-Black.woff2) format('woff2'),
        url(../fonts/Gordita/hinted-Gordita-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita/hinted-Gordita-BlackItalic.eot);
    src:
        url(../fonts/Gordita/hinted-Gordita-BlackItalic.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Gordita/hinted-Gordita-BlackItalic.woff2) format('woff2'),
        url(../fonts/Gordita/hinted-Gordita-BlackItalic.woff) format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita/hinted-Gordita-RegularItalic.eot);
    src:
        url(../fonts/Gordita/hinted-Gordita-RegularItalic.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Gordita/hinted-Gordita-RegularItalic.woff2) format('woff2'),
        url(../fonts/Gordita/hinted-Gordita-RegularItalic.woff) format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita/hinted-Gordita-Regular.eot);
    src:
        url(../fonts/Gordita/hinted-Gordita-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Gordita/hinted-Gordita-Regular.woff2) format('woff2'),
        url(../fonts/Gordita/hinted-Gordita-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita/hinted-Gordita-Medium.eot);
    src:
        url(../fonts/Gordita/hinted-Gordita-Medium.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Gordita/hinted-Gordita-Medium.woff2) format('woff2'),
        url(../fonts/Gordita/hinted-Gordita-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita/hinted-Gordita-BoldItalic.eot);
    src:
        url(../fonts/Gordita/hinted-Gordita-BoldItalic.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Gordita/hinted-Gordita-BoldItalic.woff2) format('woff2'),
        url(../fonts/Gordita/hinted-Gordita-BoldItalic.woff) format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita/hinted-Gordita-MediumItalic.eot);
    src:
        url(../fonts/Gordita/hinted-Gordita-MediumItalic.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Gordita/hinted-Gordita-MediumItalic.woff2) format('woff2'),
        url(../fonts/Gordita/hinted-Gordita-MediumItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita/hinted-Gordita-LightItalic.eot);
    src:
        url(../fonts/Gordita/hinted-Gordita-LightItalic.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Gordita/hinted-Gordita-LightItalic.woff2) format('woff2'),
        url(../fonts/Gordita/hinted-Gordita-LightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita/hinted-Gordita-Light.eot);
    src:
        url(../fonts/Gordita/hinted-Gordita-Light.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Gordita/hinted-Gordita-Light.woff2) format('woff2'),
        url(../fonts/Gordita/hinted-Gordita-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*, body {
    font-family: "Gordita";
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#container{
    min-height: 100vh;
    width: 100%;
    background-color: #FFFBF3;
}
.header{
    display: flex;
    align-items: flex-start;
    padding: 1.5rem 1rem;
    background-color: white;
}
.logo{
    width: auto;
    height: 1.10463rem;
}
.content-box{
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}
.content-image{
    background-image: url('../../assets/images/hero.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
}
.content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 2rem;
    padding: 3rem 1.5rem;
}
.content-logo{
    width: auto;
    height: 2.37925rem;
}
.h1{
    color: #222;
    font-family: "Gordita";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

@media (min-width: 768px) {
    .logo{
        width: auto;
        height: 1.3rem;
    }
    .content-logo{
        width: auto;
        height: 2.5rem;
        margin-bottom: 2rem;
    }
    .h1{
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .header{
        justify-content: center;
        align-items: center;
        height: 15vh;
    }
    .logo{
        width: auto;
        height: 1.69944rem;
    }
    .content-box{
        flex-direction: row-reverse;
        min-height: 100%;
    }
    .content-image{
        min-height: 85vh;
        width: 50%;
    }
    .content{
        align-items: flex-start;
        justify-content: center;
        padding: 1rem 4rem;
        width: 50%;
    }
    .content-logo{
        width: auto;
        height: 2.91656rem;
        margin-bottom: 2rem;
    }
    .h1{
        font-size: 2.25rem;
    }
}

@media (min-width: 1920px) {  
    .header{
        height: 10vh;
    }
    .content-image{
        min-height: 90vh;
    }
    .content{
        padding: 1rem 10rem;
    }
    .h1{
        font-size: 3.75rem;
    }
}
