/*# sourceMappingURL=bootstrap.css.map */
@media (min-width: 1400px) {
	.container-fluid {
	  margin-right: 10%;
	  margin-left: 10%;
	}
}
body {
	margin: 0;
	background-color: #f0f0f0;
}
menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	z-index:9999;
	text-align: center;
	background-color: #ffdfd0;
	padding: 20px 10px 17px 10px;
	display: none;	
}
.me {
	background: url('../img/LaurenGlegg.jpg') no-repeat;
    height: 100%; 
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-position: 50% 50%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    background-color: #FFF;
    height: 700px;
    color: #FFFFFF
}
@media (min-width: 992px) {
	.nameIntro {
		background-color: #fff545;
		width: auto;
		padding: 60px 80px 80px 80px;
		margin-top: 350px;
		margin-left: -150px;
	}
}
@media (max-width: 992px) {
	.nameIntro {
		background-color: #fff545;
		padding: 50px;
		text-align: center;
	}
}
.intro {
	background: url('../img/texturefabrik_photocopies_vol-3_09.jpg') no-repeat;
    height: 100%; 
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-position: 50% 50%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    background-color: #FFF;
    color: #FFFFFF;
	padding: 300px 40px;
	text-align: center;
/*
.intro {
	background-color: #fce54f; #a4aeb4; #ccb89e;
	padding: 300px 40px;
	text-align: center;
	color: #0074ff;*/
}
.portfolioIntro {
	background-color: #000;
	padding: 15px 0px;
	color: #FFF;
}
/*  iPhone 6 Plus  */
@media (max-width: 420px) {
	.intro {
	padding: 210px 40px;
	font-size: 90%;
	}
}
/*  iPhone 6  */
@media (max-width: 375px) {
	.intro {
	padding: 160px 40px;
	font-size: 90%;
	}
}
/*  iPhone 5  */
@media (max-width: 320px) {
	.intro {
	padding: 150px 40px;
	font-size: 70%;
	}
}
/*.intro {
	background: url('../img/desk_trans.PNG') no-repeat;
    height: 100%; 
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-position: 50% 50%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    background-color: #ccb89e;
    height: 700px;
    color: #FFFFFF
}*/
.intro h1 {
	font-size: 500%;
}
.intro h4 {
	font-size: 200%;
}
.homenav {
	background-color: #FFF;
}
.homenav ul li {
	padding-top: 10px;
	/*color: #b69263;*/
}
.whatIDo u {
	text-decoration: none;
	border-bottom: 3px solid black;
}
.whatIDo {
	padding: 140px 50px 20px 50px;
}
@media (max-width: 1200px) {
	.whatIDo {
	padding: 90px 50px 20px 50px;
	}
}
@media (max-width: 992px) {
	.whatIDo {
	padding: 50px 50px 20px 50px;
	}
}
.whitebg {
	background-color: #FFF;
}
.linedbg {
	background-image: url('../img/lined.gif');
	background-color: #FFF;
}
/*
@media (min-width: 992px) {
	section.whatIDo {
		text-align: left;
		color: #000;
		background-color: #FFF;
		padding: 50px 70px;
	}
}
@media (max-width: 992px) {
	section.whatIDo {
		text-align: center;
		color: #000;
		background-color: #FFF;
		padding: 50px 70px;
	}
}	
	
	@media (min-width: 1200px) {
	section.services {
		background-color: #000;
		padding: 50px;
		margin: 90px 200px;
		text-align: center;
		text-transform: uppercase;
		color: #FFF;
	}
}
@media (max-width: 1200px) {
	section.services {
		background-color: #000;
		padding: 30px;
		margin: 20px 50px;
		text-align: center;
		text-transform: uppercase;
		color: #FFF;
	}
}
section.services h4 {
	padding-bottom: 20px;
	line-height: 170%;
}
section.services, u {
	text-decoration: none;
	border-bottom: 2px solid #FFF;
}
section.services i {
	font-size: 300%
}
*/

