body {
  padding-top: 66px;
  font-family: Roboto;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}

h2 {
  margin: 0px 0px 32px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin: 0px 0px 6px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #000;
}

.logo {
  margin-bottom: 0px;
  padding-left: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Lato, sans-serif;
  color: #249cff;
  font-size: 43px;
  line-height: 40px;
  font-weight: 300;
}

.logo:hover {
  color: #fff;
}

.hamburger-icon {
  color: #fff;
  font-size: 31px;
}

.hamburger-icon:hover {
  color: #249cff;
}

.section {
  color: #5c5c5c;
}

.section.grey {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #d1d1d1;
  font-family: 'Open Sans', sans-serif;
  color: dimgrey;
}

.section.footer {
  padding: 35px 20px;
  background-color: #afb1b3;
}

.section.photos {
  position: static;
  display: block;
  padding-top: 70px;
  padding-bottom: 0px;
  background-color: #3d3d3d;
  color: #4d4d4d;
}

.menu-button {
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #272832;
}

.menu-button:hover {
  color: #249cff;
}

.menu-button.w--open {
  background-color: rgba(39, 40, 50, .9);
  color: #fff;
}

.menu-button.w--open:hover {
  background-color: #1e1f26;
  color: hsla(0, 0%, 100%, .83);
}

.nav-menu {
  position: absolute;
  left: 20px;
  display: block;
  max-height: 400px;
  max-width: 300px;
  margin-top: 66px;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: rgba(39, 40, 50, .9);
}

.nav-link {
  margin-left: 44px;
  padding: 20px 20px 20px 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
}

.nav-link:hover {
  color: #249cff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #249cff;
}

.social-wrapper {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: 44px;
  padding: 20px 20px 20px 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: left;
}

.social-icon {
  width: 23px;
  margin-right: 15px;
}

.social-link {
  margin-right: 16px;
}

