*{padding: 0; margin: 0; box-sizing: border-box;}
body{height: 900px;width:100%;
background: url('img/backdrop2.jpg');position: relative;}
header {
	background: url('img/bg.jpg');
	text-align: center;
	height: auto;
	background-size: cover;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 85% 85% / 30%;margin:0px;
}
header .overlay{
	width: 100%;
	height: 100%;
	padding: 40px;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
  background-image: linear-gradient( 135deg, #86592d 10%, #00000000 100%);
	
}

h1 {
	font-family: 'Dancing Script', cursive;
	font-size: 80px;
	margin-bottom: 30px;
}

h4, p {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}

button {
	border: none;
	outline: none;
	padding: 10px 20px;
	border-radius: 50px;
	color: #333;
	background: #fff;
	margin-bottom: 50px;
	box-shadow: 0 3px 20px 0 #0000003b;
}
button:hover{
	cursor: pointer;
}
.responsive-map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-map-container iframe,   
.responsive-map-container object,  
.responsive-map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:768px){
	h3{font-size:18px;line-height:30px;}
	.why{padding:12px;}
	h4{font-size:16px;}
	.col-md-6{margin-top:10px;}
}