@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900|Open+Sans:400,400i,700,800");

/* Base*/

html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background-color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	line-height: 1.563em;
	padding: 0px;
	margin: 0px;
	color: #333;
}
/*
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}*/
.container-iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/* vido part  */
#myVideo {
	height: 100%;
	width: 100%;
	object-fit: cover;
	min-width: 100%;
}
#iframe {
	width: 810px;
	height: 460px;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 850px) {
	#iframe {
		width: 100%;
		height: 360px;
		margin: 0 auto;
		text-align: center;
	}
}
p {
	font-size: 1em;
	line-height: 1.563em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
}

a {
	text-decoration: none;
	color: black;
}

/* Utility */

.h1-lg {
	font-size: 3em;
	line-height: 1.333em;
	font-weight: 700;
}

.h2-lg {
	font-size: 2.25em;
	line-height: 1.361em;
}

.h3-lg {
	font-size: 1.75em;
	line-height: 1.393em;
}

.h4-lg {
	font-size: 1.125em;
	line-height: 1.5em;
}

.fw9 {
	font-weight: 900;
}

.fw8 {
	font-weight: 800;
}

.fw7 {
	font-weight: 700;
}

/* Wrapper */

.wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding-left: 2em;
	padding-right: 2em;
}

/* Header and Nav */

header {
	background-color: #fff;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	z-index: 100;
}

.wrapper-center {
	max-width: 960px;
	margin: 0 auto;
}

.nav-logo {
	height: 75px;
	margin-right: auto;
	display: flex;
	align-items: center;
	margin-top: auto;
	margin-bottom: auto;
}

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

nav {
	/*	overflow: hidden;*/
	display: flex;

	justify-content: space-between;
	align-items: center;
}

.nav-logo {
	width: 300px;
	align-self: flex-start;
}

nav a {
	padding: 30px 30px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

/* Hero */

.hero {
	margin-top: 80px;
	background-image: url(images/peak_background_2.jpg);
	background-size: cover;
	background-position: center right;
	background-attachment: fixed;
}
.video {
	margin-top: 80px;
	/* background-image: url(images/peak_background_2.jpg); */
	background-size: cover;
	background-position: center right;
	background-attachment: fixed;
}

.hero-two {
	margin-top: 80px;
	background-image: url(images/campuslaw.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 500px;
}

.hero-three {
	margin-top: 80px;
	background-image: url(images/fetes.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 500px;
}

.subhead {
	padding-top: 170px;
	text-align: center;
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.4;
	text-shadow: 1px 1px 1px black;
}

/* Services */
.services {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}

.service {
	flex: 1;
	margin-right: 100px;
}

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

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

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

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

/* About */

.about {
	padding-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*  	margin-left: calc(-50vw + 50%);
  	margin-right: calc(-50vw + 50%);*/
}
.about-head {
	color: #000;
	text-transform: uppercase;
}
.about-body {
	font-size: 1em;
	line-height: 1.6;
}

/* Clients */

.clients {
	padding-top: 100px;
	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 {
	background-image: url(images/peak_background_1.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 100px;
	/*width: 100%;*/
}
.testimonials {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 4em;
	align-items: start;
	justify-content: center;
	align-content: flex-start;
	/*transform: rotate(-8deg);*/
}

.testimonial {
	/*box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.5);*/
	border: 1px solid #000;
	border-radius: 2px;
	max-width: 400px;
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}

.testimonial-body {
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
}

.testimonial-text {
	padding: 40px;
	/*border: 1px solid #000;
	border-radius: 2px;*/
	background-color: black;
}

.testimonial-caption {
	background-color: #fff;
	padding-top: 0.5em;
	padding-bottom: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*padding: 10px 20px 2px 0;
	position: relative;
	display: block;
	text-align: right;*/
	/*margin: 0;*/
}

/*.testimonial:after {
	position: absolute;
	z-index: 2;
	content: "";
	top: -20px;
   left: -20px;
   right: -20px;
   bottom: -20px;
   border: 5px solid red;
   transform: rotate(-6deg);

}
*/
/*.testimonial:before {
	 content: "";
   position: absolute;
   z-index: 3;
   top: -15px;
   left: -15px;
   right: -15px;
   bottom: -15px;
   border: 5px solid #00b4ff;
     transform: rotate(-1deg);

}*/

/*.testimonial:first-of-type {
	margin-top: 0;
}*/
.video-position {
	position: relative;
}
.testimonial-body:before,
.testimonial-body:after {
	content: '"';
}

.testimonial-author {
	margin-top: 7px;
	line-height: 0;
	width: 100%;
	text-align: center;
}

.testimonial-company {
	line-height: 0;
}

/* Team */

.team {
	/*margin-top: 100px;*/
	background-size: cover;
	height: 500px;
	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: relative;
	top: 50px;
}

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

.team-body {
}

.team-headshot {
	/*border-radius: 20px;*/
	width: 250px;
	height: auto;
	float: right;
	margin-left: 3em;
	border: 1px solid #6b6661;
}

/* Work */

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

.work-head {
	color: #000;
	text-transform: uppercase;
}

.work-body {
	padding-bottom: 50px;
}

/* Exchanged flex class for grid class instead */
/*.work-videos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	zoom: .7;
}*/

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

.resp-image {
	width: 100%;
}

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

.resp-container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	/*border: solid 1px #000;*/
	/*box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.5);*/
}

.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Footer */

footer {
	margin-top: 100px;
	text-align: center;
	padding: 20px;
	background-color: black;
	color: white;
	position: sticky;
	width: 100%;
	clear: both;
}

.footer-body {
	font-size: 0.9em;
	opacity: 0.7;
}
