body {
	font-size: 1.6em;
	line-height: 1.8em;
	font-family: Oxygen, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Alike, serif;
}

.container {
	padding-bottom: 50px;
}

header {
	height: 80px;
}

header h1{
	text-indent: -99999px;
	height: 80px;
	width: 100%;
	display: block;
	background: url("../img/logo.png") no-repeat center center;
}

.nav {
	margin-top: 20px;
}

ul.nav li {
	width: 100%;
}

.jumbotron {
	margin-top: 20px;
	background: url("../img/cta690.jpg") no-repeat center center;
	height: 200px;
}

.jumbotron img {
	width: 100%;
	height: 100%;
}

.jumbotron h3 {
	color: white;
	text-align: right;
	font-size: 1.2em;
}

.carousel-caption {
	font-family: Alike, serif;
	text-align: right;
	font-size: 1.4em;
	padding-right: 20px;
	background-color: rgba(0,0,0,.35);
}


dl dt, dl dd {
	display: block;
	float: left;
}

div.footerBg {
	padding: 0px;
	width: 100%;
	background-color: #363636;
}

footer.navbar-default {
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	background-color: #363636;
	border: none;
}

footer .copyrightParent {
	margin-top: 15px;
}

footer .linkParent img {
	width: 30px;
	height: 30px;
}



@media (min-width: 768px) {
	header h1{
		float: left;
		width: 200px;
	}
	
	.nav {
		margin-top: 65px;
	}
	
	.nav, .nav ul {
		float: right;
	}
	
	ul.nav li {
		width: inherit;
	}
	
	.jumbotron {
		background: url("../img/cta910.jpg") no-repeat center center;
		height: 300px;
	}
	
	.jumbotron h3 {
		text-align: right;
		font-size: 1.6em;
		color: white;
	}
	
	.carousel-caption {
		font-size: 2.2em;
		line-height: 1.2em;
	}
	
	.navbar {
		margin: 0 auto;
		width: 750px;
	}
	
	div.footerBg {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
	
}

@media (min-width: 992px) {
	
	.jumbotron {
		background: url("../img/cta970.jpg") no-repeat center center;
		height: 400px;
	}
	
	.jumbotron h3 {
		text-align: right;
		font-size: 2em;
		color: white;
	}
	
	.carousel-caption {
		font-size: 2.8em;
	}
	
	footer.navbar-default {
		margin-right: 0px;
	}
	
	footer.navbar-default div, footer.navbar-default div div {
		padding: 0px;
	}
	
	footer .copyrightParent {
		float: left;
		margin-top: 15px;
	}
	
	.copyright {
		padding-left: 20px;
	}
	
	footer .linkParent {
		float: right;
		margin-top: 15px;
	}
	
	footer .footerLinks {
		float: right;
		padding-right: 20px;
	}
	
	footer .footerLinks img {
		width: 30px;
		height: 30px;
	}
	
	footer.navbar {
		width: 970px;
		margin: 0 auto;
	}
	
	div.footerBg {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	
	
	.jumbotron {
		background: url("../img/cta1110.jpg") no-repeat center center;
		height: 450px;
	}
	
	.jumbotron h3 {
		text-align: right;
		font-size: 2.4em;
		color: white;
	}
	
	.carousel-caption {
		font-size: 3.2em;
	}
	
	footer.navbar-default {
		margin-right: 0px;
	}
	
	footer.navbar-default div, footer.navbar-default div div {
		padding: 0px;
	}
	
	footer .copyrightParent {
		float: left;
		margin-top: 15px;
	}
	
	.copyright {
		padding-left: 20px;
	}
	
	footer .linkParent {
		float: right;
		margin-top: 15px;
	}
	
	footer .footerLinks {
		float: right;
		padding-right: 20px;
	}
	
	footer .footerLinks img {
		width: 30px;
		height: 30px;
	}
	
	footer.navbar {
		width: 1170px;
		margin: 0 auto;
	}
	
	div.footerBg {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
}
