/* Styles for my visit tigray Website */

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

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

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

header {
    /* height: 200px; */
   background-color: rgb(180, 181, 189);
    padding-top: 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    overflow:hidden;
 }
.contact li {
list-style-type: none
   
}
.contact aside {
  background-color: azure;
}
.event aside {
    background-color: azure;
}

 .inner-header {
    /* background-color: palevioletred; */
    width: 940px;
    margin: 0 auto;    
 }

.social {
    float: right;  
    display: inline;
  
   }

.social li {
    list-style-type: none;
      /* float: left; */
    margin-right: 10px;
   margin-bottom: 10px;
       width: 100%;
}
#logo  {
    display: inline;
    margin-bottom: 10px;
}

#primary  {
    height: 50px;
    line-height: 50px;
    background-color: rgb(221, 226, 232);
     }
     #primary ul {
        width: 1000px;
        margin: 0 auto;        
     }

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

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

    #primary  a:hover  {
    background-color: rgba(5, 106, 76, 0.734);
    color: #fff;
   }
  
 .home #primary li:nth-child(1) a,
 .about #primary li:nth-child(2) a,
 .tour #primary li:nth-child(3) a,
 .tradition #primary li:nth-child(4) a,
 .event #primary li:nth-child(5) a,
 .contact #primary li:nth-child(6) a,
     {
    font-weight:bold;  
   }
       
   #secondary {

   } 

    #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 img {
        margin-top: 1px;
     }

     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;
    }
.tour h3 {
    color: blue;
    }
.tour aside {
    background-color: azure;
}
.about aside {
    background-color: rgba(5, 106, 76, 0.734);
    }
  
.about h3 {
color:#fff
}


.event h3 {
    color: purple;
    font-size: 2.0em;

} 
.contact aside {
    background-color: azure;
}

.contact li {
    list-style-type: none;
}

