.bg-top {
	height: 100%;
	margin-bottom: 20px;
}

.fullwidth {
	  width: 100%;
	  margin-left: auto;
      margin-right: auto;
      max-width: initial;
	
}

.top-bar.expanded .toggle-topbar a span {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.top-bar.expanded .toggle-topbar a {
	color: #fff !important;
}

iframe {
	width: 100%;
	height:	35em;
}

#hero-mid {
	margin-bottom: 20px;
	text-align: center;
	margin-top: -50px;
	background: #fff;
	padding: 20px 10px 10px 10px;
	border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
}

#hero-mid img {
	margin-top: -.6em;
	border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
}

#hero-mid h3 {
	color: #444444;
}

#top1 {
	margin-bottom: 2em;
	}
	
	
#top1 h3 {
	color: #444444;
	padding-bottom: .5em;
}

#top2 h3 {
	color: #444444;
	padding-bottom: .5em;
}

#contact {
	margin-top: 2em;
	margin-bottom: 2em;
}

#contact h3{
	margin-top: 1em;
	margin-bottom: 1em;
}

.fa-phone {
	padding: 10px 15px 9px;
	background: gray;
	border-radius: 100%;
	color: white;
	margin-bottom: .5em;
}

.fa-envelope {
	padding: 18px;
	background: gray;
	border-radius: 100%;
	color: white;
	margin-bottom: .5em;
}

.fa-file-text {
	padding: 11px 18px;
	background: gray;
	border-radius: 100%;
	color: white;
	margin-bottom: .5em;
	}

#signature {
	margin-bottom: 1.5em;
	}


@media screen and (max-width: 640px) {
	iframe {
		height: 20em;
	}
}