
/* FONTS IMPORTS */
@font-face {
    font-family: Oxanium;
    src: url(fonts/Oxanium[wght].woff2);
  }
@font-face {
    font-family: Azonix;
    src: url(fonts/Azonix.otf);
  }



/* GLOBAL PARAMETERS  */

:root {
    --menu-logo-color: rgb(230, 161, 59);
    --header-background-color: #0e0d16;
    --default-background-color: rgb(34, 33, 56);
    --default-text-color: rgb(221, 195, 157);
    --default-accent-color:rgb(50, 228, 235);
    --default-accent-shadow: 0px 0px 6px rgba(152, 229, 255, 0.8);
}

body {    
    background-image: url("imgs/background3.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color : var(--default-background-color);
    color: var(--default-text-color);
    font-family: 'Oxanium', sans-serif;
    font-size: 18px;
    text-align: justify;
    display: block;
    height: 100%;
}

html, body {
    border: none;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

img{
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.centered{
    text-align: center;
}

.centered-verticaly{
    vertical-align: middle;
}


a{
    text-decoration: none;
    color: transparent;
}


.title{
    font-family: 'Azonix', sans-serif;
    letter-spacing: 0.15em;
    transform: scaleY(0.8);
    color: rgb(245, 173, 65);
	text-align: center;
}

.smaller-text{
    font-size: 0.8em;
}

.accentuated{
    color: var(--default-accent-color);
    text-shadow: var(--default-accent-shadow);
}

.hidden{
    display: none;
}

.info-box {
    width: 70%; 
    height: 15vh;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid var(--menu-logo-color);
    border-radius: 4px;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.6);
    overflow-wrap: break-word;
    display: table-cell;
    vertical-align: middle;
}


a:hover .links-halo{
    filter: invert(0%) sepia(20%) saturate(125%) hue-rotate(0deg) brightness(125%) contrast(100%) drop-shadow(0px 0px 8px rgba(189, 155, 45, 0.8));
}





/* SECTION WRAPPER FOR BODY AND DIVS VISIBILITY */

.section-wrapper{
	width: 1360px;
    padding-left: 200px;
    padding-top : 60px;	
	margin: 0 auto;
	overflow: hidden;
	
}

.max-768px{
    display: none;
}

/* SCREEN SIZE < 1600px */

@media screen and (max-width:1599px){
	.section-wrapper{
	    width: 1192px;
	}
}

/* SCREEN SIZE < 1400px */

@media screen and (max-width:1399px){
	.section-wrapper{
	    width: 992px;
	}
}

/* SCREEN SIZE < 1200px */

@media screen and (max-width:1199px){
	.section-wrapper{
	    width: 100%;
        padding-left: 40px;
	    padding-right: 40px;
        padding-top : 40px;	
	}
}

/* SCREEN SIZE < 768px */

@media screen and (max-width:767px){
	.section-wrapper{
	    width: 100%;
        padding-left: 25px;
	    padding-right: 25px;
        padding-top : 30px;	
	}

    .min-768px{
        display:none;
    }
    
    .max-768px{
        display:block;
    }
}

/* SCREEN SIZE < 576px */

@media screen and (max-width:575px){
	.section-wrapper{
	    width: 100%;
        padding-left: 15px;
	    padding-right: 15px;
        padding-top : 20px;	
	}
}





/* HEADER SPECIFIC */

.flex-header {
    display: flex;
}

.z-header{
    z-index: 3;
}


header {
    background: var(--header-background-color);
    position: fixed;
    color : #a0b5e0;
}

.menu{
    font-family: 'Azonix', sans-serif;
    
    color: rgb(180, 147, 97);
	text-align: center;
    text-decoration: none;
}

.menu-filler{
    flex-grow: 1;
}




/* TEXT IN THE MENU */

/* LOGO COLOR */
.menu.logo-legend{
    color: var(--menu-logo-color);
}

/* LINKS TEXT */
/* base */
.menu-title{
    letter-spacing: 0.15em;
    transform: scaleY(0.8);
}

/* hover */
a:hover .menu-title{
    color: rgb(230, 177, 98);
    text-shadow: 0px 0px 6px rgba(189, 155, 45, 0.8);
    background-color: rgb(230, 177, 98);
    background-image: linear-gradient(180deg, rgba(180,147,97,1) 25%, rgba(230, 177, 98,1) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

/* current section */
a.current-location .menu-title{
     color : rgb(255,216,0);
     background-color: rgba(255,216,0,1);
     background-image: linear-gradient(180deg, rgba(180,147,97,1) 25%, rgba(255,216,0,1) 100%);
     background-size: 100%;
     -webkit-background-clip: text;
     -moz-background-clip: text;
     -webkit-text-fill-color: transparent; 
     -moz-text-fill-color: transparent;
     text-shadow: 0px 0px 6px rgba(255, 206, 47, 0.8);
}



/* LINKS NUMBER */
.menu-number{
    background: no-repeat center url("imgs/menu-icon.png");
}

a:hover .menu-number{
    color: rgb(230, 177, 98);
    text-shadow: 0px 0px 6px rgba(189, 155, 45, 0.8);
    background: no-repeat center url("imgs/menu-icon-current.png");
}

a.current-location .menu-number{
    color : var(--default-accent-color);  
    text-shadow: var(--default-accent-shadow) ;
    background: no-repeat center url("imgs/menu-icon-current.png");
}

/* FOOTER */

.cradle-footer{
    font-family: 'Azonix', sans-serif;
    /* space between characters */
    letter-spacing: 0.15em;
    /* vertical scaling */
    transform: scaleY(0.8);
    
    color: rgb(180, 147, 97);
	text-align: center;
    text-decoration: none;
}

.cradle-footer a{    
    color: rgb(180, 147, 97);
}

.cradle-footer a:hover {
    color: rgb(230, 177, 98);
    text-shadow: 0px 0px 6px rgba(189, 155, 45, 0.8);
    background-color: rgb(230, 177, 98);
    background-image: linear-gradient(180deg, rgba(180,147,97,1) 25%, rgba(230, 177, 98,1) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

/* LIMIT FOR HEADER BREAKPOINT : 1200 px */

/* Vertical menu */
@media only screen and (min-width: 1200px){
    
    #horizontal-header{
        display: none;
    }
    
    header {
        width: 200px;  
        height: 100vh;
        font-size: large;
        display: block;
    }

    .header-wrapper {
        display : flex;
        flex-flow: column;
        height: 100%;        
        width: 100%;
    }



}


/* horizontal menu and burger */
@media only screen and (max-width: 1199px){

    #vertical-header{
        display: none;
    }

    #horizontal-header{
        position: fixed;
    }

    header {
        width: 100vw;  
        height: 70px;
        font-size: normal;
        display: block;
        background: transparent;
    }

    .header-wrapper {
        display : flex;
        flex-flow: row wrap;
        height: 100%;        
        width: 100%;
        padding-left: 15px;
	    padding-right: 15px;
        padding-top : 20px;	
    }

    .header-btn {
        background: transparent;
        border: 2px solid transparent;
        font-weight: bold;
        outline: none;
        width:50px;
        white-space:nowrap;
        overflow:hidden;
      }
    
    /* Sidenav menu */
    .sidenav {
        height: 100%;
        width: 250px;
        position: fixed;
        z-index: 5;
        top: 0;
        left: -250px;
        background-color: var(--header-background-color);
        padding-top: 60px;
        transition: left 0.5s ease;
    }

    /* Active class */
    .sidenav.active {
        left: 0;
    }

    /*Top nav Btn*/
    .topnav {
        height: 500px;
        width: 100%;
        position: fixed;
        z-index: 4;
        top: -500px;
        left: 0;
        background-color: var(--header-background-color);
        transition: top 0.5s ease;
    }

    .topnav.active {
        top:0;
    }

    /* Close btn */
    .close {
        position: absolute;
        top: 5px;
        right: 25px;
        width: 60px;
        height: 60px;
        font-size: 40px;
        color : var(--menu-logo-color);
        background-color: transparent ;
        outline: none;
        border: 2px solid transparent;
    }

    /* Burger Icon */
    .burger-icon span {
        display: block;
        width: 35px;
        height: 5px;
        background-color: var(--menu-logo-color);
        margin: 6px 0;
    }

    /* Site Icon */
    .img-side-btn {
        display: block;
        height: 35px;
        margin: 6px 0;
    }

}



/* FORM */

input{
    border: 2px solid var(--menu-logo-color);
    border-radius: 4px;
    background-color: var(--default-background-color) ;
    color: var(--default-text-color);
    outline: none;
}

input[type=email]{
    width: 80%;
}

input[type=submit]{
    border: none;
    color: var(--default-background-color);
    background-color: var(--default-text-color);
}

@media only screen and (max-width: 767px){
    input[type=email]{
        width: 70%;
    }
}


/* SEPARATORS */

.vertical-separator-large {
    height: 25vh;
}

.vertical-separator {
    height: 15vh;
}

.vertical-separator-medium {
    height: 10vh;
}

.vertical-separator-small {
    height: 5vh;
}

.vertical-separator-xsmall {
    height: 2vh;
}

.vertical-separator-xxsmall {
    height: 1vh;
}

@media only screen and (max-width: 1199px){
    .vertical-separator-large {
        height: 18vh;
    }
    
    .vertical-separator {
        height: 12vh;
    }
    
    .vertical-separator-medium {
        height: 8vh;
    }
    
    .vertical-separator-small {
        height: 4vh;
    }
}


@media only screen and (max-width: 767px){
    .vertical-separator-large {
        height: 12vh;
    }
    
    .vertical-separator {
        height: 8vh;
    }
    
    .vertical-separator-medium {
        height: 5vh;
    }
    
    .vertical-separator-small {
        height: 3vh;
    }
}

/* BOOTSTRAP LIMITS */

/*
    none : <576px
    sm : 576+
    md : 768+
    lg : 992+
    xl : 1200+
    xxl : 1400+
*/




