body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	text-decoration: none;
	font-family: 'Trebuchet MS', sans-serif;
	overflow-x: hidden;
	background: #000;
}

p{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 20px;
	color: #fffff;
	font-style:italic;
}

h1.title{
	margin-bottom: 20px;
	color: #fff;
	font-family: 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	font-size: 38px;

	text-shadow: 2px 2px 4px #000000;
}

.btn a{
	display: block;
	width: 180px;
	height: 35px;
	border: 2px solid #fff;
	line-height: 35px;
	margin: 25px auto 0;
	color: #fff;
	text-align: center;
}




.main_container{
	position: relative;
}

/* Navigation bar */
.navbar{
	width: 100%;
	height: 65px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: absolute;
/* 	margin: 10px 10px 0px 10px; */
}

.logo{
  height: 65px;
  width: 381px;
  background-image:url("logo.png");
  margin-top: 10px;
  border-style: none;
}

.navbar .navbar_items ul{
	display: flex;
}


.navbar .navbar_items ul li{
	text-transform: uppercase;
	margin: 0 10px;

}

.navbar .navbar_items ul li a{
	color: #fff;
}

/* Banner Image */
.banner_image{
	background: url("bck.jpg") no-repeat top center;
	background-size: cover;
	height:100vh;
	width: 100vw;
	display: inline-block;
	justify-content: center;
	align-items: center;
}
.logoShowcase {
    max-width: 650px;
	
}
.grid-logo{
    list-style: none;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    padding: 30px 0;
	max-width: 650px;
}
.logoMargin{
    margin-right:11px;
}
.logoMarginNone{
    margin-right:0px;
}
.logoSiteShowBiz {
    width:100%;
    height:auto;
}
a.button5{
display:inline-block;
padding:0.46em 1.6em;
/*border:0.1em solid #fff; */
margin:0 0.2em 0.2em 0;
border-radius:0.5em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
color:#fff;
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
background-color:#000;
text-align:center;
transition: all 0.15s;
}
a.button5:hover{
text-shadow: 0 0 2em rgba(255,255,255,1);
color:#FFFFFF;
border-color:#FFFFFF;
}
@media all and (max-width:30em){
a.button5{
display:block;
margin:0.4em auto;
}
} 

.banner_content{
	text-align: center;
	color: #fff;
	padding-top:150px;
}

.banner_content h1{
	text-transform: uppercase;
	line-height: 60px;
	margin-bottom: 70px;
}

.banner_content h1 span{
	color: #0a89cb;
}


/* footer */
.footer{
	width: 100%;
	text-align: center;
	background: #000;
	padding: 20px 0;
}

.footer a{
	color: #fff;
}

@media (max-width: 720px){
	.navbar{
		height: auto;
		flex-direction: column;
	}

	.navbar ul{
		flex-direction: column;
		text-align: center;
		margin-right: 4em;
	}

	.logo{
		margin-bottom: 25px;
	}

	.navbar ul li{
		margin-bottom: 5px;
	}

}
