body {
  padding-top: 50px;
  font-family: 'Lato', sans-serif;
  background: url(../images/bgwood.png)
}
.text-in-parallax a {
  text-decoration: none;
  color: white;
  font-size: 400%;
}
.wrapper {
  background-color: white;
  padding: 2%;
  margin-top: 20px;
}
.text-in-parallax {
	  padding-top:15%;
  text-align: center;
}
.text-in-parallax h1 {
  padding:20px;
  color:white;
  font-size: 56px;
  text-align: center;
}
.text-in-parallax h2 {
  color:white;
  font-size: 36px;
  text-align: center;
}
.text-in-parallax > button  {
	min-width:200px;
	margin:20px;
}
.text-in-parallax >a > button  {
	min-width:200px;
	margin:20px;
}
.btn-primary {
  color: #fff;
  background-color: #ee2323;
  border-color: #ed0000;
}


.btn-primary:hover {
  color: #fff;
  background-color: #ff2323;
  border-color: #fe0000;
}


.btn-secondary {
  color: #fff;
  background-color: #11a337;
  border-color: #1ed84e;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #22b337;
  border-color: #2fe84e;
}

.btn-secondary {
  color: #fff;
  background-color: #11a337;
  border-color: #1ed84e;
}

@media only screen and (max-width : 768px){
.navbar-brand {
  padding: 0px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;


}
.navbar-brand>img {
  height: 50px;
  width: auto;
  padding: 7px 14px;

}
}



.navbar-brand {
  background: url(../images/logo.png) center / contain no-repeat;
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  height: 80px;

}
.nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.nav >li>a:hover {
	background-color:#e63535;
}
.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.parallax-window {
	z-index: -1000;
    min-height: 600px;
    background: transparent;
	background: url(../images/bg2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.dropdown-menu {
	z-index:1060;
}
.menu > .row  {
  color: white;
  background-color: black;
  border-bottom: 1px solid #eee;
  font-family: 'Lobster', cursive;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/menubg.png)

}
.menu > .row > .col-md-4:first-child .col-md-6:first-child {
  text-align: left;
}
.menu > .row > .col-md-4  {
  text-align: center;

}
.menu > .row > .col-md-6 h3 {
  text-align: center;

}

.padding {
  padding: 5%;
}

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.menu > .row img {
  padding-top: 3%;
  width: 80%;
  height: 80%;
  margin: 0 auto;
  text-align: center;
  background: url(../images/menubg.png);
}
.center {
  text-align: center;
}
.footer {
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #222222;
  padding: 30px;
  color: white;
}
#map
{
  width: 100%;
  min-height: 400px;
}
.great
{
  font-size: 400%;
  color: #222;
  padding: 2%;
  font-family: 'Lobster', cursive;
}
.menu2 > .row  {
  color: #222;
  background-color: #white;
  border-bottom: 1px solid #eee;
  font-family: 'Lobster', cursive;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/bggray.png);
  text-align: center;

}
.menu2 > .row  h3 {
  font-size: 150%;

}
