/* All logos and logo sizes are edited in this CSS*/

.page-build{display:none;}

.header-light .header-logo, .footer-light .footer-logo{background-image:url(../images/logo-dark.png);}
/*.header-dark .header-logo, .footer-dark .footer-logo{background-image:url(../images/logo-light.png);}*/

.header .header-logo{
	color:#fed136;
	font-family: "Offside";
	line-height: 60px;
	transform: translateX(-50%);
	font-size: 19px;
    font-weight: bold;
}

.menu-header h1 {
	color: #fed136 !important;
}

.menu-header p {
	opacity: 1;
}

.footer .footer-logo{
	background-size:120px 28px;
	width:100%;
	height:32px;
	margin:0 auto;
}

.menu-header .menu-logo{
	background-image:url(/images/concussionspace_logo.png);
/*	background-color:rgba(255,255,255,0.05); */
	padding:5px;
/*	border:solid 1px rgba(0,0,0,0.1); */
	border-radius:100px;
	background-size:80px 80px;
	background-repeat:no-repeat;
	background-position:center center;
	width:90px;
	height:90px;
	z-index:10;
	display:block;
	margin:20px auto 15px auto;
}

#menu-videos {
	max-width: 90% !important;
}
@media(max-width:768px){
	.cs_hidden_mobile {
		display:none !important;
	}
}
.left-10-important {
	margin-left: 10px !important;
}
