body {
    font-family: 'Montserrat', sans-serif
  }
  
 /*nav bar*/
 
 .nav-wrapper {
     margin: auto;
     width: 70%;
     margin-top: 50px;
     height: 90px;
   }
 
 .logo {
     float: left;
     font-size: 1.8em;
     height: 25px;
     letter-spacing: 1px;
     font-family: 'Montserrat', sans-serif
 } 
 
 .navbar ul {
     float: right;
     list-style: none;
     margin-right: 14px; 
     margin-top: 10px;
     text-align: right;
     transition: transform 0.5s ease-out;
     -webkit-transition: transform 0.5s ease-out;
   } 
 
 
 ul {
     display: inline-block;
      }
     
   
 li {
     display: inline-block;
   }
   
 li a {
     color: rgb(13, 26, 38);
     display: block;
     font-size: 0.7em;
     height: 20px;
     letter-spacing: 1px;
     margin: 0 20px;
     padding: 0 4px;
     position: relative;
     text-decoration: none;
     text-transform: uppercase;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
   }

  

   li a:hover {
    border-bottom: 1px solid rgb(28, 121, 184); 
    color: rgb(28, 121, 184);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
  }
   




/*Main Body*/


.text{
    margin: auto;
    width: 80%;
    padding: 10px;
   
  }

.headers{
    text-align: center;
  
}

.images img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    max-height: 50%;
    padding-top: 1%;

}

.quotes{
    margin: auto;
    width: 80%;
    padding: 10px;
}

/* footer */
.footer{
    display: block;
    left:0;
      bottom: 0;
      width:100%;
    margin-top: 50px;
    padding:0;
    text-align: center;
  }