* {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

/*
Import Google Fonts
*/

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic);
body {
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
}

.centered {
	text-align:center;
}

#history p {
	font-size:0.8rem;
}

h2.header {
	font-size:1.2rem;
	font-weight:bold;
	text-align:left;
	margin-top:0px;
}

a, img {
	border:none;
}

#footer {
	width:100%;
	height:139px;
	/*background-image:url('/images/homepage_footer.jpg');*/
	background-color:#000;
	padding-top:1.5rem;
}

#left-footer {
	float:left;
	width:20%;
	padding-left:50px;
}

#right-footer {
	float:right;
	width:20%;
	padding-right:50px;
}

#center-footer {
	float:left;
	width:60%;
}

#footer h4  {
	text-align:center;
	font-size:1.4rem;
}

h2.name-footer {
	text-align:center;
	color:#FFF;
	font-size:1.8rem;
	margin:0px;
}

h4.phone-footer {
	color:#FFF;
	margin:0px;
}

h4.email-footer {
	margin:0px;
}

h4.email-footer a {
	color:#FFF;
}

#contact-left {
	width:45%;
	float:left;
	padding-left:20%;
}

#contact-right {
	width:55%;
	float:left;
}

@media (max-width: 1300px) {
   #contact-left { 
    float: none;
	padding-left:10px;
  }
 }

 #disclaimer {
	height:50px;
}

 #disclaimer p {
	text-align:center;
	font-size:0.6rem;
	color:#fff;
}

