@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);

body {
	width: 100%;
	height: 100%;
 	margin: 0;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
 	background-position: center center;
 	background-attachment: fixed;
	background-size: 100% 100%;
	background-color: #464646;
}


#menuItem {
  padding: 10px;
  margin: 0px;
  text-align: center;
  display:inline-block;
  vertical-align:top;
}

#logo {
	width: 30%;;
    float: left;
    margin-top: 8px;
	position: relative;
	z-index: 2;
}

.w3-button:hover {
	
	color:#E59092!important;
	background-color:#ffffff!important;
}

#msg {
	display:block;
	width:90%;
	align-content:top;
	margin-left:5%;
	margin-right:5%;
	padding:0px 0px 0px 6px;
	color:red;
	/*background-color: rgba(247,207,18,0.70);*/
}

#about {
	width:90%;
	align-content:center;
	margin-left:5%;
	margin-right:5%;
	background-color: rgba(250,252,249,0.75);
	border-radius: 10px;
}
#people {
float: left;  
	
            margin: 20px; 
        } 
#cert {
	float: right;
	margin: 20px;
	z-index: 5;
}

#services {
	Margin: 20px;
	padding:10px;
	width: 95%;
	background-color: rgba(250,252,249,0.75);
	border-radius: 10px;
  
}

#bio p {
	
	text-align: justify;
}
#cert1 #cert2  {
	position:inherit;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }
/*html { font-size:100%; } */
.iframe-map {
	width:100%;
	height:450px;
}


@media only screen and (max-width: 767px) {
  body {
    background-image: url(../assets/images/background-mobile.jpg);
  }
}



