
*{
	box-sizing:border-box;
}
body{
	font-family: 'Karla', sans-serif;
	max-width: 100%;
	height: auto;
	background-image: url(images/sidebar_graphic_main3.png);
    background-repeat: no-repeat;
	 	}
h2{
	font-weight: bold;
	font-size: 36px;
	color: #404040;

}
p{
	font-size: 15px;
	line-height: 20px;
	color: #404040;
}
blockquote{
	color: #ed632c;
	font-size: 35px;
}
.body-container{
	width: 1024px;
	height: auto;
	
}
.content-container{
	margin: 10px 75px 70px 350px;
	padding:10px;
	}
.nav-container{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(237, 99, 44, 0.88);
	box-shadow: 2px 2px 20px #7e7f79; 
}
.nav-container ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.nav-container li{
	float: left;
}
.nav-container a{
	display: block;
	box-sizing:border-box;
	width: 100px;
	padding: 10px;
	text-decoration: none;
	text-align: center;

}
.nav-container a:link{
	color: #ffffff;

}

.nav-container a:visited{
	color: #F2B003;
	font-weight: bold;
	
}

.nav-container a:hover{
	background-color: #EC9F1A;
	color: #ffffff;
	
}
.nav-container a:active{
	background-color: #ed632c;
	
}
.header{
	display: block;
	max-width: 100%;
	padding: 100px 150px 25px 365px
	
}
.left-responsive{
	max-width: 100%;
	height: auto;
	float: left;
	clear: left;
	margin: 0 40px 40px 0;
}
.rt-responsive{
	max-width: 100%;
	height: auto;
	float: right;
	margin: 15px 0 15px 15px;
}
.rightfigure{
	float: right;
	margin: 0px 0px 20px 20px;
	display: table;
}
.leftfigure{
	float: left;
	margin: 0px 20px 20px 0px;
	display: table;
}
.footer{
	background: rgba(237, 99, 44, 0.88);
	padding: 10px;
	height: 50px;
	max-width: 100%;
	position: bottom;
	font-size: 10px;
	text-align: center;
}
figure img{
	max-width: 100%;
}
figcaption {
	display: table-caption;
	caption-side: bottom;
	font-size: 10px;
	text-align: left;

}


/* For devices smaller than 400px: */
body {
    background-image: url('images/sidebar_graphic_main3.png'); 
}

/* For devices 400px and larger: */
@media only screen and (min-device-width: 200px) {
    body { 
        background-image: url('images/sidebar_graphic_main3.png'); 
    }
}