/* app css */
.body{
	height:100%;
	position: relative;
}
.container_body{
	position:relative;
	height:100%;
	overflow:auto;
}
.header{
	background-color: #304253;
    padding-top: 5px;
    padding-bottom: 5px;
	height: 85px;
}
.logo{
	padding-left:10px;
}
.logo img{
	height: 73px;
}
.menu_btn{
	padding-top: 18px;
}
.menu_btn a{
	padding: 30px;
	color:#00bdf4;
	text-decoration: none;
    font-size: 1.6rem;
}
.g-menu{
	display:none;
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 8;
    background-color: hsla(0,0%,4%,0.85);
    text-align: center;
	padding-top: 60px;
}
.g-menu a{
	display: block;
    color: #fff;
    width: 100%;
    font-size: 4rem;
	font-weight: 600;
}
.g-menu a:hover{
	background-color:#fff;
	color:#ff4ea6;
}
.menu_close{
	color:#fff;
	font-size: 3rem;
    padding-top: 1rem;
    padding-right: 1rem;
}

.content{
	position: relative;
	background-color:#515151;
}
.content_body{
	position: relative;
    min-height: 730px;
	background-color:#fff;
}

.footer{
	background-color: #304253;
	color:#fff;
	padding-bottom: 10px;
    padding-top: 10px;
	clear:both;
}
.facebook_pic {
	margin-top: -30px;
	padding-right: 20px;
	float: right;
}

@media screen and (max-width: 39.9375em) {
	
	.hide-for-small-only{
		display:none;
	}
	.header{
		height: 65px;
	}
	.logo img{
		height: 55px;
	}
	.menu_btn{
		padding-top: 10px;
	}
	.facebook_pic {
		margin-top: -10px;
		padding-right: 0px;
		float: none;
	}
}

