nav img { 
height: 40px;
}

#hero {
    background-image: url("img/bg_home.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 350px 0px;
	background-color: rgba(0,0,0,0.3);
}

section {
   padding-top: 70px; 
}


.carousel-caption {
background-color: rgba(0,0,0,0.5);
margin-bottom: 16px;
}

.carousel-item  {
   height:100vh;
}

.carousel-inner {
	height:100vh;
}

.carousel-control-prev-icon {
	width:40px;
	height:40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='red' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
 
.carousel-control-next-icon {
	width:40px;
	height:40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='red' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}


.nav-item {
		padding-right: 50px;
}

.row_after_title {
					margin-top: 20px;
}

h1 span {
	color: white;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
}

.white_title {
				color:white;
				font-size:35pt
}

.hero_text_bg {
				background-color:rgba(0,0,0,0.5)
}

.hero_subheading {
	font-size:15pt
}


#home_contact {
	margin-top:20px;
	margin-left:25%;
}

@media only screen and (min-width: 992px)
{
	
	#firstcolumn_about
	{
		margin-left: -40px;
	}
	
	#row_home
	{
		margin-left:15vw;
	}

	#b2b_info
		{
			margin-left: 3vw;
	}
	
	#gamescard {
				background-image:url("img/gamescardcover.jpg");
				background-size:cover;
	}
	
	.navbar.second-navbar
{
	margin-top: 45px;
}

	#image_socialize {
						margin-left: -70px;
						margin-bottom: 100px;
	}
	
	#text_socialize {
						margin-left: 70px;
						margin-top: 100px;
	}
	
	#image_3dsound {
						margin-left: 70px;
	}
	
	#text_3dsound {
						margin-left: -70px;
						margin-top: 100px;
	}
		.mobile_gamescategory
		{
			color:white;
		}	
}

#landing_body {
	background-image: url("img/landing_bg2.jpg");
	background-size: cover;
}

@media only screen and (max-width: 768px)
{
	.collapse_landing
	{
		margin-top:120px !important;
	}
	
	.second-navbar
	{
		margin-top:66px;
	}



		.mobile_gamescategory
		{
			color:black;
		}
}

@media only screen and (min-width: 769px) and (max-width: 992px)
{
		.second-navbar
	{
		margin-top:66px;
	}
	
		.collapse_landing
	{
		margin-top:80px !important;
	}
}

#hero_landing {
    background-image: url("img/quest2.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 350px 0px;
	background-color: rgba(0,0,0,0.3);
}

#text_socialize {
	color: white;
}

#text_3dsound {
	color:white;
}

