body {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: 'Roboto';
  background: #A349D9; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#A349D9, #A349D9, #FF4081); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#A349D9, #A349D9, #FF4081); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#A349D9, #A349D9, #FF4081); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#A349D9, #A349D9, #FF4081); /* Standard syntax */
}

h1 {
  font-size: 48px;
  color: #FFF;
  font-weight: 100;
  margin: 0;
  font-family: 'Gotham-Bold', 'Roboto', sans-serif;
}


.logo-wrapper {
  width: 100%;
}

.logo-wrapper img {
  width: 120px;
  padding: 60px 0 0 7%;
  max-width: 120px;
}

.logo-wrapper .nav-wrapper {
  float: right;
  margin: 60px;
  margin-right: 7%;
}

.logo-wrapper .nav-wrapper a {
  float: left;
  opacity: .5;
  font-size: 24px;
  padding: 0 15px;
  color: #FFF;
  text-decoration: none;
  font-family: 'Gotham-Bold', 'Roboto', sans-serif;
  transition: opacity .4s;
}

.logo-wrapper .nav-wrapper a:hover {
  opacity: 1;
}

.logo-wrapper .nav-wrapper svg {
  height: 30px;
}

.main {
  width: 100%;
  margin-top: -40px;
}

.text-wrapper {
  width: 34%;
  float: left;
  padding: 60px 4% 60px 7%;
}

.text-wrapper h2 {
  font-size: 40px;
  color: #FFF;
  font-weight: 100;
  margin: 0;
  margin-bottom: 30px;
}

.text-wrapper p {
  font-weight: 300;
  color: #FFF;
  font-size: 16px;
  line-height: 1.6em;
  margin: 30px 0;
  width: 80%;
}

.text-wrapper a {
  color: #212121;
  text-decoration: none;
}

.text-wrapper h6 {
  font-size: 17px;
  font-weight: 400;
  width: 160px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 35px;
  margin-top: 90px;
  color: #000;
  background-color: #FFF;
  box-shadow: inset 0px 3px 0px -1px rgba(255,255,255,0.1),inset 0px -3px 0px -1px rgba(0,0,0,0.07),1px 1px 6px rgba(0,0,0,0.05),1px 1px 6px rgba(0,0,0,0.07);
  transition: box-shadow .3s, background-color .3s;
  transition-property: box-shadow, background-color;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: initial, initial;
  transition-delay: initial, initial;
}

.text-wrapper h6:hover {
  background-color: #FFF;
  box-shadow: inset 0px 3px 0px -1px rgba(0,0,0,0.07),inset 0px -3px 0px -1px rgba(255,255,255,0.2),1px 1px 0px rgba(0,0,0,0.1),1px 1px 2px rgba(0,0,0,0.03);
}

.text-wrapper h6 img {
  height: 19.5px;
  margin-right: 7px;
  margin-bottom: -3px;
}

.basic-button {
  width: 200px;
  padding: 18px 4px;
  margin-top: 40px;
  border-radius: 40px;
  display: inline-block;
  border: none;
  font-family: 'Gotham-Bold', 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: #A349D9;
  background-color: #FFF;
  font-size: 18px;
}

.text-wrapper span {
  color: #000;
}

.text-wrapper .paper-button-0 * {
  text-transform: initial;
}

.text-wrapper svg {
  height: 22px;
  margin-right: 3px;
  margin-bottom: -3px;
}

.goog-logo {
  width: 140px;
  display: block;
  margin: 80px 32px;
  opacity: .6;
}

.image-wrapper {
  width: 50%;
  float: left;
  padding: 0 5% 0 0;
}

.image-wrapper::-webkit-scrollbar {
  display: none;
}

.frame-wrapper::-webkit-scrollbar {
  display: none;
}

.frame {
  padding: 55px 2%;
  border-radius: 30px;
  background-color: rgba(0,0,0,0.4);
  width: 40%;
  float: left;
  box-shadow: inset 0px 0px 0px -4px rgba(255,255,255,0.1),1px 1px 6px rgba(0,0,0,0.05),1px 1px 8px rgba(0,0,0,0.07);
}

