@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
	transition: all 0.5s ease;
	color:#ccc;
}

a:visited {
	text-decoration:none;
	color:#ccc;
}

a:hover {
	text-decoration:none;
	color:#666;
	transition:all 0.5s ease;
}

a:active {
	text-decoration:none;
	color:#ccc;
}

#background {
	z-index:-999;
	min-height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
}

#navmenu {
	position:fixed;
	background-color:#FFF;
	width:100%;
	height:90px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:11px;
	color:#CCC;
	letter-spacing:4px;
	text-align:center;
	margin:auto;
	z-index:1000;
}

ul {
	margin:39px;
	padding:0;
	
}

li {
	display:inline;
	margin:10px;
}

#logo {
	text-align:center;
	position:relative;
	top:250px;
}

#about {
	position:relative;
	width:100%;
	height:460px;
	top:750px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding-top:106px;
}

#aboutlink {
	top:800px;
}

#textbox {
	position:relative;
	width:700px;
	height:300px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#999;
	letter-spacing:4px;
	padding:0;
	line-height:100px;
	text-align:center;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#999;
	letter-spacing:4px;
	padding:0;
	line-height:100px;
	text-align:center;
	margin:0;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size:11px;
	color:#333;
	position:relative;
	text-align:center;
}
#portfolio {
	position:relative;
	width:100%;
	height:800px;
	background:#fff;
	top:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:106px;
	text-align:center;
}

#portlist {
	width:960px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	
}

#portitems {
	float:left;
	position:relative;
	
}

#contact {
	width:100%;
	height:720px;
	background:#fff;
	top:675px;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top:106px;
	
}


#headings {
	width:400px;
	height:150px;
	position:relative;
	top:120px;
	margin-left:auto;
	margin-right:auto;
}

#fedimagecont {
	background-color:#f0efec;
	width:1000px;
	height:5750px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:200px;
	text-align:center;
}

#photogimagecont {
	background-color:#f0efec;
	width:1000px;
	height:4020px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:200px;
	text-align:center;
}

#qatarimagecont {
	background-color:#f0efec;
	width:1000px;
	height:3570px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:200px;
	text-align:center;
}

#backbutton {
	width:100px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:200px;
}
	
#abarthimagecont {
	background-color:#f0efec;
	width:1000px;
	height:3270px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:200px;
	text-align:center;
}

#midasimagecont {
	background-color:#f0efec;
	width:1000px;
	height:1630px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:200px;
	text-align:center;
}
	
#typoimagecont {
	background-color:#f0efec;
	width:1000px;
	height:2910px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:200px;
	text-align:center;
}

#backlink {
	text-decoration:none;
	transition: all 0.5s ease;
	color:#ccc;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	color:#999;
	letter-spacing:4px;
	padding:0;
	line-height:35px;
	text-align:center;
}
	


	


