body {
	margin: 0px auto;
	background-color: #ffc700;
	font-size: 16px;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
}

:focus {
outline: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#top {
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: #ffc700;
	margin: 0px auto;
	overflow: hidden;
	color: #fff;
	text-align: center;
}

.printspic {
	width: 2000px;
	position: absolute;
	left: 50%;
	margin-left: -1000px;
	bottom: 0;

}

.holder {
	width: 1100px;
	margin: 0px auto;
	position: relative;
}

.nav {
	position: absolute;
	top: -100px;
	right: 0;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav li {
	display: inline-block;
	margin: 20px 10px 0 0;
}


.nav li a, .call a {
	color: #fff;
	font-size: 18px;
	padding: 10px;
}

.nav li a:hover, .call a {
	background: #1a2930;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.call a {
	position: absolute;
	top: 10px;
	right: 0;
}

.title {
	margin-top: 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 49px;
	font-weight: 900;
	color: #000;
}

h1,h2,h4,h6 {
	font-family: 'Raleway', sans-serif;
}

h1 {
	font-size: 69px;
	font-weight: 900;
	margin: 0;
	color: #000;
}

h2 {
	color: #b8b8b8;
	padding: 25px 0;
	font-size: 42px;
}

h2.light {
	color: #fff;
}

h3 {
	font-size: 0.8em;
	font-weight: 500;
	color: #000;
}

h4 {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #fff;
}

h6 {
	font-size: 33px;
	font-weight: 400; 
	margin-top: -35px;
	margin-bottom: 45px;
}

.contact {
	border-top: 1px solid #2b434c;
	padding-top: 25px;
	margin-top: 25px;
	font-size: 22px;
	font-weight: 300;
}

.contact p {
	margin: 10px 0 0 25px;
	line-height: 47px;
	display: inline;
}

.white, .grey {
	width: 100%;
	background: #fff;
	text-align: center;
	padding-bottom: 45px;
	overflow: auto;
}

.grey {
	background: #1c1c1c;
	padding-bottom: 75px;
}

.grey img {
	width: 16%;
	padding: 2%;
	display: inline-block;
}

.tw,.fb {
	color: #576E76;
	float: left;
	margin-top: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 40px;
}

.fb {
	margin-right: 5px;
}

.tw:hover,.fb:hover {
	cursor: pointer;
	color: #72df6a;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service {
	width: 200px;
	display: inline-block;
	margin: 0 25px;
}

.icon {
	width: 150px;
	padding: 20px 0;
	background-color: #9cb6d8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 45px;
	margin: 0px auto 35px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service {
	margin-bottom: 35px;
}

.service p {
	padding-bottom: 15px;
}

.icon.web {
	background-color: #72df6a;
}

.icon.social {
	background-color: #ff67b9;
}

.icon.print {
	background-color: #4a94ff;
}

.icon.email {
	background-color: #ffb36f;
}

.icon:hover {
	background-color: #dfdddd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

a.btn {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 15px;
}

a.btngreen {
	color: #72df6a;
	border: 2px solid #72df6a;
}

a.btngreen:hover {
	background: #72df6a;
	color: #fff;
}

a.btnpink {
	color: #ff67b9;
	border: 2px solid #ff67b9;
}

a.btnpink:hover {
	color: #fff;
	background: #ff67b9;
}

a.btnblue {
	color: #4a94ff;
	border: 2px solid #4a94ff;
}

a.btnblue:hover {
	color: #fff;
	background: #4a94ff;
}

a.btnorange {
	color: #ffb36f;
	border: 2px solid #ffb36f;
}

a.btnorange:hover {
	color: #fff;
	background: #ffb36f;
}

a.btndark {
	color: #ccc;
	border: 2px solid #ccc;
	background: #1c1c1c;
	margin-top: 25px;
}

a.btndark:hover {
	background: #ccc;
	color: #1c1c1c;
}

.green {
	width: 100%;
	background: #5AC352;
	padding: 35px 0;
	overflow: auto;
	font-size: 16px;
	color: #fff;
	line-height: 23px;
	position: relative;
	overflow: hidden;
}

.green h2 {
	color: #fff;
	padding-bottom: 0;
}

.green img {
}

.about-text {
	width: 500px;
}

.about-pic {
	position: absolute;
	bottom: -51px;
	right: 0;
}

.work {
	width: 1020px;
	padding: 25px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
	color: #fff;
}

.work img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #242424;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: left;
	margin-right: 30px;
}

.work img:hover {
	border: 5px solid #0e0e0e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.work p {
	margin-bottom: 35px;
}

.serviceicon {
	color: #fff;
	font-size: 80px;
}

.service-desc, .portfolio-list {
	text-align: center;
	padding: 25px;
	font-size: 16px;
	width: 450px;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 50px;
}

.portfolio-list {
	color: #1c1c1c;
	border: 1px solid #ccc;
}

.portfolio-list:nth-of-type(odd) {
	margin-right: 50px;
}

.service-desc h2, .portfolio-list h2 {
	font-size: 32px;
	padding: 0;
	color: #fff;
}

.portfolio-list h2 {
	color: #1c1c1c;
	margin-bottom: 0;
}

.portfolio-list a, .each-blog a {
	color: #999;
}

.portfolio-list a:hover, .each-blog a:hover {
	color: #1c1c1c;
}

.form {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}

.big,.big-res {
	font-size: 28px;
	margin-top: -10px;
	margin-bottom: 45px;
	color: #72df6a
}

.big-res {
	display: none;
}

.each-blog:nth-of-type(odd) {
	margin-right: 50px;
}

.each-blog {
	text-align: center;
	padding: 25px;
	font-size: 16px;
	width: 450px;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #999;
	margin-bottom: 50px;
	border: 1px solid #ccc;
}

.each-blog h2 {
	font-size: 32px;
	color: #999;
	margin: 0;
	padding-bottom: 0;
}

.blog-content {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}

.blog-content p {
	line-height: 25px;
}

.blog-content h2 {
	text-align: center;
	margin-bottom: 0;
}

.blog-content img, .each-blog img {
	border-bottom: 5px solid #477b50;
}

.blog-content a {
	color: #1c1c1c;
}

.blog-content a:hover {
	color: #477b50;;
}

.footer {
	width: 100%;
	height: 500px;
	padding: 25px 0;
	background-color: #000;
	color: #fff;
}