body { 
	background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 16px;
	}
	
header > nav.navbar {
	height: 200px;
	background-color: #fff;
	}

#tpl-content {
	max-width: 1280px;
	margin: 180px auto 0 auto;
	background: rgba(255, 255, 255, 0.7);
	padding: 2% 4%;
	}
	
/* ------ ----- */

footer {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #39c;
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	}

footer a {
	text-decoration = none;
	color: #fff;
	}

/* ------ ----- */


section#main {
	
	}

section#main > h1, h2, h3 {
	font-family: 'Oswald';
	font-weight: bold;
	font-size: 240%;
	text-transform: uppercase;
	color: #39c;
	}

section#main > h1, h2, h3 > dfn {
	font-weight: bold;
	font-style: bold;
	color: #39c;
	}
	
h4 {
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
	color: #39c;
	}

li {
	font-family: Helvetica, Arial, san-serif;
	font-weight: normal;
	font-size: 130%;
	text-transform: uppercase;
	color: #39c;
	}

@media only screen and (min-width: 768px) {
	.navbar-nav > li {
		padding-top: 80px;
		}
	
	.navbar-nav > li > a {
		font-size: 14px;
		}
	
	.navbar-nav > li > a {
		border-left: 1px solid #ddd;
		}
	
	.navbar-nav > li:first-child > a {
		border-left: none;
		}
	
	.navbar-nav > .active a {
		background: #fff!important;
		color: #39c!important;
		}
	}

@media only screen and (max-width: 768px) {
	.nav > li {
		background: rgba(255, 255, 255, 0.7);
		}
	
	header > nav.navbar {
		height: 125px;
		}

	.navbar-brand > img {
		width : 50%;
		height: auto;
		}
	
	body { 
		background-color: white;
		}

	#tpl-content {
		margin: 125px auto 0 auto;
		}
		
	body { 
	font-size: 12px;
	}
	
	section#main > h1, h2, h3 {
	font-family: 'Oswald';
	font-weight: bold;
	font-size: 160%;
	text-transform: uppercase;
	color: #39c;
	}

	section#main > h1, h2, h3 > dfn {
	font-weight: 100;
	font-style: normal;
	color: #39c;
	}
	
	h4 {
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	color: #333;
	}	
		
	}