@charset "utf-8";
@import url ("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" );

* {box-sizing: border-box;
    list-style: none;
    margin: 0;
padding: 0;}
    
body {
    background-color: rgb(226, 226, 226)
}
header img {
    height: 14em;
    display: block;
    align-content: center;
    margin: auto;
        
}
header h1{
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-top: -1em;
    font-weight: 400;
    font-size: 2em;
    color: rgb(59, 61, 73)
}

header h2{
    font-family: 'Lato', sans-serif;
    font-size:1.5em;
    font-weight: 100;
    text-align: center;
    color: rgb(59, 61, 73);
    margin-bottom: 7em
    }
main nav ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding:0;
    display: block;
    align-content: space-around;
    justify-content: space-around;
}
main nav ul li a {
    color: rgb(89, 90, 108);
        text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 1em;
        
}

main section h3{
    text-align: center;
    display: block;
margin: 0;
    padding: 0;
    margin-top: 0.4em;
    margin-bottom: 5em;
        font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 1em;
    color: rgb(89, 90, 108);    
        
}

main section h3:hover { color: rgb(20, 201, 216) }
main nav ul li a:hover { color: rgb(20, 201, 216) }























