
p {
    margin: 4px 4px 10px !important;
}

#header {
    width: 100%;
   
    background-color: #ffffff; ;
	text-align: center;
}
.foot a:hover 
            {color:white!important;}

.img {
  background-image: url(logo.jpg); 
}
@media 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 192dpi) { 
  .img {
    background-image: url(logo1.png);
  }
}

body{font-family: 'Lora', serif; !important;
font-weight: Normal;}
h2, h4, h5, h5, h6{
    font-family: 'Playfair Display', serif !important;
    font-weight: Normal;
    text-transform: uppercase;
   
}
h3{
  font-size:36px !important;
  font-family: 'Playfair Display', serif !important;
  text-transform: uppercase;
}

h1{
 font-family: 'Playfair Display', serif !important;
font-size:46px !important;
text-transform: uppercase;
	
}
h2.tagline{
  font-family: 'Playfair Display', serif !important;
    font-size: 30px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p {
    font-family: 'Lora', serif; !important;
    font-weight: Normal;
    font-size: 19px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  float: left;
    width: 100%;
    /*margin-left: 4.5%;*/
    font-size: 22px;
    line-height: 40px;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {

}

a:hover {color: #949292 !important;}
.title {
	
	text-align: center;
    display: block;
    margin-bottom: 2%;
    margin-top: 5%;
}

.topnav {
    overflow: hidden;
    background-color: #e4e4e4;
    
}

.topnav a {
 float: left;
    display: block;
    color: #f2f2f2;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 15px;
    margin-right: 1%;
}

.topnav a:hover {
    text-decoration: none;
    background-color: #ddd;
    color: #000 !important;
}

.active {
  background-color: #43bcd1;
  color: white;
}

.topnav .icon {
  display: none;
}
.no-padding{padding: 0 !important;}
.search {
  padding: 4% 0%;
  width: 100%;
  position: relative;
  display: flex;
}
li.menu-top{
    padding: 6% 3%!important;
    font-size: 16px;
    font-weight: 600;
}
.searchTerm {
  width: 100%;
    border: 3px solid #cfcfcf;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 16px 0 0 16px;
    outline: none;
    color: #d7d7d7;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
    height: 36px;
    border: 3px solid #d1d1d1;
    background: #ffffff;
    text-align: center;
    color: #d1d1d1;
    border-radius: 0 16px 16px 0;
    cursor: pointer;
    font-size: 20px;
    border-left: 0px;
}
.mobile{display: none;}
.desktop{display: block;}
#mybutton {
    display: none;
    position: fixed;
    bottom: 0px;
    z-index: 99999;
    width: 100%;
    margin: 4px;
}

select.form-control:not([size]):not([multiple]){height: auto !important;}
.icon {
    width: 10%;
    margin-right: 5%;
}

@media screen and (max-width: 600px) {
  #mybutton {
    display: block !important;
}
  h1 {
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    text-transform: uppercase;
}
h3{
  font-size:24px !important;
  font-family: 'Playfair Display', serif !important;
  text-transform: uppercase;
}
h3.about{display: none !important;}
li {
    float: left;
    width: 100%;
    /*margin-left: 9.5%;*/
    font-size: 18px;
    line-height: 34px;
}
p {
    font-family: 'Lora', serif !important: ;
    font-weight: Normal;
    font-size: 16px;
    text-align: justify !important;
    padding: 2%;
}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .mobile{display: block;}
  .desktop{display: none;}
  
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}


#footer {
    width: 100%;
    padding: 2% 5%;
  background-color:#999999!important;}
ul.footer{
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: none;
}
ul.footer li a {
   width: 100%;
    display: block;
    color: white;
    text-align: left;
    padding: 4px 25px 4px 0px;
    text-decoration: none;
  
}
ul.footer li{float:left;width:100%; } 

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  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;
}
.fa {
    padding: 6px;
    font-size: 30px;
    /* width: 50px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.modal {
   display: none;
   position: fixed;
   z-index: 1;
   padding-top: 100px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgb(0, 0, 0);
   background-color: rgba(0, 0, 0, 0.9);
}
.modalImage {
   margin: auto;
   display: block;
   width: 50%;
   height: 60%;
   max-width: 700px;
}
#caption {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
   text-align: center;
   color: #ccc;
   padding: 10px 0;
   height: 150px;
}
.close {
   position: absolute;
   top: 15px;
   right: 35px;
   color: #f1f1f1;
   font-size: 40px;
   font-weight: bold;
   transition: 0.3s;
}
.close:hover,
.close:focus {
   color: rgb(255, 0, 0);
   cursor: pointer;
}
@media only screen and (max-width: 700px) {
   .modalImage {
      width: 100%;
   }
}
