* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: 'arial', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

p {
  padding-bottom: 1em;
  font-family: georgia;
}

img {
  display: block;
  zoom: 90%;
}

/* START header bar */

header  {
  padding: 10px;
}

h1 img {
  margin:0 auto;
  zoom: 65%;
}

/* END header bar */




/* Main content */

.hero h2 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.8em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  font-weight: 700;
}

.hero h2 {
  font-size: 2.2em;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.logos img {
  filter: grayscale(100%);
  opacity: .4;
}

.hero {
  min-height: 400px;
  margin-top: 0px;
  background-image: url(images/img_parallax.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

/* responsive iframe START*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* responsive iframe END*/

.hero h2 {
  text-align: left;
}

.hero p {
  text-align: left;
  margin-bottom: 30px;
  max-width: 450px;
  font-size:  22px;
  line-height: 1.3;
}



.services,
.about,
.team,
.clients,
.testimonials,
.contact {
  padding-right: 25px;
  padding-left: 25px;
}

.hero h2,
.hero p {
  padding-right: 25px;
  padding-left: 25px;
}

/* Our Services START */

.services p {
  text-align: center;
  font-size: 16px;
  font-family: georgia;
  line-height: 1.8;
}

/* Our Services END */


/* Our Team START */

.team-pic img {
  border-radius: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 200px;
}

h3 {
  font-weight: 700;
  text-align: center;
  font-size: 1.2em;
}

h4 {
  font-weight: 700;
  text-align: center;
  padding-bottom: 1em;
}

/* Testimonial Styles START */

.testimonial:first-of-type {
  padding-top: 0px;
}

.testimonial {
  padding-top: 40px;
}

.testimonial p {
  padding-bottom: 0px;
}


.cite-author {
  margin-top: 10px;
}

.cite-author,
.cite-title
 {
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  font-family: sans-serif;

}

.service {
  max-width: 300px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* Testimonial Styles END */

/* Contact Us Styles START */

.contact p {
  text-align: center;
}

.hero {
  margin-bottom: -30px;
}

/* Contact Us Styles END */

@media (max-width: 770px) {
  .logos img {
    zoom: 65%;
  }
}
