﻿/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

/* padded section */
.pad-section {
  padding: 60px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
#home {
  background: url(../images/home.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media(max-width:640px){

div#home {
	width: 100%;
	background: transparent;
	position: relative;
	display: table;
	max-height: 370px;
	margin: 27px 0 35px;
}

div#home h1 {
	font-size:24pt;
}

div#home h3 {
	font-size:14pt;
	padding:0 10px;
}


.col-xs-6 {
	width:100%;
	padding-bottom:20px;
}

.peopleCarouselImg img {
  width: auto;
  height: 150px;
  max-height: 150px !important;
}

div.item.peopleCarouselImg {
	width: auto;
  height: 150px;
  max-height: 150px !important;
}

}

#about {
}

.lead {
	font-size:12pt;
}

#services {
  background-color: #306d9f;
  color: #ffffff;
}
#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}
#services a:active, #services a:link, #services a:visited {
color:white;
text-decoration:none;
} 
#services a:hover {
color:white;
text-decoration:underline;
}


#information {
  background: url(../images/estate.png) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.85;
}

.mainSection {
	text-align:center;
	font-weight:bold;
}

.toTheLeft {
	text-align:left;
	text-indent:15px;
	font-weight:bold;
	color:#fff;
}

.clearance {
	clear:both;
}

.irregularCentering {
	width:20%;
	margin:0 auto;
}

.thumbnails {
	width:10%;
	height:10%;
	border:0;
}

.peopleCarouselImg {
  width: auto;
  height: 500px;
  max-height: 500px;
}

#google_map {
  height: 400px;
  width: 100%;
}

/* Do not display Google maps on iPads */
@media only screen and (min-width:650px) and (max-width: 1048px) {
	#google_map {
		display: none;
	}
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}