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

body {
	background-color: #D9D4CB;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}
footer {
	background-color: #D9D4CB;
}
#Margin_Top {
	margin-top: 50px;
}
h1 {
	font-family: 'Tangerine', cursive;
	font-size: 63px;
}
#h1_div {
	display: inline-block;
	border-bottom: solid 3px #B0E9C2;
	line-height: 35px;
	font-size: 63px;
	margin-top: 30px;
}
p {
	font-family: 'Nobile', sans-serif;
}
.margin_block {
	padding-top: 5%;
}
.icon_padding {
	padding: 15px;
}
#facebook {
	background-image: url("assets/Contact Us/facebook inactive.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 12vw;
	width: 12vw;
	margin: auto;
	max-height: 100px;
	max-width: 100px;
	min-height: 80px;
	min-width: 80px;
	position: relative;
}
#facebook:hover,
#facebook:active,
#facebook:focus {
	background-image: url("assets/Contact Us/facebook active.png");
	background-repeat: no-repeat;
	background-size: contain;
	max-height: 100px;
	max-width: 100px;
}
#google {
	background-image: url("assets/Contact Us/g- inactive.png");
	background-repeat: no-repeat;
	background-size: contain;
	max-height: 100px;
	max-width: 100px;
	margin: auto;
	height: 12vw;
	width: 12vw;
	min-height: 80px;
	min-width: 80px;
}
#google:hover,
#google:active,
#google:focus {
	background-image: url("assets/Contact Us/g- active.png");
	background-repeat: no-repeat;
	background-size: contain;
	max-height: 100px;
	max-width: 100px;
}
.Nobile_Text {
	font-family: 'Nobile', sans-serif;
	color: #3e3e3e;
}
.Google_Map {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 40vh;
}
.Links_Span {
	position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  z-index: 1;
}
.Margin_Top {
	margin-top: 30px;
}