
#VideoScreen, #PricingScreen, #navPricing, #TeamScreen, #navTeam, #ResourcesScreen, #navResources, 
#FeaturesScreen, #SocialLinks, #navLogin, #LandingScreenRow {display:none;}

html {
	overflow-y: scroll;
}

a, a:visited {
	color:#327b9a;
}

div.navbar {
	background:white;
	box-shadow: 0px 0px 10px #999;
}
.navbar-toggle {
	background:#428bca;
}
.navbar-toggle:hover {
	background:#327bba;
}
.navbar-toggle .icon-bar {
	background:#ccc;
}
.navbar-brand img.logo {
	height:20px;
}

.navbar {
	border: 0px;
}



#page-main, #page-about {
	padding-top:50px;
}

#footer {
	width:100%;	
	padding:10px;
}
#footer .container {
	width:100%;
	margin-bottom:0px;
}
#footer .container img {
	margin-right:30px;
}

.small-print {
	font-size: 75%;	
}

#BottomSpacer { height:75px; }


.quote {
	font-style: italic;
}
.quote .author {
	text-align: right;
	display: block;
	font-style: normal;
	font-weight: 400; //400=normal, 700=bold
}


/* Landing Screen */


/* use body for the slide-over background */
body {
	background-repeat:no-repeat;
	background-color: rgba(238, 238, 238, 0);
	background-image:url('img/4046764327_630ab3292c_o.jpg');
	background-position:  center top; //-200px;
	background-attachment:fixed;
	background-size: 100% auto;
	background-size: cover;
}


#LandingScreen {
	min-height:540px;
	position: relative;		
	padding-top: 50px;
	padding-bottom:50px;
}


#page-title {
  font-size: 65px;
  line-height: 1.25em;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
	background: rgba(23, 126, 184, 0.8);
	padding: 0px 10px;
}
#page-title, #page-description {
	margin-left: auto;
	margin-right: auto;
}

#page-description {
	background: rgba(23, 126, 184, 0.8);
	color: white;
	padding: 5px 10px;
	margin-top: 20px;
	line-height: 1.5em;
}
/* SMALL SCREEN */
@media only screen and (max-width: 900px) {
	#LandingScreen {
		padding-top: 30px;
	}
	#page-title a, #site-title a {
	    font-size: 100% !important;
	    line-height: normal !important;
	    letter-spacing: 0px !important;
 	}
}

h2 {
	text-align:center;
	margin:auto;
	padding-top:55px;
	padding-bottom:30px;
	letter-spacing:1px;
}
.screen {
	padding-bottom:20px;
}

#LandingScreenRow {
	margin-top: 20px;
}

.CTA {
	font-size:125%;
}

.hideme {
	display:none;
}


#ExampleScreen {
	background:white;
}
#DocScreen {
	background:white;
}

#ResourcesScreen {
	background:white;
}

#footer, #ContactScreen {
	background:#177eb8;
	color:white;
}
#ContactScreen a, #ContactScreen a:link, #footer a, #footer a:link {
	color:white;
	text-decoration: underline;
}
#ContactScreen a:hover, #footer a:hover {
  color: #c8e1ef ;
  text-decoration: underline;
}

.mapLink {
	margin-left:10px;	
}
.mapLink:before { content:'[' }
.mapLink:after { content:']' } 


#footer a#link-to-top {
	text-decoration: none;
	z-index: 10000;
	position: fixed;
	bottom: 10px;
	right: 10px;

	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;

	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	color: #333;
	background: #999;

	cursor: hand;
	cursor: pointer;

	transition: 1s;
	-webkit-transition: 1s;
}

#footer a#link-to-top:hover {		
	text-decoration: none;
	color: white;
}
