﻿* {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', arial, sans-serif;
}
.header {
	positionx: fixed;
	width: 100%;
	z-index: 10;
}
.header .navbar-brand {
	font-weight: 900;
}
.header .navbar {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	margin: 0;
	top: 0px;
	left: 0px;
}
.page-section {
	width: 100%;
	
	padding: 10px 0;
	border-bottom: 10px solid #fff;
}
.page-section h1 {
	font-size: 4em;
	margin: 50px 0;
}
.page-section h1 span {
	font-weight: 200;
}
.page-section h2 {
	font-size: 3em;
	font-weight: 900;
	color: #fff;
	margin: 0 25% 30px 20px;
	text-shadow: 2px 2px 2px #000;background-image:url('../images/trans_black_50.png')
}
.page-section p {
	font-size: 1.2em;
	font-weight: 200;
	margin: 0 25% 20px 0;
}
.page-section p.lead {
	font-size: 1.8em;
}
.page-section p.caption {
	color: #fff;
	padding: 20px;
	background: url(../images/trans_black_50.png);
	text-shadow: 1px 1px 1px #000;margin-left:20px
}

.page-section p.caption2 {
	color: #000;
	padding: 20px;
	background: url(../images/trans_white_75.png);
margin-left:20px;border:medium gray solid
	
}

.cap2 {
	color: #000;
	padding: 20px;
	background: url(../images/trans_white_75.png);
;border:medium gray solid;font-size: 1.2em;
	font-weight: 200;
	margin: 0 25% 20px 20px;
}



.page-section.intro {
	
}
.page-section#about {
	background: url(../images/groups2.jpg) top center no-repeat;
}
.page-section#inhouse {
	background: url(../images/inhouse15.jpg) top center no-repeat;
}
.page-section#open-training {
	background: url(../images/open-training3.jpg) top center no-repeat;
}
.page-section#resources {
	background: url(../images/res5.jpg) top center no-repeat;
}
.page-section#network {
	background: url(../images/net3.jpg) top center no-repeat;
}
.btn {
	font-weight: 200;
}
.btn-dark {
	background: #444;
	color: #fff;
}
.btn-dark:hover {
	background: #000;
	color: #fff;
}
.back-to-top {
	display: inline-block;
	clear: both;
	background: #fff;
	color: #333;
	padding: 0 10px 5px;
	margin: 20px 0 0;
	text-shadow: none;
}
.back-to-top:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}
hr {border-color: #ddd;}

@media (min-width: 768px) {
	.header .navbar-brand {
		padding-left: 0;
	}
	.navbar-nav {
		float: right;
	}
}
@media (max-width: 480px) {
	.page-section h1 {
		font-size: 3em;
	}
	.page-section h2 {
		font-size: 2em;
	}
	.page-section p {
		font-size: 1em;
		margin: 0 0 20px;
	}
}
.auto-style1 {
	color: #C7254E;
}

.foot {
background:#333;color:white;text-align:center;min-height:150px;padding-top:20px;
}

.cen {
	text-align:center
}



input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */



