@charset ="utf-8";
@font-face {
    font-family: 'source_sans_proregular';
    src: url('sourcesanspro-regular-webfont.eot');
    src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('sourcesanspro-regular-webfont.woff') format('woff'),
         url('sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body { 
    background-color: white;
}

*{
    padding: 0;
    margin: 0;
}
h1{
    font-family: 'source_sans_proregular', sans-serif;
}



header {
    background: #07AAB4;
    text-align: center;
}

header li{
    display: inline;
    margin: 0 15px 0 0;
}

header img{
    height: 220px;
    padding: 10px;
}

.social img {
    width: 30px;
    height: 30px;
    text-align: center;
}

nav{
    background-color: #404040;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
    }

nav {
    color: white;
    text-decoration: none;
    font-size: 1.8rem;
    font-family: 'source_sans_proregular', sans-serif;
    font-weight: 300;
}

section h2 {
    text-align: center;
    font-family: 'source_sans_proregular', sans-serif;
}

section h3 {
    text-align: center;
}
section h4 {
    font-family: 'source_sans_proregular', sans-serif;
    font-size: 20px;
    margin: 0px; 
    text-align: center;
    font-weight: 600;
    color: black;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #07AAB4;
    }

section p {
    font-family: 'source_sans_proregular', sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.foto {
    text-align: center;
    padding: 15px;
    }

h3 {
    font-family: 'source_sans_proregular', sans-serif;
    font-size: 15px
}

footer .container {
    background-color: #404040;
    font-family: 'source_sans_proregular', sans-serif;
    font-size: 13px;
    color: white;
    padding: 20px;
    text-align: center;
}