
h1 {
	color: #00205B !important;
}

h2 {
	color: #00205B !important;
}

h3 {
	color: #777777;
}

#displaySurveyFromSurveyText, #previousYearsStatsButton, #login, #contactUs {
	color: #317ab9;
}

.jumbotron {
	background-image: url("../../img/pittsburgh.jpg");  
	background-size: cover;
	height: 600px;
	
}

.jumbotron-slide {
	width: 60%;
	padding: 20px;
	position: relative;
  	z-index: 9;
  	color: #000;
	font-size: 14px; 
}

.jumbotron-slide h2 {
  	color: #000 !important;
}


.jumbotron-slide:before {
	background: none repeat scroll 0 0 #7BAFD4;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.jumbotron-slide h2{
	margin-top: 0px;
	font-size: 24pt;
}

.jumbotron-slide h4{
	font-size: 19pt;
}

.jumbotron-slide p{
	font-size: 12pt;
}

.text-muted-custom {
	color: #767676;
}
.background-standard {
	background-color: #ffffff;
}

.section-header {
	/*text-align: center;*/
	margin-top: 25px;
}

.feature-tile {
	text-align: center;
}

.feature-tile p {
	font-size: 14px;
}

.service {
	height: 3px;
  	width: 100px;
  	background: #C69214;
  	position: relative;
  	border: 0;
  	margin: 20px 0 20px 0;
}


.section-hr {
	margin-top: 10px;
}

#loginLink {
	color: #fff; 
	font-size: 18px;
}

.button-description {
	font-size: 18px;
}

.white {
	color: #ffffff;
}

.feature-button {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	position: relative;	
}

.feature-button a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}

.feature-button span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}

.feature-button::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}

.feature-button:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}


#displaySurveyButton:hover, #displaySurveyButton:focus, #displaySurveyFromSurveyText:hover, #displaySurveyFromSurveyText:focus 
{
 	text-decoration: none;
 	cursor: pointer;
}
