@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	height: 100%;
}
.fullHeight {
	height: 100%
}
.corners {
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
#contactTop {
	margin-top: 0px
}
}
#contactPic {
	display: block;
	margin: auto;
	width: 80%;
	margin-top: 10px;
	border-radius: 20px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
#contactTop {
	border-right: 10px solid #ffff00;
}

@media screen and (max-width:768px) {
#contactTop {
	border-right: 0;
	margin-bottom: 20px;
}
}
#contactInfo h2 {
	color: #FFFF00;
	margin-top: 10px;
	padding-left: 20px;
}
#contactInfo p {
	padding-left: 20px;
	color: white;
}

#contactInfo a {
	text-decoration: none;
	color: #ffffff;
}
#contactInfo a:hover {
	text-decoration: none;
	color: #FFFF00;
	background: rgba(255,255,255,0.2);
}
#bottom_sc_form img {
	border: 2px solid black;
	margin: auto;
	display: block;
}

/*.google-maps {
	position: relative;
	padding-bottom: 100%; /* This is the aspect ratio */
/*	height: 0;
	overflow: hidden;
 }*/

#googleMap p {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}
.google-maps {
	position: relative;
	/* padding-bottom: 100%; /* This is the aspect ratio */
	/*height: 0;*/
	overflow: hidden;
}
.google-maps iframe {
	position: relative;
	border-radius: 15px;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#iframeBorder {
	height: 450px;
	border: 5px solid #FFFF00;
	border-radius: 20px;
}