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

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

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

hheader article {
	width: 501px;
	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: 14px 0px 0px 16px;
}

header h5{
	color: #979797;
	font-weight: inherit;

}

h5 {
	padding-left: 24px;
	margin-left: 24px;
	border-left: 1px solid #979797;
	float: left;
	height: 17px;
	margin-top: 15px;
	font-size: 16px;
	font-family: 'Roboto', 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: 15px;
}

nav a {
	text-decoration: none;
	color: #f26d78;
	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: rgba(242, 109, 120, .5);
}


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

#casestudy {
	width: 100%;
	overflow: hidden;
	margin: 3% 0% 3% 0%;
}

.fullimage {
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

#casestudy a {
	text-decoration: none;
	background-color: #f26d78;
	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;
}

#casestudy a:hover {
	background-color: #fff;
	color: #f26d78;
}

#intro p {
	margin-bottom: 50px;
}

.rows {
	width: 100%;

	margin-top: 3%;
}

.rowsone {
	width: 100%;
	margin-top: 6%;
}

#intro{
	width: 100%;
	text-align: center;
}

#intro article {
	width: 60%;
	margin: 0px auto;
	margin-bottom: 150px;
}

.columns{
	width: 48.5%;
	height: auto;
	float: left;
}

.columns img {
	width: 100%;
	height: auto;
}

.middlemargin {
    margin-right: 3%;
}

.text {
	width: 100%;
	height: auto;
	padding: 50px 8% 100px 8%;;
	box-sizing: border-box;
}

h3 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
	
}

#title {
	color: #6abaae;
}

h4 {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 15px;
	color: #6abaae;
}

#casestudy p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 26px;
}

.buttonmargin {
	margin-bottom: 60px;
}

.centered img {
	width: 100%;
	height: auto;
}

.textcentered {
	width: 70%;
	max-width: 1000px;
	height: auto;
	padding: 50px 8% 60px 8%;
	box-sizing: border-box;
	text-align: center;
	margin: 0px auto;
}

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

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

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

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

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

}

#info a {
	text-decoration: none;
}

#info h3{
	color: #979797;
}

.icons {
	background-color: #f26d78;
	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: #F9F9F9;
	color: #f26d78;
	font-size: 26px;
	
}

#resume {
	background-color: #f26d78;
	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: #F9F9F9;
	color: #f26d78;
	font-size: 16px;
	
}

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

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

footer a { 
	text-decoration: none;
	color: #f26d78;
	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: rgba(242, 109, 120, .5);
}

#disclaimer {
	float: left;
}

#copyright {
	float: right;
}

#returnhome {
	padding-top: 50px;
	padding-bottom: 110px;
	text-align: center;
}





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


/* iPad Pro */

@media (max-width:834px){ 
	
	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;
	}
   	
   	#intro{
		width: 100%;
		margin-bottom: 50px;
	}
	
	.textcentered p {
		width: 100%;
	}
	
	#intro article {
		width: 80%;
		margin-bottom: 120px;
	}
	
	.text {
		padding: 30px 8% 70px 8%;
	}
	
	.textcentered {
		width: 80%;
		padding: 30px 0% 70px 0%;
	}
	
	.fullimage {
		margin-bottom: 50px;
	}
	
	footer {
		text-align: center;
	}
	
	#disclaimer {
		float: none;
		margin-bottom: 25px;
		margin-right: 5%;
		margin-left: 5%;
		line-height: 20px;
	}
	
	#copyright {
		float: none;
	}
	
	.rowsone {
	margin-top: 11%;
}
	
}

@media (max-width:600px){ 
	
	.columns{
		width: 100%;
	}
	
}


/* mobile */

@media (max-width:414px){ 
	
	main {
		padding-top: 8%;
	}
	
	ul {
		max-width: 150px;
		width: 80%;
	}
		
	li {
		margin: 0% 5% 0% 5%;
		font-size: 12px;
	}
	
	.icons {
		margin: 0px 5px;
		border-radius: 33px;
		font-size: 20px;
	}	
	
	#intro article {
		width: 90%;
	}
	
	.textcentered {
		width: 90%;
	}
	
	.rowsone {
	margin-top: 23%;
}
}













