* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

main {
	width: 94%;
	padding: 3% 3% 0% 3%;
}

header {
	width: 100%;
	overflow: hidden;
}

header article {
	width: 580px;
	float: left;
}

header article img {
	float: left;
	transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

#logotext {
	margin: 0px 0px 0px 20px;
}

h5 {
	padding-left: 24px;
	margin-left: 24px;
	border-left: 1px solid black;
	float: left;
	height: 17px;
	margin-top: 12px;
	font-size: 16px;
	font-family: 'Dosis', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

nav {
	width: 226px;
	float: right;
	margin-top: 12px;
}

nav a {
	text-decoration: none;
	color: #000;
	transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

nav a:hover {
	color: #b3b3b3;
}

li {
	display: inline;
	margin-left: 45px;
	font-size: 14px;
	font-family: 'roboto', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

/*
ul {
	width: 200px; 
}
*/

#rowone {
	width: 100%;
	margin-top: 3%;
	overflow: hidden;
}

#rowtwo {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 3% 0% 3% 0%;
}

#rowthree {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 0% 0% 3% 0%;
}

.project {
	width: 48.5%;
	height: auto;
	position: relative;
	float: left;
	cursor: pointer;
}

#work a {
	color: white;
}

#rowone a {
	color: white;
	text-decoration: underline !important;
}

#work span {
	width: 100%;
	position: absolute;
	text-align: center;
	padding-top: 33%;
	padding-bottom: 38%;
	transition: all .6s ease 0s;
	-ms-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	opacity: 0;
}

#work a:hover span{
	opacity: 1;
}

#work a:hover img{
	opacity: .1;
}

#work {
	font-size: 0;
}

#work img {
	width: 100%;
	height: auto;
	transition: all .6s ease 0s;
	-ms-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
}

.middlemargin {
	margin-right: 3%;
}

#about {
	max-width: 670px;
	width: 52%;
	margin: 0px auto;
	padding: 200px 0px;
	text-align: center;
}

#about p {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight: 100;
}

h1 {
	font-size: 42px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000;
}

h2 {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 8px 0px 32px 0px;
	color: #000;
}

#contact {
	width: 100%;
	background-color: #adc9b8;
	padding: 120px 0px 140px 0px;
}

#info {
	max-width: 344px;
	text-align: center;
	margin: 0px auto;
}

h3 {
	font-size: 24px;
	font-family: 'KonTikiJF', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
}

h4 {
	font-size: 16px;
	font-family: 'dosis', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 15px;
	color: #000;
}

#info article {
	width: 100%;
	clear: both;
	margin: 43px 0px 60px 0px;
}

#info a {
	text-decoration: none;
}

.icons {
	background-color: #000;
	padding: 15px;
	margin: 0px 15px;
	border-radius: 50%;
	font-size: 24px;	
	transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	color: #fff;
}

.icons:hover {
	background-color: #fff;
	color: #000;
}

#resume {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 30px;
	padding: 16px 40px 16px 40px;
	transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
}

#resume:hover {
	background-color: #fff;
	color: #000;
}

footer {
	width: 94%;
	padding: 35px 3% 44px 3%;
}

footer p{
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-weight: 100;
}

footer a { 
	text-decoration: none;
	color: #000;
	font-weight: bold;
	transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

footer a:hover {
	color: #b3b3b3;
}

#disclaimer {
	float: left;
}

#copyright {
	float: right;
}




/****  RESPONSIVE MEDIA QUERIES  ****/


@media (max-width:834px){
	
	footer {
		text-align: center;
	}
	
	#disclaimer {
		float: none;
		margin-bottom: 25px;
		margin-right: 5%;
		margin-left: 5%;
		line-height: 20px;
	}
	
	#copyright {
		float: none;
	}
	
}

@media (max-width:768px){ 
	
	#about {
	    max-width: 670px;
	    width: 75%;	
	}
	
}

@media (max-width:814px){ 
	
	main {
		padding-top: 6%;
	}
	
	header article {
		width: 100%;
		text-align: center;
	}
	
	header article img {
		float: none;
	    display: block;
	    margin: 0px auto;
	    margin-bottom: 20px;
	}
	
	h5 {
		float: none;
		display: block;
		border-left: hidden;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#logotext {
		margin: 0px auto;
	}
	
	nav {
		width: 100%;
	    float: none;
	    clear: both;
	    margin-bottom: 20px;
	}
	
	header article {
	    margin-bottom: 35px;
	}
	
	ul {
		width: 207px;
		margin: 0px auto;
	}
	
	li {
		margin: 0% 8% 0% 8%;
		font-size: 14px;
	}
	
	h4 {
		margin-top: 8px;
	}
}

@media (max-width:768px){ 
	
	#work a:hover img{
		opacity: 1;
	}
	
	#work span {
   		padding-top: 28%;
   	}
   	
   	#work a:hover span{
		opacity: 0;
	}
}

@media (max-width:414px){ 
	
	main {
		padding-top: 8%;
	}
	
	#work a:hover span{
		opacity: 0;
	}
	
	#work a:hover img{
		opacity: 1;
	}
	
	.project {
		width: 98.5%;
		float: none;
	}
	
	.middlemargin {
		margin-bottom: 3%;
	}
	
	ul {
		max-width: 150px;
		width: 80%;
	}
		
	li {
		margin: 0% 5% 0% 5%;
		font-size: 12px;
	}
	
	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 18px;
	}
	
	#about {
		padding: 120px 0px;
	}
	
	#about p {
		font-size: 14px;
	}
	
	.icons {
		margin: 0px 5px;
		border-radius: 33px;
		font-size: 20px;
	}	
	
}















