@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700&display=swap');


* { 
    box-sizing: border-box;
}

body {

    background-color: lightgrey;
    color: black;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    min-height: 90vh;
    flex-wrap: wrap;
}

#logodgpc { 
    display: flex;
    justify-content: center;
    margin-bottom: 0,5em;
    background-color: grey;
    }
    
    ul {
    list-style:none;
    text-decoration: none;
}

nav {
    list-style:none;
}
section nav ul {
    background-color: ghostwhite;
    background-size:80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content:center;
    padding: inherit

}

nav ul li a 
    {
    font-family: lato;
    font-weight: bold;
    color: white;
    text-decoration:inherit;
    text-align: center;
    font-size: 1em;
    background-color: darkslateblue;
    width: 100vh%;
    display:flex;
    margin: 1em;
    padding: 0.9rem;
    border-radius: 1em;
   }     
    
h1 { 

    box-sizing: border-box;
    display: block;
    background-color:darkslateblue; 
    color: white;
    text-align: center;
    width: 17rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.8em;
    border-radius: 1em;
    font-family: lato;
    font-weight: bold;
    font-size: 2em;
    text-align: center;

}

.mapaver {
    box-sizing: border-box;
    display: flex;
    margin: 1.5em;
    padding: 1em;
    width: 90%;
    height: auto;
    justify-content: center;
    align-content: center;
    
}

footer {
    box-sizing: border-box;
    font-family: lato;
    font-weight: normal;
    text-align: center;
    color: lightslategrey;
    font-size: 1.3em;
    padding: 1.2rem; 
    margin-top: auto;
    margin-bottom: auto;
    margin: auto;
}