/*================================ reset rule ===== */

* {
    margin: 0; padding: 0; border: 0;
    box-sizing: border-box;
}


/*================================= page styles ====== */



body {
    text-align: center;
    background-image: url(../images/wood.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height: 4000px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}

h1 {
    color: cadetblue;
}

p {
    color: cadetblue;
}


 main {

 }
 
/*individual articles*/
#article1 { 
    background-color:steelblue;
    margin: 80px 10px;
    min-height: 500px;;
    color: #222;
    padding: 16px;
}

#article2 { 
    background-color:steelblue;
    margin: 80px 10px;
    min-height: 600px;;
    color: #222;
    padding: 16px;
}

 #article3 { 
    background-color:steelblue;
    margin: 80px 10px;
    min-height: 500px;;
    color: #222;
    padding: 16px;
}

#article4 { 
    background-color:steelblue;
    margin: 80px 10px;
    min-height: 500px;;
    color: #222;
    padding: 16px;
}

#article5 { 
    background-color:steelblue;
    margin: 80px 10px;
    min-height: 500px;;
    color: #222;
    padding: 16px;
}

/* END individual articles*/

h1 + nav {
    background-color: cadetblue;
    height: 60px;
    position:sticky; top: 0px;
}

nav {
    background-color: cadetblue;
    border: 5px dotted whitesmoke;
    color: thistle;
    position: sticky; top: 0px;
}

header {
    height: 130px;
   
}

#p1 {
    color: cadetblue;
    font-size: 25px;
    text-shadow: 2px 2px 2px #222;
}

#h1 {
    text-shadow: 2px 2px 2px thistle;
    margin: 8px; padding: 8px;
    font-size: 30px;
}

h1 + nav a {
    color: thistle;
}

#nav1 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
}

#navb1 {
    width: fit-content;
    color: thistle; 
    min-width: 200px;
    border: 2px solid thistle;
    padding: 16px 16px;
}
#navb2 {
    width: fit-content;
    color: thistle; 
    min-width: 200px;
    border: 2px solid thistle;
    padding: 16px 16px;
}
#navb3 {
    width: fit-content;
    color: thistle; 
    min-width: 200px;
    border: 2px solid thistle;
    padding: 16px 16px;
}
#navb4 {
    width: fit-content;
    color: thistle; 
    min-width: 200px;
    border: 2px solid thistle;
    padding: 16px 16px;
}
#navb5 {
    width: fit-content;
    color: thistle; 
    min-width: 200px;
    border: 2px solid thistle;
    padding: 16px 16px;
}

#navb6 {
    width: fit-content;
    color: thistle; 
    min-width: 200px;
    border: 2px solid thistle;
    padding: 16px 16px;
}

#nav2 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
    
}

#nav3 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
}



#navc1 {
    color: thistle;
    font-size: 12px;
}

#navc2 {
    color: thistle;
    font-size: 12px; 
    
}
#navc3 {
    color: thistle;
    font-size: 12px;
}

#nav3whole {
    border: 5px solid thistle;
    float: left;
    height: 300px;
    width: 600px;
    background-position: center;
}



#navc4 {
    color: thistle;
    font-size: 12px;
}
#navc5 {
    color: thistle;
    font-size: 12px;
}
#navc6 {
    color: thistle;
    font-size: 12px;
}


#nav4 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
}

/*experimenting */

div.gallery {
    border: 1px solid #ccc;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }








































#nav5 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
}

#lastlist {
    list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
    float: left;
  }
  
  li a, .dropbtn {
    display: inline-block;
    color: thistle;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover, .dropdown:hover .dropbtn {
    background-color:cadetblue;
  }
  
  li.dropdown {
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

#navhome {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
    float: right;
}
