/** GENERAL */

body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h1 {
	color: #000;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	text-shadow: 2px 2px 1px rgba(255,255,255, 1);
}

@media (min-width:760px) {
	h1 {
		color: #000;
		font-size: 56px;
		font-weight: 300;
		line-height: 76px;
		margin: 0;
	}

	h1 span {
		font-size: 30px;
		line-height: 26px;
		position: relative;
		top: -10px;
		display: inline-block;
	}
}

h3 {
	font-size: 25px;
	margin: 0;
	font-weight: 300;
}

@media (min-width:760px) {
	h3 {
		font-size: 56px;
		margin: 0;
		font-weight: 300;
	}
}

/**	HEADER **/

.dark-row {
	background-color: #085998;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.header-top-bar p,
.header-top-bar p a {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 10px 0;
	color: #fff;
}

@media (min-width:760px) {
	.header-top-bar p,
	.header-top-bar p a {
		font-size: 26px;
		line-height: 26px;
		margin: 0;
		color: #fff;
	}
}

.header-main {
	background: url('../img/header-bg.jpg') left center no-repeat;
	background-size: cover;
	padding: 75px 0;
}

.header-bottom-bar {
	padding: 10px 0;
}

@media (min-width:760px) {
	.header-bottom-bar {
		padding: 28px 0;
	}
}

.header-bottom-bar p {
	margin-top: 15px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

@media (min-width:760px) {
	.header-bottom-bar p {
		margin-top: 37px;
		font-size: 50px;
		line-height: 50px;
		font-weight: 300;
	}
}
/**	MAIN CONTENT **/

.main-content {
	margin-top: 70px;
	margin-bottom: 70px;
}

.main-content p,
.main-content ul {
	color: #494848;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

@media (min-width:760px) {
	.main-content p,
	.main-content ul {
		color: #494848;
		font-size: 24px;
		line-height: 36px;
		font-weight: 300;
	}
}

.wide-image img {
	max-width: 100%;
}

.footer {
	padding: 30px 0;
	position: relative;
}

.footer .text-right,
.footer .text-left {
	text-align: center;
}

@media (min-width:992px) {
	.footer .text-right {
		text-align: right;
	}

	.footer .text-left; {
		text-align: left;	
	}

}

.mobile-hidden {
	display: none;
}

@media (min-width:760px) {
	.mobile-hidden {
		display: block;
	}
}

.btn-info {
	background-color: #085998;
	border-color: #085998;
}
