body {
	font-family: Arial,Helvetica,sans-serif;t
}

body strong {
	font-weight: bold;
}

img.responsiveimg {
	width: 100%;
	max-width: 100%;
}

/* Header */
header.topheader {
	text-align: center;
	padding-top: 30px;
	position: relative;
	background: white;
}

header.topheader h1 {
	text-align: center;
	color: #272727;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

nav.headernav {
	display: inline-block;
	margin-bottom: 20px;
}

nav.headernav ul {
	list-style: none;
}

nav.headernav li {
	display: inline-block;
}

nav.headernav a {
	text-decoration: none;
	padding: 0 10px;
	color: #000000;
	transition: color 0.4s ease 0s;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 12px;
}

nav.headernav li:hover a,
nav.headernav li.active a {
	color: #EA04B8;
}

#overlay {
	display: none;
	position: fixed;
	z-indrx: 50;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#menu a {
    text-decoration: none;
}

#menu {
    width: 250px;
    height: 100%;
    position: fixed;
    left: -250px;
    transition-duration: .5s;
	background: white;
	top: 0;
	bottom: 0;
	padding: 120px 0 20px;
	box-sizing: border-box;
	z-index: 100;
}

#menu.move {
    left: 0;
}

#menu ul {
    list-style: none;
	padding-left: 40px;
}

#menu li {

}

#menu li a {
	display: inline-block;
	padding: 15px 0;
	min-width: 80%;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 22px;
	letter-spacing: 1px;
	color: black;
	font-weight: light;
}

#menu li:not(:last-of-type) a {
	border-bottom: solid 1px rgba(153, 153, 153, 0.5);
}

#menu li.active a {
	color: #999999;
}

#hamburger {
	display: none;
    height: 21px;
    width: 20px;
    margin: auto;
    z-index: 999;
    cursor: pointer;
    grid-template-rows: 1fr 1fr 1fr;
	position: absolute;
	right: 20px;
	top: 30px;
}

.row1, .row2, .row3 {
    background-color: black;
    margin: 2px 0;
    transition-duration: .5s;
}


.row1.rotateRight {
    background-color: black;
    transform: rotate(45deg);
    transform-origin: 0px;
    left: 0;
    position: relative;
}

.row3.rotateLeft {
    background-color: black;
    transform: rotate(-45deg);
    transform-origin: 0px;
    left: 0;
    bottom: 0;
    position: relative;
}

.row2.trasparent {
    background-color: transparent;
}

.row1.rotateRight {
	background-color: black;
}

.row3.rotateLeft {
	background-color: black;
}

#overlay.show {
	display: block;
}
@media (max-width: 480px){
	header.topheader {
		position: fixed;
		left: 0;
		width: 100%;
		right: 0;
		top: 0;
	}
	header.topheader h1 {
		padding-right: 40px;	
	}
	#hamburger {
		display: grid;	
	}
	nav.headernav {
		display: none;	
	}
	body {
		padding-top: 74px;
	}
}
@media (max-width: 360px){
	header.topheader h1 {
		font-size: 20px;
	}
}
/* Content */
main.content {
	max-width: 1200px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

footer.copyright {
	margin: 50px 20px 30px 0;
	text-align: right;
	font-size: 10px;
}

@media only screen and (max-width: 720px) {
	footer.copyright {
	    text-align: center;
		margin: 50px 0 30px;
	}
}

/* Home Page */
section.heroimages {
	display: flex;
	width: 100%;
}

section.heroimages .heroimage:not(:last-child) {
	margin-right: 10px;
}
section.heroimages img {
	width: 100%;
}

p.introtext {
	max-width: 600px;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	margin: 60px auto;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
}

.homefooterimage {
	width: 100%;
	max-width: 485px;
	margin: 0 auto;
	margin-top: 140px;
}

@media only screen and (max-width: 720px) {
	section.heroimages {
		box-sizing: border-box;
		flex-direction: column;
	}
	section.heroimages .heroimage:not(:last-child) {
		margin: 0;
		margin-bottom: 10px;
	}
	.homefooterimage {
		padding: 0 10%;	
		box-sizing: border-box;
		margin-top: 80px;
	}
}

/* About Us Page */
main.content.about {
	max-width: 1000px;
	padding-top: 10px;
}

main.content.about p {
	max-width: 420px;
}

.about-wrapper {
	display: flex;
	padding: 0 10%;
}
.about-col-1 {
	width: 40%;
}

.about-col-2 {
	width: 60%;
}

@media only screen and (max-width: 720px) {
	.about-wrapper {
		flex-direction: column;
	}
	.about-col-1 {
		width: 100%;
	}
	
	.about-col-2 {
		width: 100%;
		margin-top: -90px;
	}
}


.about-wrapper h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.about-wrapper h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

.about-wrapper p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.about-wrapper p.info {
	font-size: 12px;
}

.about-wrapper p a {
	text-decoration: none;
	color: black;
}

/* Contact */
.social-media {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.social-media a {
	display: inline-block;
	margin: 0 8px;
}
.social-media img {
	width: 39px;
}

.successmessage {
	color: #BADA55;
	font-size: 14px;
}
.contact form {
	width: 300px;
	margin: 0 auto 20px;
}
.contact form p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.contact form input {
	width: 100%;
	margin-bottom: 5px;
	box-sizing: border-box;
	border: 1px solid rgba(39, 39, 39, 1);
	padding: 5px;
}
.contact form textarea {
	width: 100%;
	margin-bottom: 5px;
	min-height: 130px;
	box-sizing: border-box;
	border: 1px solid rgba(39, 39, 39, 1);
	padding: 5px;
	resize: none;
}
.contact form button {
	float: right;
	color: black;
	background: rgba(153, 153, 153, 1);
	margin: 0;
	border: none;
	padding: 5px;
	font-size: 16px;
}

/* Works Page */
main.content.works {
	max-width: 900px;
	padding-top: 10px;
	text-align: center;
}


.item-row {
	display: flex;
}

.works .heroimage {
	margin-bottom: 170px
}

.works article {
	margin-bottom: 15px;
	padding: 30px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}

.works article img {
	margin-bottom: 8px;
}

.works article p {
/* 	color: #D2D2D2; */
	color: #9e9e9e;
	font-size: 11px;
	line-height: 1.2;
	text-align: left;
}

.works .divider {
	border-top: 2px solid rgba(0, 0, 0, 0.15);
	width: calc(100% - 60px);
	margin: 45px 30px 65px;
}

@media only screen and (max-width: 720px) {
	main.content.works {
		padding-left: 25px;
		padding-right: 25px;
	}

	.works .heroimage {
		margin-bottom: 20px;
	}

	.works article {
		padding: 0 8px;	
	}
	.works article.single {
		padding: 20px 8px;	
	}
	.works > article:last-of-type {
		margin-top: 20px;
	}
	.works article img {
		margin-bottom: 5px;
	}
	.item-row.full {
		flex-direction: column;
	}
	
	.item-row.full article {
		width: 100%!important;
	}
	.item-row.full article:last-of-type {
		margin-top: 40px;
	}
	.works .divider {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.works article p {
		font-size: 9px;	
	}
}