@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    background: #C5C5C5;
    font-family:'Roboto', sans-serif;
}

section.pres a, section.pres p{margin-top:1em;}

body { 
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width:100vw;
        background: white;
}
main{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background: white;
    }
h1{
    margin-top:1rem;
    margin-bottom: .8rem;
}
.pres {
    display:flex; 
    flex-direction:column;
    justify-content:center;
    align-items: center;
    width:100%;
    max-width: 40rem;
}

h2{
    font-weight: 400;
    letter-spacing: -0.05rem;
    margin-bottom: .4rem;
}

header {
    display:flex; 
    flex-direction:column;
    justify-content:center;
    width:100%;
    background: white;
}


.prop {
    width:100%;
    padding:20px;   
}


.lista{
    justify-content: center;
    align-content: center;
    width:90%;
    display:flex; 
    flex-direction:column;
}

.menu{width:100%}

.prop{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

img{
    border-radius:3%;
}
.galeria{
    align-content: center;
    display:flex; 
    flex-direction:row;
    width:100%;
    max-width:900px;
    justify-content:space-between;
    padding:20px;
    background: gray;
}

.galeria a { 
    display:flex; 
    width:30%;
    height:100%;
    padding:10px;
    border-radius:3%;
}


.screeni{ 
    width:100%;
    height: 100%;
}

.lista li {
    padding:1em;
}


nav {
    display:flex;
    background-color:#585858;
    color:white;
    width:100%;
}

nav ul{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    align-items: center;
    width:100%;
    padding: 0;
}
nav ul li {
    padding:2vw;
    display:flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;

}
nav ul li a{
    color: white;
    display:flex;
    text-decoration:none;
    height:3em;
    font-size: 1em;
    justify-content: center;
    align-items: center;
}
li:hover {
    color:darkgrey;
    background-color:#3399ff;
}
