/*GLOBAL*/	
:root {	
    --major:#46587f;	
    --minor:#ff697c;	
    --centauri:#d9bba0;	
    --latte:#fff8e7;	
    --black:#444444;	
    --white:#ffffff;	
}	
::selection{	
    background: rgba(211, 88, 104, 0.9);	
    color: var(--major);	
}	
html, body{	
    max-width: 100%;	
    overflow-x: hidden;	
    scroll-behavior: smooth;
}	
.mobvisible{	
    display: none;	
}	
.sronly{	
    display: block;	
    position: fixed;	
    left: -90000px;	
}	
/*STYLES*/	
h1{
    font-family: 'Syne', sans-serif;
    font-size: 5em;
    line-height: 5rem;
    font-weight: 800;
}
h2{
    font-family: 'Syne', sans-serif;
    font-size: 2.5em;
    line-height: 2.5rem;
    color: var(--black);
}
h3{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 900;
} 
h6{
    font-family: 'Syne', sans-serif;
    font-weight: 900;
    color: var(--latte);
    font-size:1.1em;
}
p{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    line-height: 1.4em;
    font-size: 1.25em;
}
a{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    text-decoration: none;
}
ol li{
    font-family: 'Poppins', sans-serif;
    color: var(--black);
    font-size: 1.5em;
}
ol li::marker{
    font-family: 'Syne', sans-serif;
    font-weight: 900;
    color: var(--major);
}
hr{
    height: 5px;
    margin-top: 75px;
    margin-bottom: 75px;
    border: none;
    background-color: var(--major);

}
b{
    color: var(--major);
}
input, textarea{
    width: 60vw;
    max-width: 1200px;
    display: block;
    padding: 25px;
    border: none;
    background-color: var(--latte);
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
}
button{
    border: none;
    font-size: 1em;
}
details summary{
    font-family: 'Poppins', sans-serif;
    color: var(--major);
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 900;
}
.black{
    color: var(--black);
}
.major{
    color: var(--major);
}
.minor{
    color: var(--minor);
}
#sect2 p, #sect3 p{
    color: var(--black);
}
#sect2 h3, #sect3 h3{
    color: var(--black);
}
#sect2 a,#sect3 a{
    color: var(--minor);
}
#sectnotice h2{
    color: var(--white);
}
#sectnotice .btn{
        padding: 25px;
        background-color: var(--white);
        color: var(--major) !important;
        display: inline-block;
        margin: 25px 25px 25px 0px;
        font-family: 'Syne', sans-serif;
        font-weight: 650;
}
.anim{
    transition: opacity 150ms;
}
.anim:hover{
    opacity: 50%;
}
.btn{
    padding: 25px;
    background-color: var(--minor);
    color: white !important;
    display: inline-block;
    margin: 25px 25px 25px 0px;
    font-family: 'Syne', sans-serif;
    font-weight: 650;
}
.tilegrid{
display: flex;
gap: 60px;
}
.tile{
    width: 12vw;
    height: 17vw;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border-radius: 25px;
    transition: 150ms;
    margin-top: 25px;
}
.tile h3{
    color: var(--black);
    font-family: 'Poppins', sans-serif;
    margin: .65vw 25px;
    font-size: 1.2vw;
}
.tile img{
    border-radius: 25px 25px 0px 0px;
}
.tile:hover{
    transform: scale(110%) ;
    box-shadow: var(--black) 25px 25px 
}
/*LAYOUT*/
body{
    margin: 0;
    padding:0;
    background-color: var(--major);
    
}
#lander{
    height: 30vh;
    min-height: 275px;
    display: flex;
    align-items: center;
}
.landertext{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
} 
nav{
    width: 300px;
    min-height: 100vh;
    float:left;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    background-color: var(--white);
}
#navlogo{
    height:300px;
    width:300px;
    margin-bottom: 0;
}
nav div img{
    display: block;
    margin: auto;
    margin-top: 25%;
    width: 150px;
}
nav ul a{
    height: 75px;
    text-decoration: none;
}
nav ul{
    margin:0;
    padding:0;

}
nav ul a li{
    font-family: 'Syne', sans-serif;
    font-size: 1.25em;
    padding: 35px 0px 35px 75px;
    list-style-type: none;
    color: var(--major);
    background-color:var(--white);
    font-weight: 900;
    border-top: var(--major) solid 1px;
    transition: 150ms;
    opacity: 100% !important;
}
nav ul a li:hover{
    background-color: var(--minor);
    color: var(--white);
    opacity: 100% !important;
}
.navselect{
    background-color: var(--centauri) !important;
}
/*MAIN*/
section{
    padding: 15vh 150px 15vh 450px;
}

#sectnotice{
    background-color: var(--minor);
    color: var(--white);
}

#sect2{
    background-color: var(--centauri);
}

#sect3{
    background-color: var(--latte);
}
.sectcontent{
    max-width: 1200px;
}
#lander h1{
    min-height: 5em;
}
#rataerois1{
    color: var(--white);
}
#rataerois2{
    color: #d9bba0;
    z-index: -1;
}


