
section{
    background-size:inherit;
    background-repeat: repeat;
    background-attachment: inherit;
}

section.intro{
	width: 100% !important;
	background-color:#fff;
	background-image: url("../img/subtlenet2.png");
	min-height:100%;
	height:auto;
	overflow: hidden;
	margin-top:102px;
	padding:10%;
}
section.intro .logo {
	padding-top:30px;
	width:100%;
	max-width:380px !important;
	margin-bottom:30px;
}
section.intro h2{
	color: #23A091;
}


section.about {
	background-image: url("../img/home/about-2.png");
	background-color:#23A091;
	color: #fff;
	height:auto;
	width:100%;
	padding: 10% 0 10% 0;
}

section.about .aboutSVG svg{
	width:160px;
}
section.about .aboutSVG text{
	fill:#FFFFFF;
}
section.about .side-squatch{
	position:absolute;
	z-index:50;
	float:right;
	right:0px;
	width:20%;
}
section.about .widebox-wrap {
	position:relative;
	margin-top:50px;
}
section.about .widebox-wrap h2 {
	margin-bottom:40px;
}
section.about .widebox-wrap .para-wrap {
	outline:white solid 1px;
	padding:30px;
	width:90%;
	max-width:400px;
	text-align:center;
}
section.about p{
	color:white;
	font-weight:400;
}



section.work {
	background-color:#fff;
	background-image: url("../img/subtlenet2.png");
	width:100%;
	overflow: hidden;
	padding:10% 0 10% 0;
}
section.work .container {
	width:100%;
}

section.work .workSVG svg{
	width:100px;
}
section.work .workSVG text{
	fill:#23A091;
}
section.work .work-section{
	margin-top:30px;
}
section.work .work-section .grid {
	overflow: hidden;
	text-align: left;
	margin: 10px 0;
	max-width:768px !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.work .work-section.grid a{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;
    transition: all 0.3s;
}
section.work .work-section .grid a:hover { opacity: .85; }
section.work .work-section .grid h2{
	position:absolute;
	color:white;
	font-family:"Museo slab";
	font-weight:300;
	font-size:24px;
	z-index:90;
	padding-left:5%;
}
section.work .work-section .grid img{
	position:relative;
	margin:0 auto;
	width:100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.10), 0 1px 2px rgba(0,0,0,0.48) !important;
}


section.contact {
	background-image: url("../img/home/contact2.png");
	background-color:#333333;
	color: #fff;
	height:auto;
	width:100% !important;
	overflow: hidden;
	padding: 10% 0 10% 0;
}

section.contact .contactSVG svg{
	width:135px;
}
section.contact .contactSVG text{
	fill:#FFFFFF;
}
section.contact .portrait {
	width:200px;
	height:200px;
	margin-top:30px;
	margin-bottom:30px;
}
section.contact .form-control {
	background-color:rgba(0,0,0, .5);
	border:2px solid #fff;
	color:#fff;
}
section.contact .form-control::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
section.contact .form-control:focus {
	border-color:#23a091;
	box-shadow:none;
}
section.contact .button {
	margin-top:40px;
}
section.contact .btn {
	width:50%;
	margin:0 auto;
}
section.contact #contact span.required {
	font-size: 13px;
	color: #ff0000;
}
section.contact #message {
	margin-bottom: 20px;
	padding: 0;
}
section.contact .error_message {
	display: block;
	background: #FBE3E4;
	padding: 10px 0 10px 15px;
	color: #8a1f11;
	border: 2px solid #FBC2C4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}




/* MEDIA QUERIES
/*----------------------------------------------------*/



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	section.about {
		background-image: url("../img/home/about-3.png");
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size:cover;
		min-height:90%;
		padding:0;
	}
	
	section.about .aboutSVG svg{
		width:105px;
	}
	section.about .side-squatch{
		position:absolute;
		z-index:50;
		float:right;
		right:0px;
		width:150px;
		padding-top:5%;
	}
	section.about .widebox-wrap h2{
		margin-bottom:40px;
		line-height:1.5;
	}
	section.about .widebox-wrap .para-wrap {
		width:100%;
		max-width:600px;
		padding:40px;
	}
	section.about .widebox-wrap .para-wrap p {
		padding-bottom:20px;
		line-height:1.8;
	}
	section.about .widebox-wrap .para-wrap p:last-of-type {
		padding-bottom:0px;
	}


	section.work {
		min-height:100%;
		padding:0;
	}
	
	section.work .work-section {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom:30px;
	}
	section.work .work-section .grid{
		margin: 15px 0;
	}



	section.contact {
		background-image: url("../img/home/contact3.png");
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size:cover;
		padding:0 0 10% 0;
	}
	
	section.contact .contactSVG svg{
		width:145px;
	}
	
	section.contact .container{
		padding:0 10% 0 10%;
	}
	section.contact .portrait {
		width:200px;
		height:200px;
		margin-bottom:60px;
	}
	section.contact .form-group{
		margin-bottom:20px;
	}
	section.contact .btn {
		width:50%;
	}
	
	
}

@media only screen and (min-width :992px) {
	section.intro .logo {
		padding-top:0;
		width:80%;
		max-width:380px !important;
	}
	section.about {
		background-image: url("../img/home/about.png");
	}
	section.work {
		min-height:90%;
	}

	section.contact {
		background-image: url("../img/home/contact.png");
		min-height:90%;
		padding:0;
		padding-bottom:30px;
	}
	section.contact .container{
		padding:10% 0 10% 0;
	}
	section.contact .portrait {
		margin-top:0px;
		width:250px;
		height:250px;
	}
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 1080px) {
	
	section.about .widebox-wrap .para-wrap {
		padding:40px;
		width:100%;
		height:auto;
		margin:0 auto;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}