* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background-color: #470A68;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    margin: 0 auto;
    overflow-x: hidden;
}

#preload {
	position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

#tooSmall {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    background-color: #470A68;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.25;
}

h1, h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 22px;
}

h1 small,
h2 small {
    font-size: 30px;
    display: block;
}

section {
    position: relative;
}

.container {
    height: 100%;
    max-width: none !important;
}

.container.content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - 30px);
}

.container.content .row {
    width: 100%;
}

#category {
    background-color: #73308B;
    height: 55px;
    /* position: absolute; */
    width: 100vw;
    z-index: 20;
}

#logo {
    position: relative;
    width: 295px;
    height: auto;
    margin-bottom: 40px;
}

#category p {
    font-weight: 700;
    color: #ffffff;
    font-size: 23px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 0;
}

section p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #73308b;
}

section p.subhead {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-shadow: none;
}

#hero h1 {
    margin-bottom: 44px;
}

#hero p.subhead {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}

#hero p br.second {
    display: none;
}


#hero,
#section3,
#section5,
#footer {
    position: relative;
    width: 100vw;
    height: auto;
    z-index: 5;
}

#hero img:not(#logo),
#section3 img,
#section5 img,
#footer img {
    width: 100vw;
    height: auto;
}

#section2, #section4, #section6 {
    position: relative;
    z-index: 1;
    height: 55vh;
}

.bg {
    position: absolute;
    top: -35%;
    left: 0;
    width: 100%;
    height: 150%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#section2 .bg {
    background-image: url('../images/Section_2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#section4 .bg {
    background-image: url('../images/Section_4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#section6 .bg {
    background-image: url('../images/Section_6.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width:1023px) {
    section {
        display: none;
    }

    #tooSmall {
        display: flex;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }

    .container.content {
        height: calc(100% - 30px);
    }

    #category {
        height: 60px;
    }

    #category p {
        font-size: 25px;
    }

    h1, h2 {
        font-size: 48px;
        margin-bottom: 26px;
    }
    h1 small,
    h2 small {
        font-size: 32px;
    }

    #hero h1 {
        margin-bottom: 44px;
    }
    
    #hero p.subhead {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    
    #hero p br.first {
        display: none;
    }

    #hero p br.second {
        display: block;
    }

    #logo {
        width: 315px;
        margin-bottom: 44px;
    }

    section p {
        font-size: 16px;
        line-height: 24px;
    }
    
    section p.subhead {
        font-size: 26px;
        line-height: 34px;
    }

    #section2, #section4, #section6 {
        height: 62vh;
    }

    .bg {
        top: -28%;
        height: 140%;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }

    .container.content {
        height: calc(100% - 35px);
    }

    #category {
        height: 70px;
    }

    #category p {
        font-size: 31px;
    }

    h1, h2 {
        font-size: 53px;
        margin-bottom: 26px;
    }
    h1 small,
    h2 small {
        font-size: 34px;
    }

    #hero h1 {
        margin-bottom: 60px;
    }
    
    #hero p.subhead {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    #logo {
        width: 335px;
    }

    section p {
        font-size: 19px;
        line-height: 25px;
    }
    
    section p.subhead {
        font-size: 31px;
        line-height: 36px;
    }

    #section2, #section4, #section6 {
        height: 73vh;
    }

    .bg {
        top: -21%;
        height: 130%;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1520px !important;
    }

    .container.content {
        height: calc(100% - 50px);
    }

    /* #category {
        height: 80px;
    }
    
    #category p {
        font-size: 35px;
    } */

    /* h1, h2 {
        font-size: 68px;
        margin-bottom: 30px;
    }
    h1 small,
    h2 small {
        font-size: 45px;
    }

    #hero h1 {
        margin-bottom: 80px;
    }
    
    #hero p.subhead {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    #logo {
        width: 295px;
    } */

    /* section p {
        font-size: 21px;
        line-height: 28px;
    } */
    
    /* section p.subhead {
        font-size: 31px;
        line-height: 48px;
    } */

    /* #section2, #section4, #section6 {
        height: 80vh;
    } */

    .bg {
        top: -18%;
        height: 130%;
    }
}
