

/*----------------Global*/

body{
	font-family: 'Poppins', sans-serif;
	color: #222;
	padding: 0;
	margin: 0;
	width: 100%;
}

img{
	width: 100%;
	height: auto;
	display: block;
}

a{
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	border-bottom: solid #222 3px;
	text-transform: uppercase;
	text-decoration: none;
}

p{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 1.75;
	margin: 0 0 15px 0;
}

p:last-child{
	margin-bottom: 0;
}

h1, h2, h3{
	margin-top: 0;
	margin-bottom: 2rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.25;
}

h1{
	font-size: 2.1rem;
}

h2{
	font-size: 1.75rem;
}

h3{
	font-size: 12px;
}

.callout{
	font-weight: 300;
	font-size: 1.15rem;
	text-transform: uppercase;
}

.header p{
	font-size: 1.3rem;
}

/*
.button{
	display: inline-block;
	background: #fff;
	border: solid 1px #000;
	padding: 10px 50px;
	text-decoration: none;
	text-transform: uppercase;
}

.button-centered{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
*/


/*----------------Header*/

.header{
	width:  100%;
	display:  inline-block;
	padding: 20px 0;
	text-align: left;
}

.navigation-logo{
	float: left;
	display:  inline-block;
}

.navigation-logo,
.navigation a{
	border-bottom: 0;
}

.logo{
	height: 38px;
	width: auto;
	margin-bottom: 20px;
}

.navigation{
	float:  right;
	display:  inline-block;
	padding-top:  20px;
}

.navigation a{
	margin-left: 20px;
	font-size: 16px;
}

/*----------------Footer*/

.footer{
	width: auto;
	margin: 0 30px;
}

.footer .content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.footer ul{
	padding: 0;
	list-style: none;
}

.footer li{
	margin-bottom: 15px;
}

.footer p:not(.callout), .footer a{
	font-weight: 500;
}

.footer a{
	text-decoration: none;
}

/*----------------Content Blocks*/

.main-content{
	width: auto;
	margin: 0 30px;
}

.content{
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 0;
}

img+img,
img+p{
	margin-top: 30px;
}

.content.highlight{
	width: auto;
	margin: 70px auto;
	max-width: 700px;
	padding: 30px;
	border: solid 1px #222;
}

.highlight p{
	font-size: 1.2rem;
}

.content-centered{
	max-width: 700px;
}

.content-grid,
.image-grid{
	display: inline-block;
	padding: 0;
	margin: 0;
}

.content-grid li,
.image-grid li{
	list-style: none;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}

.content-grid li{
	margin-bottom: 20px;
}

/*----------------Special Content*/

.contact, .contact a{
	width: 100%;
	margin-bottom: 15px;
	text-transform: lowercase;
}

.portfolio li{
	margin-bottom: 50px;
}

.portfolio-preview	.title,
.portfolio	.title{
	font-size: 20px;
    font-weight: 700;
    max-width: 240px;    
    margin: 10px 0 0 0;
}

.client-list{
	display: inline-block;
	width: 100%;
	margin: 10px 0 20px 0;
}

.client-list ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	/*text-transform: uppercase;*/
}

.client-list li{
	margin-bottom: 10px;
}

.client-list p{
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
}

.work-list ul{
	list-style: none;
	display:  inline-block;
	margin: 0;
	padding: 0;
}

.work-list li{
	margin-bottom: 60px;
}

.back-home{
	display: inline-block;
	clear: both;
	text-align: center;
}

.nng-certified img, 
.nng-certified h2, .nng-certified h3{
	display: inline-block;
}

.nng-certified h2, .nng-certified h3{
	position: relative;
    top: -60px;
}

.nng-certified img{
	width:  170px;
}


/*----------------Media Queries*/
@media only screen and (min-width: 760px) {
	h1{
		font-size: 40px;
	}

	h2{
		font-size: 32px;
	}

	h3{
		font-size: 24px;
	}

	p{
		font-size: 1.1rem;
	}

	.img-small{
		width: 66%;
		margin-left: 17%;
		margin-right: 17%;
	}

	.img-med{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	.header{
		padding-top: 40px;
    	margin: 0 auto;
	}

	.logo{
		height: 50px;
	}

	.navigation{
		padding-top:  30px;
	}

	.navigation a{
		margin-left: 30px;
		font-size: 18px;
	}

	.intro h1{
		font-size: 48px;
	}

	.highlight p{
		font-size: 24px;
	}

	.image-grid li,
	.content-grid li{
		width: 46%;
	}

	.image-grid li:nth-child(2n+1),
	.content-grid li:nth-child(2n+1){
		margin-right: 2%;
	}

	.image-grid li:nth-child(2n+2),
	.content-grid li:nth-child(2n+2){
		margin-left: 2%;
	}

	.content-grid .content-text{
		width: 36%;
        margin-left: 10%;	
        padding-top: 3rem;
    }

    .content-text p + img{
    	margin-top: 3rem;
    }

	.clients{
		padding:  50px !important;
	}

	.client-list ul{
		float: left;
		width: 33%;		
	}

	.client-list li{
		margin-bottom: 20px;
	}

	.column-3-1,
	.column-3-2{
		float: left;
		clear: none;
	}

	.column-3-1{
		width: 30%;
	}

	.column-3-2{
		width: 70%;
	}

	.work-list li{
		width: 48%;
		float: left;
		clear: none;
		margin-right: 4%;
	}

	.work-list li:nth-child(2n+2){
		margin-right: 0;
	}

	.footer .content li{
		display: inline-block;
		margin-right: 20px;
	}

}

@media only screen and (min-width: 1024px) {
	.portfolio-preview 	.title,
	.portfolio 	.title{
		font-size: 36px;
		max-width: 500px;
	}
}



