body {font-family: 'Lato', sans-serif; 
background-color: #f0f5f5;}





.hero{
    width: 100vw;
    height:26vh;
    display: flex;
    justify-content: center;
    align-items:center;
    text-align: center;
    background-image: url(https://images.adsttc.com/media/images/57b3/1a86/e58e/cee4/4100/0008/large_jpg/6_FADU_N%C3%BA%C3%B1ez.jpg?1471355519);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}






section div img {
margin-top: 10px; 
margin-bottom: 30px;
border-radius:50%;
border:12px solid #444444;
min-width:1%;
max-width: 2%;}








h1 {
    color:#85adad;
    text-align: center;
    font-family: 'Playfair Display';
    word-spacing: 0px;
    font-size: 43px;}



h2 {
    color:#2E2E2E; 
    text-align: center; 
    text-decoration: underline; 
    margin-top:20px;
    margin-bottom:20px;
    margin-right:20px;
    margin-left:20px;
    font-size:25px;}


h3 {
    color:#2E2E2E; 
    text-align: center; 
    text-decoration: underline; 
    margin-top:20px;
    margin-bottom:20px;
    margin-right:20px;
    margin-left:20px;
    font-size: 19px;}

h4 p {
    color:#2E2E2E; 
    text-align: center;  
    margin-right:20px;
    margin-left:20px;
    font-size: 15px;}

h4 p i {color:#85adad;}


nav ul {
    list-style-type: none;
    margin: 0;
    padding: 13px;
    overflow: hidden;
    background-color: #333;}



nav ul li  { float: left; }

li a {
    display: inline;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none; }


li a:hover {
    background-color: #85adad;}
}


div{width:30%}

left{
   float:left;
   margin-left:10%;}

middle{
   position:relative;
   left:0px;
   right:0px;
   margin:auto;}

right{
   float:right;
   margin-right:2%;}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;}










footer { font-weight: 300; display: block;  font-family: 'Lato', sans-serif; text-align: center; font-size:0.90rem; font-style: italic; color:#2E2E2E; margin-left: auto; margin-right: auto; margin-top: 1rem;padding:2rem; }