﻿   *{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
 .body-wrap {
  position: relative;
  z-index: 0;
  margin: 0px auto;
}
h2{
 margin: 20px auto;
 text-align: center;
 font-size: 22px;
  color: #003366;
  padding-top: 20px;
}
h3{
 text-align: left;
 font-size: 20px;
  color: #996600;
  margin-top: 5px;
  margin-left: 2px;
  margin-bottom: 20px;
}
h5{
text-align: left;
 font-size: 17px;
  margin-bottom: 10px;
}
h6{
  margin:5px auto;
  color: #007AA3;
  padding: 5px;
}
 p{
   color: #005885;
   width: 90%;
    font-size: 19px;
     margin: 0px auto;
     text-align: center;
 }
 .span1{
   color: #7C6046;
    font-size: x-large;
 }
 .span2{
   margin: 0px auto;
   font-size: 16px;
   color:#7C6046;
 }
 .span3{
  font-size: 20px;
   color:#FF850A;
 }
 .span4{
   color: #FF6600;
    font-size: 22px;
 }
.topnav {
   background: rgba(56, 34, 33, 0.8); margin-top: 20px;
   border-radius: 8px !important; height: 85px;
   -moz-border-radius: 10px !important;
    -webkit-box-shadow: 0 10px 10px -6px #382B00;
    -moz-box-shadow: 0 10px 10px -6px #382B00;
    box-shadow: 0 10px 10px -6px #382B00;
    padding-top: 16px;
    padding-left: 10px;
    z-index: 1;
}
.topnav a {
  float: left;
  display: block;
  color: #F0DE96;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display:inline-block;
  background-color: #3E3532;
  border-radius: 8px;
}
.topnav a:hover {
  background-color: #33BBFF;
  color: White;
}
.topnav a.active {
  background-color: #04AA6D;
  color: #FF9933;
}
.topnav .icon {
  display: none;
}
.aboutus{
  float: right;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin-top:10px;
    margin-right:10px;
    background-color:  #FFFF09;
  }
}
   /* mobile */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color:  #FFFF00;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    background-color:  #336633;
        vertical-align: middle;
  }
}
* {
  box-sizing: border-box;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 33.33%;
  padding: 0px 5px;
}
/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive columns  for the body*/
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 0px;
  text-align: center;
  background-color: #f1f1f1;
}
 .navagation{
    margin: 0px auto;
    width: 90%;
 }
 img{
   width: 300px;
   height: 300px;
 }
.container{
  margin: 5px auto;
}
.list-style{
  list-style-type: square;
   padding-left: 40px;
   color: #FF6600;
 }
.footer{
  background-color: #39281E !important;
   width: 100%;
   border: solid 4px !important;
   border-radius: 16px;
   color: #9D8360;
}
.footer-container{
 border: solid 4px #362C21 !important;
 border-radius: 16px;
 box-shadow: inset -2px -2px 10px 10px #CC9966;
 font-size: 16px;
}
.footer ul li a{
  color:  #E7CFB6;
}
.footer-p{
  margin: 0px auto;
  color: #FF0000;
}
hr{
 width: 100%; height: 8px; background-color: transparent;
}