@charset "utf-8";
/* CSS Document */

/* For Mobile */
[class*="col-"] {
	width: 100%;
	padding: 10px;
	position: relative;
	display: block;
	}
[class*="col-"]:hover .overlay{
	opacity: 1;
}
*{
	margin: 0px;
	padding:0px;
}
.container {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: white;
	
}
.header {
	width:100%;
}
.top-nav {
	width: 100%;
	margin: 0px;
	padding:5px;
	background:#DFD9AB;
}

#hamburgerContainer {
	width:50px;
	height:50px;
	background:#dfd9ab;
	border-radius: 3px;
	border: 1px solid #6B6B6B;
}
#hamburgerContainer:hover{
	background:#CAC075;
}

#hamburgerBars {
	width: 30px;
	height:20px;
	position:relative;
	top: 15px;
	left: 10px;
}

#hamburgerBars > div {
	width: 30px;
	border-radius: 2px;
	height: 4px;
	position: absolute;
	background: black;
}
#hamburgerBars > div:nth-child(2){
	top: 8px;
}
#hamburgerBars > div:last-child{
	bottom: 0px;
}

#mobile-menu ul {
	color:#491000;
	padding:5px;
	margin: 5px;
	list-style-type: none;
	
}

#mobile-menu ul li {
	padding:10px;
	
}
#mobile-menu ul li:hover {
	background-color:#CAC075;
	
}
#mobile-menu ul li a {
	text-decoration: none;
	color:#491000;
}	
#mobile-menu ul li a:hover {
	text-decoration: none;
	color:#861D00;
	
}
#mobile-menu-display{
	
}
.desktop-menu {
	display: none;
}

.top-image{
	width: 100%;
}
.menu-text-container{
	background-color: #DFD9AB;
	float: left;
	width: 100%;
}
.overlay {
	position: absolute;
  	top: 0;
  	bottom: 0;
 	left: 0;
  	right: 0;
  	height: 100%;
 	width: 100%;
  	opacity: 0;
  	transition: .5s ease;
  	background-color: #DFD9AB;
}
.overlay-text{
	color: #491000;
  	font-size: 3em;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	text-align: center;
}
.overlay-paragraph{
	font-size: .3em;
}

[class*="our-story-col-"] {
	width: 100%;
	padding: 10px;
	display: block;
	position: relative;
	
}
.our-story-image{
	padding: 10px;
	float: left;
}
.our-story-text{
	font-size: 3em;
	text-align: center;
}
.our-story-text p{
	font-size: .3em;
}
.form-layout{
	width: 100%;
	float: left;
	
	
}
.form-layout-background{
	background-image: url("Images/main_image_1.jpg");
	min-height: 600px;
	
}
.form-container {
	position: absolute;
	margin: 20px;
	max-width: 500px;
	padding: 16px;
	background-color: white;
}
.spacer{
	padding:15px;
	width:100%;
}
input [type=text] {
	width: 100%;
	padding: 15px;
	margin:5px 0 22px 0;
	border: none;
	background: #f1f1f1;
	
}
.submit-text{
	width: 500px;
	height:100px;
}
.submit-btn{
	width: 50%;
	padding: 16px;
	margin: 10px;
	background-color: #DFD9AB;
	opacity: 0.8;
}
.submit-btn:hover{
	opacity: 1;
} 
.map_div{
	width:80%;
	margin-left: 10%;
	margin-top: 20px;
	padding-top: 10px;
}
/*for Desktop */
@media only screen and (min-width: 768px){
	
.col-1 {
	width: 33%;
	float: left;
	margin: 0px;
	padding: 2px;
		
}
.col-2 {
	width: 33%;
	float: left;
	margin: 0px;
	padding: 2px;
}
.col-3 {
	width: 33%;
	float: left;
	margin: 0px;
	padding: 2px;
}
	#hamburgerContainer{
		display: none;
	}
	#mobile-menu{
		display:none;
	}
	
	.desktop-menu {
	width: 100%;
	margin: 0px;
	padding:5px;
	background:#DFD9AB;
		display: block;
	
}
	
	.desktop-menu-list {
	padding:5px;
	margin: 5px;
	list-style-type: none;
	
	
}

.desktop-menu-list li {
	padding:10px;
	float: left;
	
	
}
.desktop-menu-list li:hover {
	background-color:#CAC075;
	
}
.desktop-menu-list li a {
	text-decoration: none;
	color:#491000;
	display: block;
}	
.desktop-menu-list li a:hover {
	text-decoration: none;
	color:#861D00;
	
}
	
	.top-image{
	width: 100%;
}
	
	.our-story-col-1{
		width: 40%;
		float: left;
		padding: 2px;
		margin:25px;
	}
	
	
}

