*{
    margin: 0;
    padding: 0; 
}

html, body{
    height: 100%;
}

:root{
    --royalpurple: #522E91;
    --gracefulgreen: #2fb52f;
    --floralgreen: #b6ffb6;
    --floralpink: #ffb3ea;
}

#container{
    min-height: 100%;
}

#main{
    overflow: auto;
    padding-bottom: 150px;
    transition: height 1.5s;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 210px 1fr 580px;
}

.loading_screen{
    grid-row: 1/3;
    grid-column: 1/4;
    background-color: #ffffff;
    opacity: 1;
    display: grid;
    grid-template-rows:  140px 440px 30px 160px;
    grid-template-columns: 1fr;
    z-index: 3;
    transition: opacity 1s;
}

.load_img{
    width: 430px;
    grid-row: 2/3;
    grid-column: 1/2;
    justify-self: center;
    opacity: 0;
    align-self: start;
    animation-fill-mode: both;
    animation-duration: 1.0s;
    animation-name: loadIn;
    animation-delay: 1s;
    transition: opacity 1s;
}


.load_title{
    font-style: aaux-next, sans-serif;
    font-weight: 800;
    font-style: normal;
    grid-row: 3/4;
    grid-column: 1/2;
    justify-self: center;
    align-self: center;
    text-align: center;
    color: var(--royalpurple);
    opacity: 0;
    transition: margin-left .5s, font-size 1.5s, opacity 1s;
    animation-fill-mode: both;
    animation-duration: 1.0s;
    animation-name: loadIn;
    animation-delay: .9s;
}


.load_p{
    font-family: aaux-next, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    text-align: center;
    grid-row: 4/5;
    grid-column: 1/2;
    opacity: 0;
    animation-fill-mode: both;
    animation-duration: 1.0s;
    animation-name: loadIn;
    animation-delay: .7s;
    transition: opacity;
}

@keyframes loadIn {
    0% {
        opacity: 0;
        margin-top: -250px;

    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}


@keyframes loadOut {
    0%{
    opacity: 1;
    margin-top: 0;

    } 
    
    100%{
        opacity: 0;
        margin-top: -250px;
    

    }


}

.header{
    grid-row: 1/2;
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 120px 5px 50px 20px;
}

.texture{
    position: absolute;
    grid-row: 3/4;
    grid-column: 1/2;
    justify-self: start;
    align-self: center;
    width: 350px;
    opacity: 0.6;
    margin-top: -70px;
    transition: margin-top 1.5s;

}

.title{
    font-family: adage-script-jf, sans-serif;
    font-size: 80px;
    grid-row: 1/2;
    grid-column: 1/4;
    justify-self: start;
    align-self: end;
    text-shadow: var(--floralpink) -1px 1px;
    z-index: 2;
    transition: font-size 1.5s;
}

.underline{
    grid-row: 2/3;
    grid-column: 1/3;
    justify-self: start;
    align-self: start;
    width: 350px;
    height: 5px;
    margin-top: -15px;
    background-color:var(--floralgreen);
    z-index: 2;
    transition: width 1.5s, margin-top 1.5s;
}

.founders{
    font-family: aaux-next, sans-serif;
    font-size: 45px;
    grid-row: 3/4;
    grid-column: 1/4;
    justify-self: start;
    align-self: start;
    margin-top: -25px;
    text-shadow: var(--floralgreen) -1px 1px;
    z-index: 2;
    transition: font-size 1.5s;

}

.headpara{
    font-family: aaux-next, sans-serif;
    font-size: 28px;
    grid-row: 4/5;
    grid-column: 1/4;
    justify-self: center;
    align-self: center;
    text-align: center;
    z-index: 2;
    font-weight: 400;
}

.logo{
    grid-row: 1/3;
    grid-column: 3/4;
    justify-self: end;
    align-self: start;
    width: 150px;
    z-index: 1;
    transition: width 1.5s;
}

.video_hub{
    grid-row: 2/3;
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 560px 150px;
    z-index: 2;
}

.historyVid{
    width: 1000px;
    grid-column: 1/2;
    grid-row: 1/2;
    justify-self: center;
    align-self: start;
    transition: width 1.5s;
}

.vidpara{
    font-family: aaux-next, sans-serif;
    grid-row: 2/3;
    grid-column: 1/4;
    font-size: 28px;
    justify-self: center;
    align-self: center;
    width: 85%;
    text-align: center;
    transition: font-size 1.5s;
}

.core{
    grid-row: 3/4;
    grid-column: 1/4;
    display: grid;
    grid-template-rows: 68px 10px 200px 250px;
    grid-template-columns: 1fr 1fr 1fr;
    
}

.values{
    grid-row: 1/2;
    grid-column: 1/4;
    font-family: adage-script-jf, sans-serif;
    font-size: 62px;
    text-shadow: var(--royalpurple) 1px -1px;
}

.underline_2{
    grid-row: 2/3;
    grid-column: 1/4;
    width: 300px;
    height: 5px;
    background-color: var(--royalpurple);
    transition: width 1.5s;
}

.corepara{
    grid-row: 3/4;
    grid-column: 1/4;
    font-family: aaux-next, sans-serif;
    font-size: 28px;
    width: 90%;
    margin-left: 25px;
    transition: width 1.5s;
}


.crystalflowers{
    grid-row: 4/5;
    grid-column: 1/4;
    width: 350px;
    justify-self: center;
    align-self: center;
}

#footer {
    position: relative;
    /*sets the height of the footer*/
    height: 150px;
    /*This margin pushes the footer back up to being visible. Should be the same value as the height above */
    margin-top:-150px;
    clear: both;
}