.social-link:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.photo-row {
  background-color: #272832;
  background-image: -webkit-linear-gradient(0deg, #ff0048, #f53d00);
  background-image: linear-gradient(90deg, #ff0048, #f53d00);
}

.photo-row.teal {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background-image: none;
}

.photo-link {
  position: relative;
  display: block;
  width: 25%;
  height: 350px;
  float: left;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #fff;
  text-decoration: none;
}

.photo-link:hover {
  opacity: 0.5;
}

.photo-link.michio-kaku {
  background-image: url('../images/mk-rjh-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-property: none;
  transition-property: none;
}

.photo-link.michio-kaku:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.photo-link.robert-holtz {
  background-image: url('../images/robertholtz_press.jpg');
  background-position: 50% 0px;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.photo-link.robert-holtz:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
}

.photo-link.gary-shapiro {
  background-image: url('../images/d2-rjh-gary_shapiro02.jpg');
  background-position: 0% 16%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-property: none;
  transition-property: none;
}

.photo-link.gary-shapiro:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.third-width {
  width: 33.333%;
}

.main-heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-weight: 300;
}

.photo-caption {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -60px;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 19px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, .34);
}

.photo-caption:hover {
  color: #86c8ff;
}

.footerlogo {
  max-width: 50%;
  font-family: 'Open Sans', sans-serif;
  color: #797979;
  font-size: 33px;
  line-height: 33px;
  font-weight: 300;
}

.footerlogo:hover {
  color: #000;
}

.footer-icon {
  color: #fff;
  font-size: 40px;
}

.footer-icon:hover {
  -webkit-transform: scale(1.41);
  -ms-transform: scale(1.41);
  transform: scale(1.41);
}

.footer-social-link {
  margin-left: 24px;
  opacity: 0.2;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #fff;
}

.footer-social-link:hover {
  opacity: 0.77;
}

.social-footer-wrap {
  position: relative;
  font-size: 26px;
  line-height: 30px;
  text-align: right;
}

.slidermotto {
  height: auto;
}

.slide {
  padding-top: 170px;
  padding-bottom: 250px;
  background-image: url('../images/dark-laptop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide._2 {
  padding-bottom: 250px;
  background-image: url('../images/johnny-lam-connect.jpg');
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/sand.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-nav-motto {
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 7px;
}

.brand-link.w--current {
  display: block;
}

.mottotitle {
  font-family: 'Open Sans', sans-serif;
  color: #249cff;
  font-size: 29px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph {
  display: block;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #249cff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}

.testimonialheading {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #249cff;
  font-size: 33px;
  line-height: 33px;
  text-align: center;
}

.image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 90px;
  border: 1px solid #5c5c5c;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: left;
}

.image:hover {
  border-color: #249cff;
  -webkit-filter: none;
  filter: none;
}

.container {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.body {
  background-color: #000;
}

.slider-nav-testimonial {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  padding-top: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 7px;
}

.testimonialslider {
  background-color: #3d3d3f;
}

.testimonialtext {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  padding-right: 10%;
  padding-left: 10%;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.testimonial {
  font-size: 20px;
}

.icon-3 {
  margin-top: 60px;
  color: #249cff;
}

.icon-3:hover {
  color: #fff;
}

.icon-4 {
  margin-top: 60px;
  color: #249cff;
}

.icon-4:hover {
  color: #fff;
}

.testimonialattribution {
  color: #249cff;
  font-size: 22px;
  line-height: 23px;
  font-weight: 300;
}

.testimonialfooter {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-bottom: 80px;
}

.containernav {
  display: inline;
  margin-top: 4px;
}

.mottositeheading {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
}

.pagefooter {
  display: inline;
}

.heading {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #249cff;
  font-size: 33px;
  line-height: 33px;
  text-align: right;
}

.link-block {
  position: static;
  display: block;
  text-decoration: none;
}

.mottoblock {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url('../images/black-and-blue-full-screen.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.mottodesc {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 33px;
  font-weight: 400;
}

.mottotext {
  margin-top: 1px;
}

@media (max-width: 991px) {
  .nav-menu {
    max-width: 300px;
  }
  .social-wrapper {
    width: 725px;
  }
  .main-heading {
    font-size: 43px;
  }
  .photo-caption {
    font-size: 12px;
    line-height: 14px;
  }
  .footerlogo {
    max-width: 80%;
  }
  .paragraph {
    font-size: 21px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .heading-2 {
    font-size: 14px;
    line-height: 16px;
  }
  .testimonialtext {
    font-size: 21px;
    line-height: 27px;
  }
  .testimonialattribution {
    font-size: 19px;
    line-height: 18px;
  }
  .heading {
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 51px;
  }
  h2 {
    margin-bottom: 12px;
  }
  .navbar {
    padding-left: 10px;
  }
  .logo {
    margin-top: 9px;
    font-size: 22px;
  }
  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .section.grey {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .menu-button {
    padding: 10px;
  }
  .nav-menu {
    max-height: 300px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .nav-link {
    padding: 13px 10px;
    font-size: 22px;
  }
  .social-wrapper {
    width: 100%;
    margin-bottom: 9px;
    padding: 12px;
  }
  .photo-link {
    width: 50%;
    height: 280px;
  }
  .third-width {
    width: 100%;
  }
  .main-heading {
    padding-left: 10px;
    font-size: 32px;
    line-height: 34px;
  }
  .footerlogo {
    max-width: 100%;
    font-size: 33px;
  }
  .slidermotto {
    height: 315px;
  }
  .slide {
    padding: 50px 10px 64px;
  }
  .brand-link {
    padding-left: 0px;
    text-align: left;
  }
  .paragraph {
    display: block;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    border-left-style: none;
    font-size: 20px;
    line-height: 23px;
    text-align: left;
  }
  .image {
    position: relative;
    display: block;
    margin: 30px auto;
  }
  .testimonialtext {
    overflow: auto;
    font-size: 20px;
  }
  .testimonialattribution {
    font-size: 18px;
  }
  .heading {
    position: relative;
    overflow: visible;
    font-size: 33px;
    line-height: 36px;
    text-align: center;
  }
  .mottoblock {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .mottodesc {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .main-heading {
    padding-left: 20px;
  }
  .footerlogo {
    margin-bottom: 8px;
    text-align: center;
  }
  .footer-social-link {
    margin-right: 7px;
    margin-left: 7px;
  }
  .social-footer-wrap {
    text-align: center;
  }
  .paragraph {
    position: relative;
    display: inline-block;
    overflow: visible;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    float: left;
  }
  .column-2 {
    padding-top: 333px;
  }
  .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonialtext {
    overflow: auto;
    margin-bottom: 40px;
    padding-right: 2%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 24px;
  }
  .row {
    font-size: 12px;
  }
  .heading {
    overflow: visible;
    font-size: 25px;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .column-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
  }
}

