body {
  background: url(../images/wood.jpg) fixed center;
  background-size: 100% 100%;
}
.center{
	text-align:center
}
@font-face {
  font-family: "love-of-thunder";
  src:url(../fonts/aloveofthunder.woff) format('woff');
  src:url(../fonts/aloveofthunder.woff2) format('woff2');
}

@font-face {
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/ionicons.ttf) format("truetype");
}
@media only screen and (max-width: 767px) {
    .nav li {
        float: left !important;
    clear: both !important;
    }
}
.grass-nav {
  background: url('../images/grass.jpg') repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
 
  border-bottom: 5px solid black;
}

.navbar {
  width: 100%;
 
}



.nav {
  width: 100%;
  margin: 0;
}

.nav li {
  display: table-cell;
  text-align: center;
  margin-right: 20px;
}

.nav li a {
  display: block;
}

img.logo {
  height: 20%;
  width: auto;
  object-fit: cover;
}

.social {
  font-family: 'icons';
  font-size:25px;
  margin-right: 10px;

}

li {
  font-family: "love-of-thunder";
}

p {
  font-family: "love-of-thunder";
  margin-top: 5px;
  color: black;
  display: block;
  font-size: 15px;
}

h1, h2, h3, h4 {
  font-family: "love-of-thunder";
  margin: 0;
  margin-bottom: 10px;
  color: black;
  display: block;
  text-align: center;
}

div.slider img {
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid black;
}

.paper {
  background: url('../images/paper.png') repeat center;
  padding-top:15px;
  text-align:center;
}

.menu-cat-header {
  margin-top: 7%;
  margin-bottom: 2%;
}

hr {
  border-color: black;
  border-width: 2px;
  margin-top: 7%;
}

hr.e {
  border-color: black;
  border-width: 2px;
  margin-top: 2%;
}

.div-social {
  float: right;
  display: inline;
 
  bottom: 0;
  right: 2.5%;
  border-radius: 15px 15px 0px 0px;
  background: black;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 32px;
}

.img:hover {
  color: #424242;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(2);
  -ms-transform: scale(2);
  /* IE 9 */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
}

a {
  color: white;
}

label {
  font-family: "love-of-thunder";
  color: black;
  font-size: 16px;
}


#myNavbar {
  padding:0;
  margin-top: 4%;
}

#map {
  height: 70%;
  width: 100%;
  border-left: 5px solid black;
  border-right: 5px solid black;
  border-bottom: 5px solid black;
}