.frame:first-child {
  margin: 0 2%;
}

.frame:last-child {
  margin-left: 4%;
}

.frame img, .frame video {
  width: 100%;
  border-radius: 3px;
}

.frame.multimedia img {
  display: none;
}

@media (min-width: 1400px) {
  .text-wrapper h1, .text-wrapper h2 {
    font-size: 46px;
  }
  .goog-logo {
    margin: 130px 32px;
  }
}

@media (max-width: 1200px) {
  .logo-wrapper img {
    width: 100px;
    padding: 40px 0 0 7%;
  }
  .text-wrapper h1 {
    font-size: 34px;
  }
  .text-wrapper h2 {
    font-size: 34px;
  }
  .goog-logo {
    margin: 40px 32px;
  }
}

@media (max-width: 1050px) {
  .text-wrapper {
    width: 36%;
  }
  .text-wrapper p {
    width: 84%;
  }
  .image-wrapper {
    width: 49%;
    padding: 30px 4% 0 0;
  }
}

@media (max-height: 1000px) {
  .logo-wrapper img {
    width: 110px;
    padding: 70px 0 0 7%;
  }
  .text-wrapper {
    width: 36%;
    padding: 60px 4% 40px 7%;
  }
  .text-wrapper h6 {
    margin-top: 70px;
  }
  .image-wrapper {
    width: 49%;
    padding: 0 4% 0 0;
    margin-top: -25px;
  }
}

@media (max-height: 710px) {
  .logo-wrapper img {
    width: 80px;
    padding: 30px 0 0 7%;
  }
  .text-wrapper p {
    width: 84%;
  }
  .text-wrapper h6 {
    margin-top: 50px;
  }
  .frame.multimedia video {
    display: none;
  }
  .frame.multimedia img {
    display: inline;
  }
  .image-wrapper {
    margin-top: -30px;
  }
}

@media (max-width: 980px) {
  .text-wrapper h1 {
    font-size: 30px;
  }
  .text-wrapper h2 {
    font-size: 30px;
  }
  .text-wrapper p {
    line-height: 1.45em;
    width: 90%;
  }
}

@media (max-width: 875px) {
  .logo-wrapper {
    margin: 0 30px;
  }
  .logo-wrapper img {
    width: 30%;
    padding: 60px 0 0 0;
  }
  .logo-wrapper .nav-wrapper {
    width: 100px;
    margin-bottom: 30px;
  }
  .logo-wrapper .nav-wrapper a {
    float: right;
    margin-right: 20px;
    line-height: 1.5em;
  }
  .logo-wrapper .nav-wrapper svg {
    margin-top: 8px;
    margin-left: -10px;
  }
  .text-wrapper {
    margin-top: -60px;
    width: 86%;
    text-align: center;
  }
  .text-wrapper h1 {
    font-size: 40px;
  }
  .text-wrapper h2 {
    margin-top: 10px;
  }
  .text-wrapper p {
    width: 70%;
    padding: 0 15%;
  }
  .text-wrapper h6 {
    margin: 60px auto 70px;
  }
  .goog-logo {
    margin: 0 auto 20px;
  }
  .image-wrapper {
    width: 84%;
    padding: 0 8%;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .image-wrapper .frame {
    width: 41%;
  }
  .basic-button {
    margin: 30px 0 60px;
  }
}


@media (max-width: 750px) {
  .text-wrapper h2 {
    font-size: 26px;
  }
  .image-wrapper {
    width: 80%;
    padding: 0 10%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 40px;
  }
  .frame-wrapper {
    width: 190%;
    height: 200px;
  }
  .image-wrapper .frame {
    width: 36%;
  }
  .frame.multimedia video {
    display: none;
  }
  .frame.multimedia img {
    display: inline;
  }
}

@media (max-height: 350px) {
  .text-wrapper h1 {
    font-size: 34px;
  }
  .text-wrapper h2 {
    margin-top: 0;
    font-size: 34px;
  }
}

