/* Top Photos Section */

#top-photo h1 {
  font-size: 50px;
}

#top-photo .header-content {
  width: 100%;
  top: 50%;
  position: absolute;
  display: block;
  transform: translateY(-50%);
}

#top-photo {
  position: relative;
  color: #fff;
  height: 360px;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-image: url(../img/product/banner.png);
}

/* Common */
.col-right {
  text-align: right;
  padding-right: 20px;
}

section#security div.security-row-title {
  margin-top: 0;
}
section#security .security-row-title,
section#feature-1 .feature-1-title,
section#feature-2 .feature-2-title,
section#feature-3 .feature-3-title,
section#feature-4 .feature-4-title,
section#subscribe .subscribe-title {
  letter-spacing: 0.2px;
  font-weight: 800;
  font-size: 25px;
  margin-top: 40px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 25px;
}

section#feature-2 div.feature-2-title,
section#feature-4 .feature-4-title,
section#subscribe .subscribe-title {
  color: #ffffff;
}

/* Feature 1,3 section */

section#feature-1 {
  padding: 50px 0 30px 20px;
}
section#feature-3 {
  padding: 70px 0 70px 20px;
}
section#feature-1 .feature-1-snippet,
section#feature-3 .feature-3-snippet {
  margin: 30px 0;
  font-size: 17px;
}
section#feature-1 img,
section#feature-3 img {
  max-width: 100%;
  max-height: 400px;
}


/* Channels section */

section#feature-2,
section#feature-4 {
  background-color: #3f51b5;
}

section#feature-2 {
  padding: 70px 0 60px 20px;
}
section#feature-4 {
  padding: 65px 0 60px 20px;
}
section#feature-4 .feature-4-title {
  margin-top: 70px;
}
section#feature-2 .feature-2-snippet {
  margin-top: 50px;
}
section#feature-4 .feature-4-snippet {
  margin-top: 30px;
}
section#feature-2 .feature-2-snippet,
section#feature-4 .feature-4-snippet {
  color: #ffffff;
  font-size: 17px;
}
section#feature-2 img,
section#feature-4 img {
  max-width: 100%;
  max-height: 400px;
}




/* Security Section */

section#security {
  padding: 70px 0 30px 20px;
}
section#security .badge {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
}
section#security #siteseal img {
  margin-top: 25px;
  margin-bottom: 15px;
  height: 35px;
}
section#security .security-title {
  font-size: 16px;
  margin: 10px 0 10px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #33475b;
}
section#security .security-snippet {
  font-size: 16px;
  color: #6d6d6d;
}
.security-section {
  padding: 30px 0;
  text-align: center;
}


/* Subscribe section */

section#subscribe {
  background-color: #3f51b5;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
}

section#subscribe .email-field {
  color: #000;
}
section#subscribe #email-submit-button {
  color: #000;
  background: #f1f1f1;
}



/* skews */
section#feature-2,
section#feature-4 .container-fluid {
  transform: skew(0deg, 2deg);
}

section#feature-2 .container-fluid,
section#feature-4 {
  transform: skew(0deg, -2deg); 
}