/*FOOTER*/
footer{
    z-index: 1000;
    height: 200px;
    max-height: 250px;
    width: 100%;
    position: absolute;
    background-color: var(--black);
    padding: 35px 75px 35px 75px;
    align-items: center;
}
#ftcontainer{
    display: flex;
    gap: 75px;
    margin-top: 20px;
}
#ftsocial{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}
#ftsocial img{
width: 41px;
}
.ftsect{
    display: flex;
    flex-direction: column;
}
.ftsect h6{
    margin:0 0 10px 0px;
}
.ftsect a{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    text-decoration: none;
}
.ftsect p{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-size: unset;
    margin:0;
    height: 24.6px;
}
#ftlogo svg{
    width: 150px;
    bottom: 60px;
    right: 225px;
    position: absolute;
    transition: animation 150ms ease-in-out;
}
#ftlogo svg path:hover{
    animation: 3s infinite colorfade;
}
    @keyframes colorfade {
        0%{
            fill:#fff8e7
        }
        25%{
            fill: #d9bba0;
        }
        50%{
            fill: #ff697c;
        }
        75%{
            fill: #46587f;
        }
        100% {
            fill:#ffffff;
        }
}

/*MQUERY!!! FUCK MOBILE FUCK MOBILE FUCK MOBILE FUCK MOBILE*/

@media only screen and (max-width:2100px){
    .tilegrid{
        flex-wrap: wrap;
        gap:50px;
        max-width: 1200px;
    }
    .tile{
        width: 275px;
        height: 400px;
  
    }
    .tile h3{
    font-size: 1.65em;
    margin-top: 20px;
    }
    .tile:hover{
        z-index: 0;
    }
}
@media only screen and (max-width: 1849px) {
    .tilegrid{
        gap: 50px;
    }
}
@media only screen and (max-width:1470px){
    h1{
        font-size: 3.9em;
        line-height: 3.9rem;
    }
}
@media only screen and (max-width:1279px){
    h1{
        font-size:4.25vw;
        line-height:4.25vw;
    }
    #ftlogo svg{
        display:none;
    }
    .tile{
        width: 225px;
        height: 325px;
    }
    .tile h3{
        font-size: 1.25em;
    }

}

@media only screen and (max-width:1110px) {
    .tilegrid{
        gap: 50px;
    }
    .tile{
        width: 175px;
        height: 275px;
    }
    .tile img{
        width: 175px;
        height: 175px;
    }
}
@media only screen and (max-width:1022px){
    #rataerois2{
        position: relative;
    }
}
@media only screen and (max-width:1000px){
    .tile{
        width: 35vw;
        height: 50vw;
    }
    .tile img{
        width: 35vw;
        height: 35vw;
    }
    .tile h3{
        font-size: 2em;
    }
}
@media only screen and (max-width:800px){
    .mobinvisible{
        display: none;
    }
    .mobvisible{
        display: unset;
    }
    #rataerois2{
        top: 0px;
    }
    nav{
        background-color: unset;
        display: inherit;
    }
    nav ul a li{
        border-top: none;

    }
    header{
        display: flex;
        flex-direction:row;
        position:fixed;
        padding: 15px 50px;
        background-color: var(--major);
        width: 100vw;
    }
    header img{
        width: 50px;    
    }
    .mobheadlogo{
        position: fixed;
        left: calc(50% - 25px);
    }

    section{
        padding: 20vh 50px 20vh 50px;
    }
    .overlay {

        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        background-color: var(--white);
        overflow-x: hidden;
        transition: 150ms;
    }
    .overlay-content {
        position: relative;
        top: 20%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    #navlogoopen{
        position: relative;
        top: 15px;
        left: calc(50% - 78px);
    }
    .overlay-content a{
        text-decoration: none;
    }
    .overlay-content a li:hover{
            color: var(--white);
            background-color: var(--minor);
    }
    .overlay-content a li{
        height: 100px;
        list-style-type: none;
        font-family: 'Syne', sans-serif;
        color: var(--major);
        font-size: 2em;
        font-weight: 800;
        transition: 200ms;
    }
    .navlink{
        position: relative;
        top: 30%;
    }
    #ftsocial{
        display: flex;
        flex-direction: row;
    }
    #ftsocial img{
        padding-top: 29.5px;
    }
    .closebtn{
        top: 15px;
        left: 50px;
        position: relative;
    }
    #ftcontainerm{
        background-color: var(--black);
        position: relative;
        width: 100%;
        height: 100px;
        bottom: 0px;
        transition-delay: 200ms;
        transition: opacity 200ms;
    }
    footer{
        display: none;
    }
    h1{
        font-size: 7vw;
        line-height: 7vw;
    }
    .tilegrid{
        gap: 25px;
        width: 100vw;
    }
    .tile{
        margin: auto;
        width: 40vw;
        height: 55vw;
    }
    .tile img{
        width: 40vw;
        height: 40vw;
    }
    .tile h3{
        font-size: 3.5vw;
        line-height: 4.5vw;
    }
    .tile:hover{
        transform: none;
        box-shadow: var(--black) 15px 15px 0px;
    }
    input, textarea{
        width:75vw;
        margin: auto;
    }
}
@media only screen and (max-width:720px){
    .mobinvisible{
        display: none;
    }
    #lander{
        height: 20vh;
        min-height: 200px;
        display: flex;
        align-items: center;
    }
    h1{
        font-size: 6.75vw;
        line-height: 6.75vw;
    }
    h2{
        font-size: 7vw;
    }
    h3{
        font-size: 1.25em;
        line-height: 1.65rem;
    }
    p{
        font-size:1.25em
    }
    section{
        padding: 20vh 50px 20vh 50px;
    }
    footer{
        display: none;
    }
    .tilegrid{
        gap: 25px;
        margin: auto;
    }
    .tile{
        width: 75vw;
        height: 100vw;
    }
    .tile img{
        width: 75vw;
        height: 75vw;
    }
    .tile h3{
        font-size: 6vw;
        line-height: 7.5vw;
    }

}