/* favicon is the tab icon */

h1 {
text-align: center;
color: cadetblue;
    background-image: url(../images/multsucc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px;
    text-shadow: 3px 3px black;
    font-size: 50px;
    border: 3px black dotted;
}

p {
    font-style: italic;
}

h1 {
    text-align: center;
}

aside {
background-image: url(../images/sequin.jpg);
background-repeat: no-repeat;
background-size: cover;

}

footer {
background-image: url(../images/purplesucclarge.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 150px 0px;
color: cadetblue;
}

body {
    background: linear-gradient(thistle,cadetblue 40%);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

/* this is for the drop down nav */


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: lightslategrey;
    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: thistle;}
  
  .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;
}
