*{
	box-sizing: border-box;
	
  }
	
section {
	padding-top: 3em;
}	

body {
	overflow-x:hidden;
	background:rgb(230, 228, 228);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 23px;
	font-size: 15px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	background-color:#3f5267;
  	position: fixed; 
  	right: 0;
  	left: 0;
	z-index: 1030;
	max-height: 62px;
	
}

.bg-main{
	background-color:#3f5267;
}

header {
	border-bottom:#e8491d;
	background-color:#3f5267;
	padding-bottom:0px;	
	
}

.gradient{	
	border-bottom:blue;
	background: rgba(51, 51, 51, 0.5);
	z-index:1;
}



header a:hover{
	color:#cccccc;
	font-weight:10;
	text-decoration:none;
}



img{
	
	display:block;
	width:100%;
	height:auto;
	
}


.logo{
	display:block;
	float:left;
	height:40px;
	width:40px;
	margin-left:20px;
	margin-bottom:-7.5px;
}

header a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size:14px;
}

header ul{
	margin:0;
	padding:0;
	/*float:right;*/
}

header li{
	
	display:inline;
	font-family: 'Poppins';
	font-size: 20px;
	padding: 10px 10px 5px 10px;
}

.nav-link {
	color: #fff !important;
}

.nav-link:hover {
	
		color:#cccccc !important;
		font-weight:10;
		text-decoration:none;
	
}



#showcase {
	
	text-align:center;
	min-height:600px;	
	background:url('https://static.pexels.com/photos/248515/pexels-photo-248515.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:.6;
	
}

#showcase h1{
	padding-top:25%;	
	font-size: 70px;		
	color: #faf5f5f5;
	font-family:Open -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 400;
	display:block;
}

ul .info{
	list-style: none;
	padding:0;
  }
  
  .brand{
	text-align: center;
  }
  
  .brand span{
	color:#fff;
  }
  
  .wrapper{
	box-shadow: 0 0 20px 0 rgba(72,94,116,0.7);
		
  }
  
  .wrapper > *{
	padding: 1em;
	
  }
  
  .company-info{
	background:#c9e6ff;
  }
  
  .company-info h3, .company-info ul{
	text-align: center;
	margin:0 0 1rem 0;
  }
  .company-info h2{
	text-align: center;
  }
  
  .contact{
	background:#f9feff;
  }

  .info li{
	  list-style-type:none;
	  text-align:center;
	  padding-right:2.5em;
   }
  
  /* FORM STYLES */
  
  .contact form{
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:10px;
	
  }
  
  .contact form label{
	display:block;
	margin-bottom:0;
  }
  
  .contact form p{
	margin:0;
  }
  
  .contact form .full{
	grid-column: 1 / 3;
  }
  
  .contact form button, .contact form input, .contact form textarea{
	width:100%;
	padding:4px;
	border:1px solid #c9e6ff;
  }
  
  .contact form button{
	background:#c9e6ff;
	padding: 5px;
	border:0;
	text-transform: uppercase;
	
  }

  
  .contact form button:hover,.contact form button:focus{
	background:#92bde7;
	color:#fff;
	outline:0;
	transition: background-color 2s ease-out;
  }

  #contact .container{
	padding: 20px 10px 20px 10px;
	
	  

  }

  .alert {
	  text-align:center;
	  padding:10px;
	  background:#79c879;
	  color: #fff;
	  margin-bottom:10px;
	  display:none;
  }
  
  /* LARGE SCREENS */
@media(min-width:700px){
	.wrapper{
	  display: grid;
	  grid-template-columns: 1fr 2fr;
	}
  
	.wrapper > *{
	  padding:2em;
	}
  
	.company-info h3, .company-info ul, .brand{
	  text-align: left;
	  margin-top:5%;
	  
	}
}

@media(max-width:700px){
	#first h1{
		padding-top:3.5em;
	}

	li .nav-item {
		margin-left:25px;
		padding-left: 25px;
	}
}

footer{
	background-color:#3f5267;
	width:auto;
	height:65px;
}

#about h1{
	width:143.25px;

	border-bottom: 8px solid #3666c0;
	padding: 15px 0 5px 0;
	font-weight:350;
	font-size:3em;
	
	
}

#about p{
	padding-top:1em;
	padding-left:2px;
	padding-right:2px;
	text-align:center;
}

.bolded {
	/*font-weight:450;*/
	font-size:16px;
	
	
}

#about img{
	padding-top:10px;
	border-image-repeat: no-repeat;
	width:auto;
	height:400px;	
	border-block-end:blue;
}


@media(min-width: 700px){
	#about p{
		margin-left:-50px;			
	}

	#about .bolded{
		padding: 50px 60px 20px 0px;
	}



	#about .second{		
		padding: 5px 60px 20px 0px;
	}

}

.second{
	margin-top:-20px;
}



#Projects h1{
	width:200px;
	border-bottom: 8px solid #3666c0;
	padding: 15px 0 5px 0;
	font-weight:350;
	font-size:3em;
	margin-bottom: 50px;
	
}

.navbar {
	float:right;
}

.wrapper-box {
	box-shadow: 0 0 20px 0 rgba(72,94,116,0.7);
	background-color: #f9feff;
	height: 32em;
	margin-bottom: 2em;
}
  
.wrapper-box > *{
	padding: 1em;
	padding-bottom: 0em;	
}

@media(min-width:700px){
	.wrapper-box{
	 
	  
	}
  
	.wrapper-box > *{
		padding:1em;
		padding-bottom: 0em;
	}
}

#Projects .soon{
	background-image: url("Images/ComingSoon.jpg");
	height:32em;
	width:auto; 	
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:.65;
}

#Projects h2{
	padding-top:.5em;
	padding-bottom:0em !important;
	margin-bottom:0em;
	height:2em;
}

img .game{
	border-image-repeat: no-repeat;
	max-height:2em;
	width:auto;	
	margin-bottom:0em;
	padding-bottom:0em !important;
}

.dload {	
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
	font-size: 20px;
	display:block;
  margin:0 auto;
}

.dload:hover {
  background-color: RoyalBlue;
}

#Projects p{
	margin-bottom:0em;
	padding-bottom:2.5px;
	line-height: 1.25em;
}
