/* Main CSS */
/* Written for H R Stairs & Rails by James Miller - hrstairs.com */

@charset "UTF-8";

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.contactForm {
  background: #eee;
  padding-left: 35px;
	padding-right: 45px;
	padding-top: 35px;
	padding-bottom: 50px;
	margin-bottom: 35px;
	margin-top: 20px;
  -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.list-group-item {
	font-size: 18px;
	border: 0 none;
	text-indent: -29px;
}
.customul :before {
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 18px;
	position: relative;
	margin-right: 10px;
	top: 3px;
	color: #ccc;
}
.hr-difference {
  font-family: 'Playfair Display', serif;
  font-variant: small-caps;
  color: #235069;
}
.page-title {
  font-family: 'Playfair Display', serif;
  font-variant: small-caps;
  color: #235069;
}
.pull-bottom {
	display: inline-block;
	vertical-align: bottom;
	float: none;
}
.treadbottom {
	text-align: center;
}
.handrailsection {
	background-color: #AEB39C;
	border-radius: 10px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.handrailsection h5 {
	max-width: 375px;
	padding-bottom: 3px;
	align-content: center;
	margin-right: auto;
	margin-left: auto;
}
.handrailimagepad {
	padding-top: 8px;
	max-width: 350px;
}
.handrailimagemarg {
	padding-bottom: 8px;
	max-width: 350px;
}
.darkbluetext {
	color: #235069;
}
.carousel-caption {
  z-index: 10;
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel-caption h5 {
  font-weight: 600;
  color: #fff;
}
#map {
	height: 100%;
}

/* header rules */
header {
    background-color: #800000;
}
header img {
    float: left; 
    height: 150px;
    padding-right: 10px; 
    
}
header h1, header h2 {
    margin: 0;
    color: #fff; 
    
}
header h1 { 
	padding: .5rem 0 0 0;
  font-family: 'Playfair Display', serif;
	font-size: 2.5rem;
  font-weight: 400;
  font-variant: small-caps;
}
header h2{
	padding: .2rem 0 0 0;
	font-size: 1rem;
  font-weight: 300;    
}

/* body rules */
body {
  font-family: 'Open Sans', sans-serif;
}
body .text-justify {
  text-align: justify;
}
body h3, body h4 {
  color: #235069;
}
body h5 {
  color: #D90429;
}

/* footer rules */
footer {
  background-color: #800000;
  color: #fff;
}
footer h2 {
  font-style: italic;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem 0 .3rem 0;
}
footer ul {
  list-style-type: none;
}
footer p {
  margin: 1rem 0 .3rem 0;
}