/* Enter Your Custom CSS Here */
.landing_img{
	height: auto;
    left: -28%;
    max-width: 156%;
    vertical-align: middle;
    position: relative;
    top: -30px;
   overflow-x:hidden;
}
.landing_title{
    position: absolute;
    top: 500px;
    right: 30px;
    font-size: 4em!important;
    z-index: 1;
}
@media screen and (max-width: 1180px){
	.landing_title{
   	display:none; 
  }
}

.page-id-150>.site{
	overflow-x:hidden;
  	background: black;
}

.page-id-150>.site .main-navigation a{
	color:white;
}
.page-id-150>.site .main-navigation a:hover, .page-id-150>.site .main-navigation a:focus {
	color:#c1c1c1;
}
.entry-title{
	display:none;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    font-weight: 800;
    border-bottom: 2px solid #ff6600;
}
.site-branding>.site-title>a{
  color: #ff6600;
}