@font-face {
 font-family: 'Helvetica Neue';
 font-weight: normal;
 font-style: normal;
 src: url('../fonts/HelveticaNeue.eot');
 src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HelveticaNeue.woff') format('woff'),
  url('../fonts/HelveticaNeue.ttf')  format('truetype'),
  url('../fonts/HelveticaNeue.svg#svgFontName') format('svg');
}
@font-face {
 font-family: 'Helvetica Neue Light';
 font-weight: normal;
 font-style: normal;
 src: url('../fonts/HelveticaNeue-Light.eot'); / IE9 Compat Modes /
 src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), / IE6-IE8 /
  url('../fonts/HelveticaNeue-Light.woff') format('woff'), / Modern Browsers /
  url('../fonts/HelveticaNeue-Light.ttf')  format('truetype'), / Safari, Android, iOS /
  url('../fonts/HelveticaNeue-Light.svg#svgFontName') format('svg'); / Legacy iOS /
}
@font-face {
 font-family: 'Helvetica Neue Bold';
 font-weight: normal;
 font-style: normal;
 src: url('../fonts/HelveticaNeueLTPro-Bd.eot');
 src: url('../fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff'),
  url('../fonts/HelveticaNeueLTPro-Bd.ttf')  format('truetype'),
  url('../fonts/HelveticaNeueLTPro-Bd.svg#svgFontName') format('svg');
}
body{
	font-family: "Helvetica Neue";
	background-color: black;
}
.site-header{	
	height: 160px;
	width: 245px;	
	border-bottom: 2px white;
	margin-left: auto;
	margin-right: auto;
}
.header-logo{
	position:absolute;
	display: block;
	top: 8%;
	z-index: 999;
}
.header-logo img{
	width: 200px;
	height: 200px;
}
.nav-header{	
	width: 100%;	
	border-bottom: 2px white;
}
.logo-text{
	text-transform: uppercase;
	color: white;
	font-size: 40px;
    padding-top: 20px;
}
.logo-text i{
	font-size:40px;
	padding-top: 10px;
	float: right;
}
.page-logo{
    width: 265px;
    float: left;
    border: 10px solid #000;
    margin-bottom: -85px;
    margin-top: 20px;
    margin-right: 30px;
    max-width: 50%;
}
.home-logo{
    width: 249px;
    position: relative;
    z-index: 999;
    border: 2px solid #fff;
    background: #000;
    margin-bottom: -85px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
}
.page-logo img,
.home-logo img{
    max-width: 100%;
}
.slider{
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}
.text{
	text-transform: uppercase;
	font-size: 18px;
	padding: 50px 00px 40px 0px;
	box-sizing: border-box;
	color: white;
}
.believe-text{
	text-transform: uppercase;
}
.believe-text-color{
	text-transform: uppercase;
	color: white;
}
.row{
	margin-top: -40px;	
}
.box{	
	color: black;
	text-align: center;
	font-size: 35px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.bg-black{
	background-color: black;
	padding: 2px 12px 2px 12px;
}
.sport{
	background-color: #76b729;
	width: 245px;
	height: 245px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	-webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;   	
}
.sport:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);   
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.culture{
	background-color: #f07d00;
	width: 245px;
	height: 245px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	-webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;   
}
.col-md-4 a:hover{
	text-decoration: none;
}
.culture:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);   
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.politics{
	background-color: #239da1;
	width: 245px;
	height: 245px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	-webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;    
}
.politics:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);   
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.page-banner{
	height: 650px;
	width: 100%;    
   	background-position: center; 
   	background-size: cover;
   	border-bottom: 2px solid #fff;
  	border-top: 2px solid #fff;    
}
.bulkquote {	
	color: black;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	vertical-align: middle;
    word-spacing: 4.5px;
}
.footer{
	text-align: center;
	padding:50px;
	text-transform: uppercase;
	color: white;
	padding-bottom: 150px;
}
@media only screen and (max-width: 985px) {
	.sport{
		float: none;	
	}
	.politics{
		float: none;	
	}
	.culture{
		float: none;
	}
    .page-banner{
        height: 450px;
    }
@media only screen and (max-width: 700px) {
	p{
		font-size: 18px;
	}
	h2{
		font-size: 20px;
	}
	.bulkquote p{
		font-size: 16px;
	}
    .home-logo{
        margin-bottom: -20px;
    }
    .page-logo{
        margin-bottom: 0px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .logo-text{
        clear: both;
        text-align: center;
        font-size: 35px;
        margin-bottom: 15px;
    }
    .page-banner{
        height: 350px;
    }
}
@media only screen and (max-width: 480px) {
    .logo-text{
        font-size: 25px;
        text-align: left;
    }
    .logo-text i{
    	padding-top: 0%;
    }
    .page-banner{
        height: 250px;
    }
}