.letsbuild {
	background-color: #FFF;
	padding: 40px;
	text-align: center;
	color: #000;
	margin-top: 100px;
	margin-bottom: 100px;
	border: 10px solid #000;
}
.letsbuild h4 {
	padding-bottom: 5px;
}
.letsbuild u {
	text-decoration: none;
	border-bottom: 3px solid #000;
}
.letsbuild i {
	font-size: 300%
}
#service1 {
    border: 7px solid #000;
    background-color: #FFF;
    padding: 20px;
    width: 50%;
    margin:0 auto;
    margin-top: -130px;
    text-align: center;
}
#service1 u {
	text-decoration: none;
	border-bottom: 3px solid black;
}
#service1 h4 {
	margin: 20px;
}
#service2 {
    border: 7px solid #000;
    background-color: #FFF;
    padding: 20px;
    width: 50%;
    margin:0 auto;
    margin-top: -130px;
    text-align: center;
}
#service2 u {
	text-decoration: none;
	border-bottom: 3px solid black;
}
#service2 h4 {
	margin: 20px;
}
#service3 {
    border: 7px solid #000;
    background-color: #FFF;
    padding: 20px;
    width: 50%;
    margin:0 auto;
    margin-top: -130px;
    text-align: center;
}
#service3 u {
	text-decoration: none;
	border-bottom: 3px solid black;
}
#service3 h4 {
	margin: 20px;
}
#service4 {
    border: 7px solid #000;
    background-color: #FFF;
    padding: 20px;
    width: 50%;
    margin:0 auto;
    margin-top: -130px;
    text-align: center;
}
#service4 u {
	text-decoration: none;
	border-bottom: 3px solid black;
}
#service4 h4 {
	margin: 20px;
}
#service5 {
    border: 7px solid #000;
    background-color: #FFF;
    padding: 20px;
    width: 50%;
    margin:0 auto;
    margin-top: -130px;
    text-align: center;
}
#service5 u {
	text-decoration: none;
	border-bottom: 3px solid black;
}
#service5 h4 {
	margin: 20px;
}
#service6 {
    border: 7px solid #000;
    background-color: #FFF;
    padding: 20px;
    width: 50%;
    margin:0 auto;
    margin-top: -130px;
    text-align: center;
}
#service6 u {
	text-decoration: none;
	border-bottom: 3px solid black;
}
#service6 h4 {
	margin: 20px;
}
section.portfolio i {
	font-size: 170%;
}
section.portfolio a,a:visited {
	color: inherit;
	text-decoration: none:
}
section.portfolio a:hover {
	color: #606060;
	text-decoration: none;
}
section.footer {
	margin-bottom: 10px;
}
section.footer a,a:visited {
	color: inherit;
	text-decoration: none:
}
section.footer a:hover {
	color: #606060;
	text-decoration: none;
}
section.footer #job {
	height: auto;
	padding: 10px 40px;
	text-align: center;
}
section.footer #job a:visited {
	color: #FFF;
}
section.footer #job u {
	text-decoration: none;
	border-bottom: 3px solid white;
}
.contact img {
	padding: 0px 40px;
}
#job {
	height: auto;
	padding: 60px 40px;
	text-align: center;
}
@media (max-width: 992px) {
	#job {
		height: auto;
		padding: 60px 20px;
		text-align: center;
	}
}
#job a:visited {
	color: #FFF;
}
#job u {
	text-decoration: none;
	border-bottom: 3px solid white;
}
.client-a {
	background-color: #ffdfd0;
}
.client-b {
	background-color: #d88ede;
}
.client-c {
	background-color: #60b46d;
}
.client-d {
	background-color: #54b7e4;
}
.client-e {
	background-color: #dae354;
}
.client-f {
	background-color: #e2e2e2;
}
.client-active {
	background-color: #fff;
}
.writeup {
	padding: 50px;
}
.navtab {
	background-color: #fff545;
}
.pad50 {
	height: 50px;
	margin: 55px;
}
section.title {
	padding-top: 70px;
}
@media (min-width: 768px) {
  section.title h1 {
    font-size: 300%;
  }
}
@media (min-width: 992px) {
  section.title h1 {
	padding-top: 170px;
	padding-bottom: 60px;
    font-size: 500%;
  }
  section.title h5 {
	padding-top: 10px;
  }  
}
@media (max-width: 992px) {
  section.title h5 {
	padding-top: 10px;
  }  
}
@media (min-width: 1200px) {
  section.title .main {
	padding-top: 5px;
  }
}
@media (max-width: 992px) {
  section.title img {
	padding: 20px 0 30px 0;
  }
}
.logos li {
  width: 25%;
  float: left;
}
section.clients {
	padding-top: 40px;
}
section.clients img {
  padding: 5px;
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  height: 50px;
  opacity: 0.3;
  filter: alpha(opacity=30);  
}
section.header {
	padding: 20px 0 40px 0;
}
section.header a,a:visited {
	color: #000;
}
section.header a:hover {
	color: #f73367;
}
#smalls {
	padding: 9px;
}
@media (max-width: 992px) {
	.contact h5 {
	padding-top: 20px;
	}
}
.contact a,a:visited {
	color: inherit;
}
.contact a:hover {
	color: #f73367;
}
.contact i {
	padding-right: 6px;
}
a,a:hover,a:visited {
	color: #000;
}
.contact {
	background-color: #FFF;
	padding: 30px;
	font-family: 'Montserrat', sans-serif;
}
form {
	padding-bottom: 50px;
}
.slide {
	padding: 80px 0;
}
@media (max-width: 992px) {
  .slide {
	padding: 40px 0;
  }
}
.webpage {
	border: 4px solid #e6e6e6; 
}
#contactform .col-md-6 {
	padding: 0px 40px;
}
#contactform {
	padding: 50px 0px;
}