html,
body {
	margin:0;
	padding:0;
	height:100%;
}
body{
	background-color: #FEFEFE;
	padding-top: 150px; 
	overflow-y: scroll;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	padding:10px;
	background:#5ee;
}
#content {
	padding:10px;
	padding-bottom:80px;   /* Height of the footer element */
}
#footer {
	width:100%;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
	background:#c10001;
}

.top-navbar{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 130px;
	background-color: white;
	box-shadow: 0px 10px 15px #EEE;
	z-index: 1000;
}
.menu-icon{
	font-size: 50px;
	color: #ff6600;
	text-align: center;
	padding-top: 10px;
}
.menu-text{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.panel-body img{
	max-width: 90%;
}
.slidesjs-pagination{
	display: none;
}

.menu-button{
	padding-bottom: 30px;
	border-right: 1px solid #EEE;
}
.menu-button:last-child{
	border-right: 0px;
}

#slides{
	padding: 10px;
	background-color: white;
}
.main_content_canvas{
	width: 100%;
	padding: 20px;
	background-color: #f3f3ff;
	box-shadow: inset 0px 0px 5px #CCC;
	margin-bottom: 10px;
}
.panel-post .panel-heading h2.panel-title, .panel-sidebar .panel-heading h3.panel-title{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.footer_text{
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	color: white;
	font-family: sans-serif;
}
.footer_text a{
	color: #FEFEFE;
}
