body {
	/*background: url(../images/trees/trees-sleeping.png);
	background-size: cover;*/
	font-family: 'Lato', sans-serif;
	margin-top: 20px;
	background-color: rgba(226,241,192,1.00);
	color: black;
	font-size: 16px;
	
}

.header {
	background-color: rgba(139,0,32,1.00);
	margin-bottom: 20px;
}


.navbar-brand {
	/*font-family: 'Zilla Slab Highlight', cursive;
	font-family: 'Alfa Slab One', cursive;
	font-family: 'Scada', sans-serif;*/
	font-family: 'Lobster', cursive;
}

html {
	height: 100%;
	width: 100%;
}

#content {
	text-align: center;
	margin-bottom: 30px;
	/*padding: 5%;*/
	text-shadow: 0px 4px 3px red,
				 0px 8px 13px orange,
		         0px 18px 23px blue; 
}
.content {
	
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
	margin-top: 10px;
}
h1 {	
	font-weight: 700;
	font-size: 4em;
}

h2 {
	font-weight: 700;
	font-size: 3em;
	/*color: red;*/
	text-align: center;
}

h3 {	
	font-weight: 700;
	font-size: 2em;
}

h4 {
	font-weight: 700;
	font-size: 1.5em;
	color: black;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #333333;
    text-align: left;
    text-indent: 25px;
    margin-bottom: 6px;
}

hr {
	width: 400px;
	border-top: 2px solid #f8f8f8;
	border-bottom: 1px solid rgba(0,0,0,0.4);
}

.navbar {
	height: 20px;
	margin-bottom:20;
	
 }

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

img {
    max-width: 100%;
    height: auto;
	border: medium solid rgba(139,7,9,1.00);
	margin: auto;
}

img .header{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.container .jumbotron {
	margin-bottom: 0px;
	padding: 20px 20px 20px 20px;
}

.container .jumbotron h1{
	color: blue;
}

.container-text {
	position: relative;
	top: 300px;
}

.container .jumbotron h4 {
	color: red;
	text-align: center;
}

.page-heading {
	font-size: 130%;
	color: white;
	text-align: center;
}



.section {
	width: 98%;
	float: left;
	margin: 2% 2%;
}
.section-new {
	float: left; /* important */
	position: relative; /* important(so we can absolutely position the description div */
}
div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	top:100px; /* position will be on bottom */
	left:200px;
	width:100%;
	/* styling bellow */
	background-color:black;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
}
p.description_content{
	padding:10px;
	margin:0px;
	font-size: 30px;
}

.main-col {
	width: 100%;
	max-width: 95%;
	margin-right: 2%;
}

.ill-border {
	border: solid 3px rgba(185,6,9,1.00);
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	body {
		margin-left: auto;
		margin-right: auto;
	}

	}
	


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
