body {
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	font-size:100%;
}

.slicknav_menu {
	display:none;
}

.section-container .nav-mobile a{
	text-decoration: none !important;
}

.social-img img{
	margin:0 auto;
}

@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	.slicknav_menu{
		position: fixed;
    width: 100%;
    z-index: 99;
	}
	/*#canvas{
		padding-top: 50px;
	}*/
}

@media screen and (min-width:768px ){
	.nav-mobile{
		display: none;
	}
}


@media screen and (max-width: 767px){
	.left_content{
		width:100% !important;
	}

	.left_content img{
		width: 100% !important;
		margin:20px auto;
	}

	.navigation{
		display: none;
	}

	.slicknav_menu{
		display: none !important;
	}

	.section-1 .header,
	.section-1 .header-three,
	.section-1 .video-subheader,
	.section-1 .sub-three {
	    margin-top: 20px;
	    font-size: 25px !important;
	}
	.section-1 .header-three .header-two, .section-1 .header .header-two {
	    font-size: 25px !important;
	    font-weight: 600;
	}
	.section-1 .video-subheader span {
	    font-size: 25px!important;
	}

	.gh_social, .hd_social {
	    width: 100%;
	    display: block !important;
	    margin: 0 auto;
	    text-align: center;
	}
}