body {
	font-family: 'Merriweather', serif;
	padding-top: 5rem;
    overflow-x: hidden;
}

h1 {
	text-align:center;
}

.navbar {
	border-bottom: 0.5rem solid white;
	font-size: 1.25rem;
	transition: border-bottom 200ms linear;
	background-color: #FFFFFF;
}

.navbar-toggler {
	height: 40px;
}

main {
	font-size: 1.25rem;
}

.fullscreen {
	width: 100vw;
	transform: translateX(-15px);
}

@media screen and (min-width: 570px) {.fullscreen {left: 50%;transform: translateX(calc(-50vw + 255px));}}
@media screen and (min-width: 768px) {.fullscreen {left: 50%;transform: translateX(calc(-50vw + 345px));}}
@media screen and (min-width: 992px) {.fullscreen {left: 50%;transform: translateX(calc(-50vw + 464px));}}
@media screen and (min-width: 1200px) {.fullscreen {left: 50%;transform: translateX(calc(-50vw + 554px));}}


#c7 {
    display: initial;
}

#gmap_canvas {
	max-width: 100%;
	margin: 0;
	border: none;
}

.form-group .control-label {
	display:none;
}

.help-block {
	font-size: 1rem;
}

.footer {
	width: 100%;
	background-color: rgb(136, 117, 34);
	color: white;
	line-height:1.7rem;
}

.footer a{
	color: white;
}
.footer a:hover{
	color: white;
}