

 * {
    margin:0;
    padding:0;
    box-sizing:border-box;
 }
 body{
    
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    

 }
 #wrapper {
    width:940px;
    margin: 20px auto 20px auto;
 }
 header {
    background:black;
    padding-top:8px;
    
   
    
 }
 .inner-header {
    width:940px;
    margin:0 auto;
 }
 #logo {
    display:inline;
    margin-bottom:16px;
 }
 nav {
    height: 50px;
    background:#eee;
    line-height:50px;
 }
 nav ul{
    width:1000px;
    margin: 0 auto;
 }
 nav li {
    list-style-type: none;
    float:left;
    width:20%;
    text-align: center;
    
 }
 nav a {
    text-decoration: none;
    color:#79a5d3;
    display: block;
 }
 nav a:hover{
    background:#79a5d3;
    color:white;
 }
 .home li:nth-child(1) a,
 .about li:nth-child(2) a,
 .tours li:nth-child(3) a,
 .promos li:nth-child(4) a,
 .contact li:nth-child(5) a {
    background:#79a5d3;
    color:white;

 }
 
 main{
    width:580px;
  
    
    float:left;
    margin-top:24px;

 }
 aside {
    width:340px;
    padding:15px;
    background:#79a5d3;;
    float:right;
    margin-top:20px;
 }
 
 .specials {
   background:#eee;
   padding:15px;
 }
 .row {
    clear:both;
    margin-bottom: 20px;
    overflow:hidden;
 }
 .third {
    width:300px;
    
    float:left;
    margin-right:20px;
 }
 .third:last-of-type {
    margin-right:0px;
 }

 
 footer {
    height:50px;
    line-height:50px;
    border-top: 1px dotted #666;
    color:#666;
    
    clear:both;

 }
 footer li {
    list-style-type: none;
    float:left;
    margin-right:30px;
    color:#666;
 }
 footer a {
    color:#666;
 }
 figure {
    margin-bottom:15px;
 }
 figure img {
    margin:0 auto;
 }
 figcaption {
    background:#000;
    color:#fff;
    font-size:0.75em;
    padding: 8px;
    font-style:italic;


 }
 .about figcaption {
    background: none;
    text-align:center;
    padding: 8px 0px;
 }

 img + p {
    margin: 15px 0px 20px 0px;
 }
 img {
    max-width: 100%;
    display:block;
 }
 h1{
    font-weight:200;
    font-size:2.44em;
 }
 /* TYPOGRAPHY */
 h1, h2, h3 {
    margin-bottom: 8px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    line-height:1.2;
    color:#79a5d3;;
 }
 h2 {
    color:#555;
    font-size: 2em;
 }
 h3 {
    color:#fff;
    font-size: 1.78em;
    
 }
 

 p {
    margin-bottom:20px;
    line-height: 1.4;
 }
 aside p {
    font-size: 0.9em;
 }
 .third h3 {
   color:#555;
   font-size: 1.5em;
   text-align:center;
 }
 

 .third img + h3,{
   margin: 10px 0px 8px 0px;
 }
 .third p {
   font-size:.9em;
   text-align:center;
 }