.foot_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 60px 1fr 20px;
}

.foot_grid h6{
    grid-row: 1/2;
    grid-column: 1/4;
    justify-self: center;
    align-self: center;
    font-size: 32px;

    font-family: adage-script-jf, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}


.foot_social{
    padding-right: 12px;
    justify-self: center;
    grid-column: 1/4;
    grid-row: 2/3;
    
}


.Linked{
    display: inline-block;
    background-image: url(/Images/Icons/LinkedIn100.png);
    background-position: center;
    background-size: 75px 75px;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    margin-left: 30px;
    transition: background-size 2s ease-out;
}

.Linked:hover{
    background-size: 85px 85px;
}

.Insta{
    display: inline-block;
    background-image: url(/Images/Icons/Instagram100.png);
    background-size: 75px 75px;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    transition: background-size 2s ease-out;
}

.Insta:hover{
    background-size: 95px 95px;
}

.Facebook{
    display: inline-block;
    background-image: url(/Images/Icons/Facebook100.png);
    background-size: 55px 55px;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 30px;
    transition: background-size 2s ease-out;
    

}

.Facebook:hover{
    background-size: 85px 85px;
}

.contact{
    grid-column: 1/4;
    grid-row: 3/4;
    font-size: 16px;
    font-weight: 350;
    justify-self: center;
}

.contact p{
    text-align: center;
    font-family: aaux-next, sans-serif;
    font-weight: 400;
    font-style: normal;

}


@media screen and (max-width: 1010px){

    #main{
        grid-template-rows: 210px 680px 580px;
    }

    .video_hub{
        grid-template-rows: 490px 150px;
    }

    .historyVid{
        width: 85%;
    }

    .videopara{
        font-size: 18px;
    }

    .corepara{
        font-size: 24px;
        width: 85%;
    }

}

@media screen and (max-width: 875px){ 
    #main{
        grid-template-rows: 190px 610px 580px;
    }
    
    .header{
        grid-template-rows: 120px 5px 25px 20px;
    }
    
    .title{
        font-size: 65px;
    }

    .underline{
        width: 300px;
    }

    .founders{
        font-size: 35px;
    }

    .headpara{
        font-size: 22px;
    }

    .logo{
        width: 110px;
    }

    .video_hub{
        grid-template-rows: 430px 150px;
    }

    .crystalflowers{
        width: 270px;
    }


}

@media screen and (max-width: 750px){

    #main{
        grid-template-rows: 210px 610px 580px;

    }

    .header{
        grid-template-rows: 120px 5px 40px 20px;
    }


    .video_hub{
        grid-template-rows: 380px 150px;
    }

    .core{
        grid-template-rows: 68px 10px 240px 250px;
    }

    .headpara{
        width: 85%;
    }
    





}


@media screen and (max-width: 600px){

    #main{
        
        grid-template-rows: 210px 520px 640px;

    }

    .texture{
       width: 270px;
    }

    .video_hub{
        grid-template-rows: 300px 150px;
    }

    .vidpara{
        font-size: 26px;
    }

    .core{
        grid-template-rows: 68px 10px 340px 240px;
    }
    
    .crystalflowers{
        width: 220px;
    }
}

@media screen and (max-width: 450px){

    #main{
        grid-template-rows: 195px 370px 590px;

    }
    
    .header{
        grid-template-rows: 120px 15px 20px 20px;
    }

    .logo{
        width: 60px;
    }
    
    .texture{
        width: 170px;
    }

    .title{
        font-size: 45px;
    }

    .underline{
        width: 180px;
        margin-top: -10px;
    }

    .founders{
        font-size: 20px;
    }

    .headpara{
        font-size: 18px;
    }

    .video_hub{
        grid-template-rows: 200px 150px;

    }

    .vidpara{
        font-size: 18px;
    }

    .core{
        grid-template-rows: 40px 10px 320px 250px;
    }

    .values{
        font-size: 36px;
    }

    .underline_2{
        width: 160px;
    }

    .corepara{
        font-size: 20px;
    }

}







