h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #62b10d; }

img {
  max-width: 100%; }

.text_pink {
  color: #ec4c86; }

body {
  min-width: 320px;
  font: 16px/1.3 "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 200; }
  body.welcome_page .main {
    padding: 0; }
    body.welcome_page .main .container {
      top: -10vh; }

.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  min-height: 100vh; }

.header {
  padding: 20px 0; }

.logo img {
  max-width: 150px; }

.footer {
  padding: 20px 0; }

.main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  min-height: 65vh;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 50px 0; }
  .main > .container {
    position: relative;
    z-index: 50; }

.features {
  padding: 50px 0; }

.hero_section {
  padding-top: 50px;
  color: #fff;
  background-color: #4A4A4A; }
  .hero_section h2 {
    color: #fff; }
  .hero_section .wow_img {
    max-width: 250px;
    margin-bottom: -8px; }
  .hero_section .pb-150 {
    padding-bottom: 150px; }

.promo_text {
  font-size: 24px;
  color: #9B9B9B; }

.inline-install {
  position: relative;
  font-weight: 200;
  font-size: 26px;
  padding: 10px 70px 10px 10px;
  line-height: 1.2; }
  .inline-install:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 5px;
    width: 45px;
    height: 45px;
    background: url(../img/logos/cws_icon.png) no-repeat center center;
    background-size: contain; }
  .inline-install small {
    font-weight: 200;
    font-size: 14px;
    display: block;
    color: #ccc; }

.brand_hr {
  position: relative;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem; }
  .brand_hr:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: #fff;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    border-radius: 50%; }
  .brand_hr:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-image: url(../img/icons/emoji_icon_rgay.png);
    background-repeat: no-repeat;
    background-size: contain; }

#clouds_bg_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }

.cloud {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  .cloud.sm {
    width: 150px;
    height: 104px;
    background-image: url(../img/cloud_sm.png); }
  .cloud.md {
    width: 217px;
    height: 152px;
    background-image: url(../img/cloud_md.png); }

.x1 {
  animation: animateCloud 35s linear infinite;
  -ms-transform: scale(0.65);
      transform: scale(0.65); }

.x2 {
  animation: animateCloud 20s linear infinite;
  -ms-transform: scale(0.3);
      transform: scale(0.3); }

.x3 {
  animation: animateCloud 30s linear infinite;
  -ms-transform: scale(0.5);
      transform: scale(0.5); }

.x4 {
  animation: animateCloud 18s linear infinite;
  -ms-transform: scale(0.4);
      transform: scale(0.4); }

.x5 {
  animation: animateCloud 25s linear infinite;
  -ms-transform: scale(0.55);
      transform: scale(0.55); }

/* CLOUDKEYFRAMES */

@keyframes animateCloud {
  0% {
    margin-left: -1000px; }
  100% {
    margin-left: 100%; } }
