@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	
}

#header {
	width:100%;
	height:100px;
	margin-bottom:50px;
	background-color:#f26122;
	
	
}
h4 {
	color:#fff;
	
}
/*
#logo-bg {
	height:1300px;
	width:83px;
	background-color: #f26122;
	margin-top:30px;
	padding-top:10px;
	margin-left:35%;
	position: absolute;
	z-index: 1;
}
*/

h1 {
	text-decoration-color:#ffd36e;
}

.box {
	width:auto;
	height:auto;
	float:left;
	z-index: 5;
	margin-bottom:60px;
	position: relative;
	padding:16px;
	border-top: solid 1px #DFDFDF;
		
	
	
}


/* Style the navbar */
#navbar {
	overflow: hidden;
	z-index: 10;
}

/* Navbar links */
#navbar a, #navbar a:visited {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	color: #ffd36e;
	
}

footer {
	float:left;
	width:100%;
	background-color:#323232;
	height:200px;
	position:relative;
	margin-top:30px;
	padding-top:16px;
	
}


