h1{
	font-size: calc(calc(.015*100vw - .015*420px) + 40px);
	font-weight: 800;
}
h2{
	font-size: 22px;
	font-weight: 100;
	text-align: center;
}
i{
	color: gray;
	font-size: 12px;
}
header{
	max-height: 200px;
}
#company-id{
	display: inline-block;
	width: 150px;
	height: 150px;
	margin-right: 2vw;
	margin-top: 48px;
	float: right;
	align-items: center;
	justify-content: center;
}
#logo {
	width: 50px;
	margin-left: 50px;
	margin-right: 0px;
	/*background-image: url(../images/logo.png);
	background-size:50px 50px;
	background-repeat: no-repeat;
	background-position: center;*/
	/*margin-left: 5vw;
	margin-top: 48px;*/
	/*float: left;*/
}
#company-name{
	display: inline-block;
	width: 150px;
	/*margin-left: 0px;*/
	margin-top: 10px;
	text-align: center;
	/*float: left;*/
}

.content-pic{
	width: 100%;
}
#first_page {
	height: calc(40vw);
	background-image: url(../images/home_image.png);
	/*background-position: right -73px;*/
	background-repeat: no-repeat;
	background-size: 95% auto;
	min-width: 360px;
	min-height: 300px;
	text-align: left;
}
.parallax--bg{
	
	background-position: right;
}

@media (max-width:767px){
	
	#first_page{
		background-position:static;
		background-size: 710px;
		background-color: white;
		
		
	}
	nav ul{
		background-color: rgba(255,255,255,0.87);
		border-bottom: solid;
		border-color: black;
	}
}
@media (max-width:500px){
	#founder-text{
		text-align: left;
	}
	#founder-text2{
		text-align: right;
	}
}

nav {
	list-style: none;
	float: left;
	color: #AB2427;
	background:r;
	border-radius: 18px;
	height: 36px;
}
/*header{
	background: #760C0E;
	visibility: .5;
}
header::after{
	content: '';
	display: table;
	clear: both;
	visibility: .5;
}*/
nav ul{
	margin:auto;
	padding:0px;
	list-style: none;
	
}
#our-works a{
	color: black;
	
}

#our-works{
	/*background: rgba(255,204,51,1);*/
	width: 100px;
	height: 50px;
	background: none;
	color: black;
	border: thin solid gray;
	display: flex;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
}
#worksbutton{
	
}
#our-works:hover{
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all ease-in-out 250ms;
	cursor: pointer;
	
}
a:hover{
	text-decoration: none;
}
nav a{
	color:black;
	font-size: 13px;
}
nav a:hover, nav a:focus{
	color: #6B6B6B;
	text-decoration: none;
	font-weight: normal;
}
nav li{
	display: inline-block;
	/*margin:0 20px;*/
	margin-left: 20px;
	position: relative;
	text-align: center;
	
}

}
#defaultNavbar1{
	
}

.navbar.navbar-default {
	background: none;
	border: none;
	z-index: 100;

}



header{
	padding-top: 51px;
	left: auto;
	padding-right: 3%;
	
}
.navbar-nav {
	text-align: left;
	margin-left: calc(5vw - 70px);
	/*background: rgba(255,255,255,0.68);*/

}
.navbar-header{
	margin-left: 5vw;
}
.navbar-collapse{
	margin-left: auto;
	margin-right: auto;
	padding-right: auto;	/*margin-left: calc(5vw - 70px);*/
	padding-left: auto;
}
.navbar-toggle{
	margin-left: calc(5vw - 10px);
}
.navbar-collapse {
}


