*{
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar{ width: 7px;}
::-webkit-scrollbar-thumb{ background-color: #435334;}
::-webkit-scrollbar-track{ background: #efffe3;}
a{
    text-decoration: none;
    color: #efffe3;
}
a:hover{
    color: #80BCBD;
    text-decoration: underline;
}
nav{
    position: fixed;
    width: 100%;
    padding: 50px;
    background-color: #435334;
    list-style: none;
    text-align: center;
    z-index: 10;
}
nav ul li{
    display: inline;
    padding: 30px;
}
.nav-text{
    font-family: "Sometype Mono", monospace;
    font-size: 20px;
    color: #efffe3;
}
.background{
    background-image: url(../media/background-image.svg);
    background-repeat: repeat;
    background-size: 300px;
}
.band{
    width: 100%;
    height: 300px;
    padding-top: 5%;
    text-align: center;
    background: linear-gradient(#E1F0DA, #AAD9BB, #E1F0DA);
}
.band_contacto{
    width: 100%;
    height: auto;
    padding-top: 5%;
    text-align: center;
    background: #AAD9BB;
    margin-bottom: 20px;
}
.band_aficiones{
    width: 100%;
    height: auto;
    padding: 0px;
    text-align: center;
    background: #AAD9BB;
    margin-bottom: 20px;
}
.floating_band{
    margin: 5%;
    width: 90%;
    height: 350px;
    border-radius: 1%;
    text-align: center;
    background: linear-gradient(#E1F0DA, #D5F0C1, #E1F0DA);
}
.school_container{
    background-color: #EADBC8;
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 1%;
    text-align: left;
    margin-bottom: 50px;
}
.elementary_title{
    font-family: "Mooli", sans-serif;
    font-size: 3vw;
    display: inline-block;
    position: absolute;
    right: 0;
    color: white;
    background: #47A992;
    border: solid 1px #47A992;
    padding: 5px;
}
.highschool_title{
    font-family: "Mooli", sans-serif;
    font-size: 3vw;
    display: inline-block;
    position: absolute;
    right: 0;
    color: white;
    background: #61A3BA;
    border: solid 1px #61A3BA;
    padding: 5px;
}
.preparatory_title{
    font-family: "Mooli", sans-serif;
    font-size: 3vw;
    display: inline-block;
    position: absolute;
    right: 0;
    color: white;
    background: #643843;
    border: solid 1px #643843;
    padding: 5px;
}
.university_title{
    font-family: "Mooli", sans-serif;
    font-size: 3vw;
    display: inline-block;
    position: absolute;
    right: 0;
    color: white;
    background: #D24545;
    border: solid 1px #D24545;
    padding: 5px;
}
.text_aficiones{
    padding: 20px;
}
.school_title{
    font-size: 4vw;
    font-family: "Mooli", sans-serif;
}
.school_text{
    padding: 20px;
    font-size: 2vw;
    font-family: "Montserrat", sans-serif;
}
.school_images{
    width: 20vw;
    height: auto;
    margin-left: 15px;
    margin-bottom: 15px;
}
.school_images_h{
    margin-left: 15px;
    width: 47vw;
    height: auto;
}
.hobbie_container{
    background-color: #D2E3C8;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
    padding: 2%;
    text-align: left;
    list-style: none;
    height: auto;
}
.hobbie_title{
    color: white;
    padding: 5px;
    background-color: #739072;
}
.game_image{
    position: relative;
    left: 0;
    top: 0;
    width: 10vw;
    height: auto;
}
.game_text{
    font-family: "Mooli", sans-serif;
    position: absolute;
    font-size: 2vw;
    left: 13vw;
    top: 15px;
}
.floating_solid_band{
    width: 90%;
    height: auto;
    border-radius: 1%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    background: #D5F0C1;
}
.foto_perfil{
    margin-top: 20px;
    width: 70vw;
    height: auto;
    border-radius: 50%;
    border: solid #435334 3px;
}
.text_presentacion{
    padding-top: 10px;
    padding-bottom: 10px;
}
.quote{
    padding-top: 30px;
    padding-bottom: 30px;
    color: #4F4A45;
    font-family: "Cormorant Garamond", serif;
    font-size: 7vw;
}
.supertitle{
    font-size: 100px;
    font-family: "Sometype Mono", monospace;
}
.supertitle_2{
    font-size: 40px;
    font-family: "Mooli", sans-serif;
}
.supertitle_3{
    font-size: 20px;
    font-family: "Mooli", sans-serif;
}
.responsive_text{
    font-size: 3vw;
}
.redes ul li p{
    display: inline;
    padding: 10px;
}
.social_media_text{
    color: #B99B6B;
    font-size: 30px;
    font-family: "Mooli", sans-serif;
}
.social_media{
    font-size: 30px;
    color: black;
    font-family: "Playfair Display", serif;
    margin: 0;
}
.center{
    padding-top: 20px;
    margin: 0 auto;
}
.icons{
    padding-top: 20px;
    height: 100px;
    width: auto;
}
.icons_contacto{
    height: 25px;
    width: auto;
}
.icons:hover{
    transition: 0.3s;
    opacity: 0.5;
}
.school_images:hover{
    transition: 0.3s;
    opacity: 0.5;
}
footer{
    background-color: #435334;
    color: #efffe3;
    padding: 20px;
}

@media screen and (max-width: 767px){
    nav{
        padding: 0px;
    }
    nav ul li{
        display: block;
        padding: 5px;
    }
    .responsive_text{
        font-size: 2.5vw;
    }
    .supertitle{
        font-size: 13vw;
    }
    .responsive_floating_band{
        height: 30vw;
    }
    .icons{
        height: 9vw;
        width: auto;
    }
    .band{
        margin-top: 160px;
    }
    .school_text{
        font-size: 20px;
    }
    .game_image{
        width: 90px;
        height: auto;
    }
    .game_text{
        left: 120px;
    }
    .quote{
        font-size: 6vw;
    }
    .media_video{
        width: 90%;
        height: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .responsive_text{
        font-size: 3vw;
    }
    .responsive_floating_band{
        height: 35vw;
    }
    .icons{
        height: 9vw;
        width: auto;
    }
    nav ul li{
        padding: 20px;
    }
    .foto_perfil{
        width: 500px;
        height: auto;
    }
    .quote{
        font-size: 8vw;
    }
}
@media screen and (min-width: 1024px){
    .foto_perfil{
        width: 500px;
        height: auto;
    }
}
