 /*Media Queries */


@media (max-width: 1000px) {

	.wrapper {
		padding-left: 2em;
		padding-right: 2em;
	}
}


@media (max-width: 890px) {


/* Clients */


.clients {
	padding-top: 75px;
	margin-right: 50px;
	margin-left: 50px;
}


.logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;

}

.clients-img {
	width: 100px;
	margin-right: 40px;
	flex-basis: 1 1 ;

}



/* Testimonials */


.testimonials-background {
	padding-bottom: 100px;
	margin-top: 75px;
}
.testimonials {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4em;
	align-items: start;
  	justify-content: center;
  	align-content: flex-start;
  	/*transform: rotate(-8deg);*/
}

}



@media (max-width: 830px) {

.wrapper {
	padding-left: 2em;
	padding-right: 2em;
}

/*.hero {
	height: 400px;
}
*/
/*.subhead {
	padding-top: 130px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.4;
	text-shadow: 1px 1px 1px black;
}
*/
	/* Services */
.services {
	display: block;
	padding-top: 60px;
	text-align: center;

}

.service {
	padding-top: 40px;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.service:last-of-type {
	margin-right: auto;
}



i {
	font-size: 3em;
	color: #000;
	padding-bottom: 10px;
}

.service-title {
	text-transform: uppercase;
	color: #000;
	line-height: 0;
}

.service-body {
	font-size: 1em;
	line-height: 1.5;
}

.video-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}

.video-image-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
/* Team */

.team {
	/*margin-top: 100px;*/
	height: auto;
	padding-top: 100px;
}
.team-head {

	text-align: center;
	line-height: 1.361em;
	font-weight: 800;
}


.team-aj {}

.team-name {
	color: #000;
	line-height: 0;
}

.team-text {
	position: static;
}

.team-title {
	color: #000;
	line-height: 0;
}

.team-body {}

.team-headshot-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.team-headshot {
	/*border-radius: 20px;*/
	width: 250px;
    float: none;
    margin-left: 0;
    border: 1px solid #6b6661;
    margin-bottom: 30px;
}


/* Footer */

footer {
	margin-top: 75px;
}

}

@media (max-width: 540px) {

nav {
display: grid;
grid-template-columns: 1fr 1fr;
justify-content: center;
}
.video{
	margin-top: 150px;
}

header .wrapper {
	padding:0;
	margin:0;
}


.nav-logo {
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	grid-column: 1 / -1;
}

.nav-logo img {
	width: 100%;
}


.nav-link {
	padding-top: 10px;
	padding-bottom: 15px;
	color: #000;
  	text-align: center;
  	text-decoration: none;
  	font-size: 17px;
  	text-transform: uppercase;
}

.nav-link:last-of-type {
	padding-right: 70px;
}

.bold {
	font-weight: 700;
}

/* work page */

.work {
	margin-top: 120px;
	padding-top: 50px;
	}

/* Hero */

/*.hero {
	margin-top: 120px;
	background-image: url(images/peak_background_2.jpg);
	background-size: cover;
	background-position: center left;
	background-attachment: fixed;
	height: 300px;
}*/

/*.subhead {
	padding-top: 100px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.2;
	text-shadow: 1px 1px 1px black;
}
*/
/* Clients */

.clients-img {
	width: 110px;
	margin-right: 0px;
	flex-basis: 1 1 auto;

}



/* Testimonials */


.testimonials-background {
	padding-bottom: 100px;
	margin-top: 100px;
}
.testimonials {
	overflow-x: hidden;
	width: 100%;
/*	margin-left: auto;
	margin-right: auto;*/
	display: grid;
	grid-template-columns: 1fr;
	/*grid-gap: 4em;*/
	align-items: start;
  	justify-content: center;
  	align-content: flex-start;
  	/*transform: rotate(-8deg);*/
}

.testimonial-company {

	line-height:1;
	text-align: center;
}



}





/*@media (max-width: 1000px) {

	.hero {

		sdsdbackground-image: none;
		padding-top: 0;
		margin-top: -40px;
		padding-bottom: 6em;
	}

	.hero-flex {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.hero-text {
	padding-top: 6em;
	text-align: center;
	margin-right: 0;
	transform: rotate(0deg);
}

	.hero-reel {
		margin-top: 50px;
		display: flex;
		justify-content: center;
		align-items: center;

}
	ssdsdhero-reel {
		margin-top: 8em;
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;



.service {
	text-align: center;
	flex: 1;
	margin-right: 50px;
}

i {
	font-size: 3em;
	color: #000;
}

.service-title {
	text-transform: uppercase;
	color: #000;
}

.service-body {
	font-size: 1.2em;
	line-height: 1.5;
}



.team {


}
.team-headshot {
    margin-right: 2em;
}

.team-aj {
	padding-right: 2em;
	padding-left: 2em;
}

}

@media (max-width: 770px) {

asdsdhero-flex {
		display: block;
	}

sdshero-reel {
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
		zoom: 80%;
	}

	.services {
		max-width: 500px;
		display: block;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}

	.service {
		margin-right: 0;
		margin-top: 3em;
	}

	.service:first-of-type {
		margin-right: 0;
		margin-top: 0;
	}


	.testimonial {
		margin-top: 3em;
	}

	.testimonials {
		margin-top: 8em;
		display: block;
		margin-right: auto;
		margin-left: auto;
		max-width: 400px;
	}

	.testimonial-company {
		line-height: 1em;
	}
	
	.team-headshot {
    	height: auto;
    	float: none;
    	margin-right: 0;
	}

	.team {
	
	display: block;
	height: 100%;
	padding-bottom: 6em;
}

	.team-aj {}

}


@media (max-width: 700px) {

.video-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}


}