/* GLOBAL STYLES */

body {
	/*padding-top: 100px;*/
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #FFF;
	background: url(../img/debut_dark.png) repeat #3D3D3D;
}


/* TYPOGRAPHY */
/************************************************************************************************************/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

h1 {
	color: #69BD44;
}

dd {
	margin-left: 0;
}

blockquote {
	font-size: 16px;
	line-height: 1.8;
	color: #69BD44;
	margin: 20px 0 20px 5px;
	padding: 0 20px 0 20px;
	border-left: solid 1px #69BD44;
	font-style: oblique;
	background: url(../img/BG_block.png) repeat-y;
}

i {
	margin-bottom: 15px;
}

/* HORIZONTAL RULES */
/************************************************************************************************************/

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #444;
}


/* ASIDE */
/************************************************************************************************************/
aside {
	margin: 20px 0 0 0;
	padding: 20px 0;
	border-top: solid 3px #69BD44;
	border-bottom: solid 3px #69BD44;
	background: url(../img/BG_aside.png) repeat-x top center #222;
}

aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6,
aside p {
	padding: 0 15px;
}

aside p {
	font-size: 14px;
}


/* STRUCTURAL ELEMENTS */
/************************************************************************************************************/
.hero-unit {
	background-color: #69BD44;
}

.contact {
	margin-bottom: 15px;
}


/* FOOTER */
/************************************************************************************************************/
footer {
	
}


/* CAROUSEL */
/************************************************************************************************************/

.carousel-inner {
	/*padding-bottom: 50px;*/
	/*background: url(../img/BG_carousel.png) no-repeat bottom center;*/
	-webkit-box-shadow:  0px 30px 20px -20px #000;
	box-shadow:  0px 30px 20px -20px #000;
}

.BG_carousel {
	margin-bottom: 20px;
	padding-top:60px;
	padding-bottom: 60px;
	background: url(../img/BG.png) repeat-x bottom center #333;
}


/* MISC */
/************************************************************************************************************/

.hidden {
	display: none;
}

.giant_head {

}

.clear_menu {
	margin-top: 0;
}

.center {
	margin: 0 auto;
	display: block;
	text-align:center;
}

.tagline {
	font-size: 60px;
	font-weight: bold;
	color: #555;
	text-shadow: none;
	filter: none;
}

.banner_caption {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
	display: block;
}

.copyright {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	display: block;
}


/* COLOURS */
/************************************************************************************************************/

.green {
	color: #69BD44;
}

.bg_green {
	background-color: #69BD44;
}




/************************************************************************************************************/
/* MEDIA QUERIES */
/************************************************************************************************************/

/* Unlimited desktop */
@media (min-width: 1200px) {

	.clear_menu {
		margin-top: 85px;
	}

}


/* Large desktop */
@media (min-width: 980px) and (max-width: 1199px) {

	.clear_menu {
		margin-top: 85px;
	}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	.navbar-fixed-top {
		margin-bottom: 0;
	}
}

 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {


	
}


/* CUSTOM @media query */
@media (min-width: 481px) and (max-width: 766px) {

	.contact {
		margin-bottom: 15px;
		text-align: center;
	}

}

 
/* Landscape phones and down */
@media (max-width: 480px) {

	.hero-unit {
		padding: 20px;
		margin-bottom: 30px;
	}

	.hero-unit h1 {
		font-size: 50px;
	}

	.contact {
		margin-bottom: 15px;
		text-align: center;
	}

}


