@charset "UTF-8";
/* CSS Document */

.herorow {
	background-color:#000;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:300;
}

.herorow .col-sm-6 {
	padding-left:15px;
	padding-right:15px;
}
.herotitle {
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

.panel {
	background-color:transparent;
	border: 0px solid transparent;
}

span.yellow {
	font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.panel-body {
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

h4 > a {
	color:#FFFFFF;
	font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
}
h4 > a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
h4 > a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
h4 > a:link {
	color:#FFFFFF;
	text-decoration:none;
}
h4 > a:active {
	color:#FFFFFF;
	text-decoration:none;
}

@media (min-width: 767px) {
	.herorow .col-sm-6 {
		padding-left:0px;
		padding-right:0px;
	}
}
