/* Styles for my Template Website */

*  {
    margin: o;
    padding: 0;
    box-sizing: border-box;
}

body  {
  background-color: azure;
  font-family: 'Courier New', Courier, monospace;
}

#wrapper {
    width: 940px;
    margin: 20px auto;
}

header {
    /* height: 200px; */
    /* background-color: aqua; */
    
}

#logo  {
    display: inline;
    margin-bottom: 10px;
}

nav  {
    height: 50px;
    line-height: 50px;
    background-color: rgb(221, 226, 232);
    
    }

    nav li {
        list-style-type: none;
        float: left;
        width: 16.66%;
        text-align: center;
    }

    nav a {
        text-decoration: none;
        color: rgba(5, 106, 76, 0.734);;
        display: block;
    }

   nav a:hover  {
    background-color: rgba(5, 106, 76, 0.734);
    color: #fff;
   }

   
   .home li:nth-child(1) a,
   .about li:nth-child(2) a,
   .tour li:nth-child(3) a,
   .tradition li:nth-child(4) a,
   .event li:nth-child(5) a,
   .contact li:nth-child(6) a,
  
  
{
    font-weight:bold;  
}
     
  
    #hero {
        /* height: 300px; */
        /* background-color: brown; */
    }


    main  {
        width: 580px;
        /* height: 400px; */
       /* background-color: lightblue; */
        float: left;
        margin-top: 25px;
    }
    
    img + p {
        margin: 15px 0 20px 0;
    }
    
    aside  {
        width: 340px;
        /* height: 350px; */
        background-color: rgba(5, 106, 76, 0.734);
        float: right;
        margin-top: 20px;
        padding: 15px;
    }
   
    .row  {
        clear: both;
        margin-bottom: 20px;
        /* border-bottom: 10px solid aqua; */
        overflow: hidden;
        }

   
    .third {
        width: 300px;
        /* height: 300px; */
        /* background-color: yellow; */
        float: left;
        margin-right: 20px;
    }


    .third:last-of-type  {
        margin-right: 0;

    }
   
    

    figcaption  {
        background-color: black;
        color: #fff;
        font-size: 0.875em;

      }


    footer  {
        height: 50px;
        line-height: 50px;
        border-top: 1px dotted black;
        /* background-color: lightgrey; */
         clear: both;
         font-size: 0.9em;
     }

     footer li {
        list-style-type: none;
        float: left;
        margin-right: 30px;
        color: black;
     }

     footer a {
        color: black;
     }

     
     /* All of my images will have a max-width of 100% */
     img  {
        max-width: 100%;
        display: block;
     }

     /* TYPOGRPHY */

h1, h2, h3  {
    margin-bottom: 6px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 20px;
    line-height:1.2;
}

h1  {
    font-weight: 200;
    color: rgba(5, 106, 76, 0.734);
    font-size: 2.4em;
 }

h2  {
    color: black;
    font-size: 2.0em;
}

h3  {
    color: #fff;
    font-size: 1.78em;
    font-weight: 200;
   /* text-transform: capitalize; */
}


p {
    margin-bottom: 20px;
    line-height: 1.3;

}
aside p  {
    font-size: 0.9em;

}

.third h3 {
    color: rgba(2, 106, 78, 0.734);
    font-size: 1.3em;
    
}

.third img + h3 {
    margin: 8px; 0; 8px 0;
}

.third p {
    font-size: 0.93em;
    

}
 span  {
    display: block;
    text-align: center;
    font-style: italic;
 }

span a  {
    color: blue;
      font-size: 1.0em;
}

  
  
    

  


 