nav a::before{
	content: '';
	display: block;
	height: 8px;
	width: 0%;
	background-color:rgba(225,153,0,1.00);
	margin-bottom: 0px;
	transition: all ease-in-out 250ms;
}
nav a:hover::before,
nav a:focus::before{
	width: 100%;
}#second_page {
	/*background-image: url(../images/home_image_02.png);*/
	background-size: cover;
	background-position: right -200px;
	/*background-color: red;*/
	background-blend-mode: color;
	width: 100%;
	height: auto;
	min-width: 300px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#second_text{
	width: 100%;
	min-width: 300px;
	
}
#placeholder1{
	content: "";
	background-image: linear-gradient(to top, white, rgba(255,255,255,0));
	height: 100px;
	width: 100%;
	margin-top: -100px;
}
#who-we{
	position: relative;
	/*background-image: linear-gradient(to top, red, rgba(255,255,255,0));*/
	width: 90%;
	max-width: 700px;
	margin-left: 5vw;
	margin-top: -20%;
}
#works{
	/*background-image: linear-gradient(to top, red, rgba(255,255,255,0));*/
		
	width: 90%;
	max-width: 400px;
	/*margin-right: 5vw;*/
	
	color: white;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#worksh{
	margin-top: 50px;
	width: 100%;
	height: 100%;
	background: rgba(20,25,30,1);
	padding-top: 1em;
}
#why{
	width: 100%;
	text-align: right;
	max-width: 700px;
	float:right;
}
#why-choose{
	width: auto;
	margin-right: 5vw;
	margin-left: 5vw;
	right: auto;
}
#servicesh{
	display: inline-block;
	width: 100%;
	
}
#services{
	display: inline-block;
	max-width: 700px;
	margin-left: 5vw;
	margin-right: 5vw;
	margin-top: 40px;
}	
#partnersh{
	width: 100%;
	justify-content: center;
	align-items: center;
}
#partners{
	width: auto;
	text-align: center;
	color: gray;
}
#partner-image{
	width: 100%;
	max-width: 700px;
}
#contactsh{
	width: 100%;
	/*justify-content: center;
	align-items: center;*/
	background: rgba(159,156,156,1.00);
	padding-bottom: 20px;
	padding-top: 10px;
}
#contacts{
	width: 100%;
	text-align: center;
	color: #393838;
	font-weight: 1200;
	
}
#founders-content{
	width: 90%;
	height: auto;
	/*align-items: center;
	justify-content: center;*/
	margin-left: 5vw;
}
#founders-content2{
	width: 90%;
	height: auto;
	/*align-items: center;
	justify-content: center;*/
	margin-left: 5vw;

}
#founders{
	
	/*margin: 5px;
	padding: 5px;*/
	height: 150px;
	max-width: 750px;
	background: rgba(22,22,22,0.2);
	/*align-items: center;
	justify-content: center;*/
	color: black;
	border-radius: 5px;
	
	
}
#founders2{
	
	/*margin: 5px;
	padding: 5px;*/
	height: 150px;
	max-width: 750px;
	background: rgba(22,22,22,0.2);
	/*align-items: center;
	justify-content: center;*/
	color: black;
	border-radius: 5px;
	margin-left: auto;
	
	
}
#founder-image1{
	position: relative;
	left: 00px;
	width: 150px;
	margin-left: 0px;
	display:inline-block;
	float: left;
	
	
}
#founder-image2{
	position: relative;
	right: 00px;
	width: 150px;
	margin-right: 0px;
	display:inline-block;
	float: right;
	
	
}
#sherbanu{
	height: 150px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#fitsum{
	height: 150px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#founder-text{
	position: relative;
	top: 40px;
	width: 40%;
	margin-left: 0px;
	display: inline-block;
	
	/*align-items: center;
	justify-content: center;*/
}
#founder-text2{
	position: relative;
	top: 40px;
	width: 40%;
	margin-right: 0px;
	display: inline-block;
	
	/*align-items: center;
	justify-content: center;*/
}
small{
	display: block;
}
#copyright{
	padding-bottom: 0px;
	color: #9B9999;
	font-size: 12px;
	
}
#copyright:hover{
	color: white;
	text-decoration: none;
}
#social{
	height: 150px;
	width: 30px;
	right: 0px;
	position: fixed;
	margin-right: auto;
	margin-left: auto;
	float: right;
	top: 200px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background:url(../images/tumbnails/social-media.jpg);
	background-size: cover;
	filter: opacity(.25);
	z-index: 100;
}
#emailandlink{
	padding-top: 10px;
	background: rgba(20,25,30,1);
	
	text-align: center;
	text-decoration: none;
}
#address{
	color: #9B9999;
}
#social:hover{
	filter: opacity(.7);
	transition: all ease-in-out 250ms;
}
.portfolio-link{
	position: relative;
	/*justify-content: center;
	align-items: center;*/
	width: 100%;
	height: 100%;
	/*background: blue;*/
	background-size: cover;
	text-align: center;
	/*webkit-filter: grayscale(100%);*/
	filter: grayscale(100%);
	
}
.portfolio-link{
	justify-content: center;
	align-items: center;
	display: flex;
	color:rgba(255,255,255,0);
}


.aau{
	background: url(../images/aau/aau3.jpg);
	background-size: cover;
}
.aser{
	background: url(../images/tumbnails/aser.jpg);
	background-size: cover;
}
.bd{
	background: url(../images/bd/bd2.jpg);
	background-size: cover;
}
.bet{
	background: url(../images/tumbnails/bet.JPG);
	background-size: cover;
}
.fitsum{
	background: url(../images/tumbnails/fitsum.jpg);
	background-size: cover;
}
.sangam{
	background: url(../images/sangam/sangam4.jpg);
	background-size: cover;
}
.avera{
	background: url(../images/tumbnails/avera.jpg);
	background-size: cover;
}
.bamboo{
	background: url(../images/tumbnails/bamboo.jpg);
	background-size: cover;
}
.blacklion{
	background: url(../images/tumbnails/blacklion.jpg);
	background-size: cover;
}
.paris{
	background: url(../images/tumbnails/paris.png);
	background-size: cover;
}
.stmary{
	background: url(../images/tumbnails/stmary.jpg);
	background-size: cover;
}
.adwa{
	background: url(../images/tumbnails/adwa.jpg);
	background-size: cover;
}
.arirang{
	background: url(../images/tumbnails/arirang.jpg);
	background-size: cover;
}
.hailu{
	background: url(../images/tumbnails/hailu.jpg);
	background-size: cover;
}
.fklm{
	background: url(../images/tumbnails/fklm.jpg);
	background-size: cover;
}
.harar{
	background: url(../images/tumbnails/harar.jpg);
	background-size: cover;
}
.luxe{
	background: url(../images/tumbnails/luxe.jpg);
	background-size: cover;
}
.all-projects{
	background: url(../images/tumbnails/all-projects.jpg);
	background-size: cover;
}
.portfolio-link:hover{
	background-position: center;
	filter: grayscale(0%);
	transition: all ease-in-out 250ms;
}

.contact-form{
	width: 90vw;
	max-width: 600px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	
}
#contact-form{
	
}
form .submit{
	width: 200px;
	background: rgba(100,100,100,1.00);
	color: white;
}
form .submit:hover{
	background: rgba(0,25,50,1.00);
	cursor: pointer;
}