body{
overflow-x: hidden;	
border-top: solid 8px #0750e4;
}


header{
height: 100vh;
min-height: 550px;
max-height: 700px;
text-align: center;
color:#ffffff;
}


p a  {
	border-bottom: solid 2px #040b29;
	color: #040b29;
	font-weight:700;
}


p a:hover {
		color: #0245c7;
		border-bottom-color: #0245c7;

}


.bg a{
	border-bottom: solid 2px #ffffff;
	color: #ffffff;
	
}


.bg a:hover{
	border-bottom: solid 2px rgba(255, 255, 255, 0.8);
	color: rgba(255, 255, 255, 0.8);
	
}


.intro{

position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
width:100%;
 
}
 
 #intro{
	 position:relative;
 }

.logo{

margin-left: auto;
margin-right: auto;
display:block;
width: 90px;
padding: 2.5em 1em 1em 1em;
border-radius: 0px 0px 6px 6px}
	
.logo img{
	
	width:70px;
	margin-left: auto;
	margin-right: auto;
}
	
.button {
	display: block;
	text-decoration: none;
	border: 0!important;
	padding: 1em;
	width: 100%;
	max-width: 230px;
	color: #FFFFFF;
	font-size:0.9rem;
	text-align: center;
	border-radius:50px;
}


.button:hover{
	    transform: scale(1.075); 
	    box-shadow: rgba(0, 76, 226, 0.55) 0 2px 24px;

}


.button-big{
	
	padding: 1.25em;
	max-width: 260px;

}



.logo, .button, .blue-bg{
	background: #0245c7;
	background-image: -webkit-linear-gradient(#0851e5 0%, #0245c7 100%)

}


.dark-bg{
		background: #040b29;
		color:#ffffff;

}


.grey-bg{
	
	background-color:#f7f7f7;
}


.white-bg{
	
	background-color:#ffffff;
}



.bg{
	
background-repeat:no-repeat;
background-size:cover;
}


.bg1{
	
background-image:url('../images/main-bg1.jpg');
background-position: center center;
	box-shadow: inset 0px 0px 0px 1000px rgba(0, 65, 192, 0.1);

}


.bg2{
	
background-image:url('../images/main-bg2.jpg');
background-position: center center;
box-shadow: inset 0px 0px 0px 1000px rgba(0, 65, 192, 0.6);


}


.project{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 545px 273px;
	padding-top:2em;

	
}

#comments{
	color:#ffffff;
}


.project-astro{
		background-image:url('../images/project-astro-bg.jpg');
		padding-top:2em!important;

}


.project-maya-astro{
		background-image:url('../images/project-maya-astro-bg.jpg');

}


.project-android{
		background-image:url('../images/project-android-bg.jpg');

}

.project img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width:85%;
	height:85%;
}


#technologies {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top:4em;
	
}


 #technologies img {
	 margin:1em 1.5em 1em 1.5em;
	 height: 40px;
 }
 
 
 hr{
	 border:0;
	 height:4px;
	 background-color:#040b29;
	 border-radius:3px;
	 clear:both;
	 display: block;
	 width:60px;
 }
 
.mobile-divider{
	
	 margin-left:3em;
	 margin-right:0;
	 margin-bottom:1em;
	
 }

@media all and (min-width: 1023px) {

.mobile-divider{
	display:none;
}

.logo{
	width: 110px;
	padding-top:3em;
}

.logo img{
	
	width: 90px;
}


.project-text-right{
	text-align: right;
}

.project-text-right .button{
	float:right;
}

.project{
	
	padding-top:7em;

	
}


.project-maya-astro{
		padding-top:11em;

}


header{


max-height: inherit;
}



 #technologies img {
	margin:1.5em 2em 1.5em 2em;
	height: 60px;
 }



}

