
body{
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
}
header {
    background-color: rgb(35, 43, 155);
    position: sticky;
    top: 0;
    width: 100vw;
}

section{
    width: 100vw;
    height: 100vh;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0vw;
    width: 100vw;
    background-color: beige;
    position: sticky;
  
}

nav a{
    position: relative;
    width:  7vw;
    height: 30;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    background-color: rgb(211, 193, 168);
}

nav a:hover{
    background-color: rgb(255, 255, 255);
}

#botonmipaso:hover{
    background-image:url("img/logoillia.png") ;
    background-size:contain ;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

footer{
    position: sticky;
    bottom: 0;
    width: 100vw;
    background-color: rgb(35, 43, 155);
}

#inicio{
    background-color: rgb(110, 110, 99);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 

.texti{
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#perfil{
    background-color: rgb(29, 23, 23);  
}

#perfil1{
    top: 10vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;  
    width: 80vw;
    height: 80vh;
    margin-left: 10vw;
}

#imgp{
    position: relative;
    height: 60vh;
    width: 40vw;
    padding: 10px;
    background-color: aliceblue;
}

#textp{
    height: 60vh;
    width: 40vw;
    font-family: "Margarine", sans-serif;   
    font-weight: 400;   
    font-style: normal;
    position: relative;
    margin-left: 20px;
}

#mipaso{
        background-color: rgb(189, 165, 165);
        background-image:url("img/lucioillia2.jpeg") ;
        background-repeat: no-repeat;
        background-size: cover;
}

#contmi{
        height: 80vh;
        top: 10vh;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        align-items: center;
        font-family: "Ga Maamli", sans-serif;
        font-weight: 400;
        font-style: normal;
}   

.divmi{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
}   

#imgcontmi{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
}

.imgmi{
    position: relative;
    background-color: aliceblue;
}

#fotosviajes{
    background-color: red;
}

#imgcontv{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.imgv{
        position: relative;
        background-color: aliceblue;
}

#textcontv{
            position: relative;
            top: 30vh;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-family: "Ga Maamli", sans-serif;
            font-weight: 400;
            font-style: normal;
}

@media only screen and (min-width: 800px) {
header{
    height: 40px;
}

nav{
    top: 40px;
    height: 40px;
}

nav a{
    font-size: 10px;
    padding: 5px;
    margin: 30px;
}

footer{
    height: 40px;
}
.texti{
    font-size: xx-large;
    margin-top: 40px;
}
#imgi{
width: 400px;
height: 400px;
}
#textp{
    margin-left: 20px;
    font-size: 15px
    }
.imgmi{
    height: 15vw;
    width: 15vw;
    margin-left: 80px;
    margin-right: 80px;
    padding: 10px;
}
#imgcontv{
    width: 100vw;
    top: 30vh;
    }
.imgv{
    margin-left: 80px ;
    margin-left: 80px;
    height: 30vh;
    width: 15vw;
    padding: 10px;
    }
#textcontv{
    top: 30vh;
}
}
@media only screen and (max-width: 800px) {
header{
        height: 20px;
        font-size: 10px;
}

nav{
        top: 20px;
        height: 40px;
        font-size: 10px;
}
    
nav a{
        font-size: 1vw;
        padding: 5px;
        margin: 30px;
        font-weight: 40px;
}
    
footer{
        height: 20px;
        font-size: 10px;
}
.texti{
        margin-top: 20px;
        font-size: 20px;
}
    
#imgi{
    width: 200px;
    height: 200px;
}
.imgmi{
    height: 150px;
    width: 150px;
    padding: 10px;
}   
#textp{
        margin-left: 19px;
        font-size: 10px;
}
#contmi{ 
        font-size: 10px;
}
#imgcontv{
        width: 100vw;
        top: 30vh;
}
.imgv{
        margin-left: 80px ;
        margin-left: 80px;

        height: 30vh;
        width: 15vw;
        padding: 10px;

}
#textcontv{
        top: 30vh;
}
}
