@charset "UTF-8";
/* CSS Document */

body {
		font-family: 'Maven Pro', sans-serif;
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-weight: 300;
		color: #000000;
}

h2 {
	color: #000000;
	font-weight: 400;
	font-size: 2.0em;
	margin-top: 50px;
}
h3 {
	padding: 35px 0 5px 0;
	color: #777777;
	font-weight: 600;
	font-size: 1.8em;
}
h4 {
	padding: 5px 0 5px 0;
	color: #777777;
	font-weight: 400;
	font-size: 1.4em;
	border-bottom: 1px solid #9A0002;
	margin-bottom: 20px;
	margin-top: 50px;

}

p {
	color: #777777;
	font-size: 1.0em;
}

ul {
	color: #777777;
	font-size: 1.0em;
}
ol {
	color: #777777;
	font-size: 1.0em;
}
section {
	margin-bottom: 100px;
}

nav {
	background-color: #000000;
}

section.headerbg {
	margin-top: 100px;
}


.text-highlight {
	color: #000000;
}


.headerbg {
  	background:#FFFFFF;
  	background-image: url("../images/77.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
	background-size:cover;
}

.section-light {
	padding: 20px 0 20px 0;
	background:#FFFFFF;
}
.section-dark {
	padding: 20px 0 20px 0;
	background: rgba(180,180,180,0.2);
}
.section-footer {
	margin-top: 40px;
	padding-top: 15px;
	background: rgba(180,180,180,0.2);
}

.jumbotron {
	background: rgba(180,180,180,0.2);
;
}