/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    margin-left: 460px;
    margin-right: 460px;
    min-width: 850px;
    line-height: 1;
    background-color: #E8E8E8;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table, tr, td {
    border: 1px solid black;
    border-spacing: 4px;
    border-collapse: collapse;  
    text-align: center;
    color: #333333;
    text-decoration: none;
    margin-right: 40px;
    margin-left: 40px;  
  }
  th {
    font-size: 20px;
  }
  h1 {
    text-align: center;
    font-family: 'Arvo', serif;
    font-size: 50px;
    color: #990100;
    border-bottom: 1px solid #990100;
  }
  footer {
    font-size: 10px;
    padding: 10px;
  }
  form {
    line-height: 24px;
  }
  textarea {
    width: 400px;
    height: 150px;
  }
  h5 {
    font-size: 0.93em;
  }

  
  /*==============================================================================================================================*/

  .default {
    background-color: #F6F6F6;
    font-family: 'Raleway', sans-serif;
  }
  .menu {
    position: relative;
    display: inline-block;
    text-align: center;

  }

  .linkbtn {
    background-color: #333333;
    font-family: 'Raleway', sans-serif;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-align: center;

  }

  .dropbtn {
    background-color: #333333;
    font-family: 'Raleway', sans-serif;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-align: center;
        
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333333;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: #E8E8E8;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
  background-color: #b90504
}
.menu:hover .dropdown-content {
    display: block;
}
.menu:hover .dropbtn {
    background-color:  #B90504;
}

.hpic {
  display: block;
  padding: 5px;
  margin-left: 90px;
  margin-right: 90px;
  }
  .text {
    color: #333333;
    font-size: 18px;
  }

a {
  color: #333333;
}
a:hover {
  color: yellow;
  text-decoration: underline;
}
.gallery {
  text-align: center;
}
.thumbnails img {
  height: 80px;
  border: 4px solid #555;
  padding: 1px;
  margin: 0 10px 10px 0;
}

.thumbnails img:hover {
  border: 4px solid #00ccff;
  cursor:pointer;
}

.preview img {
  border: 4px solid #444;
  padding: 1px;
  width: 800px;
  margin-left: 85px;
  margin-right: 85px;
}
.about2 {
  text-align: center;
  font-family: 'Arvo', serif; 
}
.h6 {
  display: block;
  font-size: 0.93em;
  -webkit-margin-before: 1.67em;
  -webkit-margin-after: 1.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}


 