/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

body {
    margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img {
    border: 0px;
}

::-moz-selection {
    background-color: #31394C;
    color: #fff;
}

::selection {
    background-color: #31394C;
    color: #fff;
}

.android-header .mdl-menu__container {
    z-index: 50;
    margin: 0 !important;
}

.mdl-textfield--expandable {
    width: auto;
}

.android-mobile-title {
    display: none !important;
}

.android-header {
    overflow: visible;
    background-color: white;
}

.side-heading {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 400;
    color: #2c3e50;
    font-family: 'Lato', sans-serif;
    margin-top: 100px;
}

.side-description {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    color: #2c3e50;
    font-family: 'Lato', sans-serif;
}

.slogan-heading {
    font-size: 32px;
    line-height: 1.3;
    font-weight: bold;
    color: white;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}

.slogan-description {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
    color: white;
    font-family: 'Lato', sans-serif;
    padding-right: 10%;
}

.center-txt-heading {
    margin-top: 100px;
    text-align: center;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    color: #2c3e50;
}

.center-txt-description {
    text-align: center;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    color: #2c3e50;
}

.phone5-img {
    width: 250px;
    height: auto;
}

.chrome-image{
  width:100%;
  margin-top:50px;
}


.chrome-video {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.voblet-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.android-header .material-icons {
    color: #767777 !important;
}

.android-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
}

.android-header .mdl-navigation__link {
    color: #c6d1d8;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.android-header .mdl-navigation__link:hover{
    color: white;
}

.android-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.android-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.android-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
}

.android-navigation .mdl-navigation__link:hover {
    border-bottom: 4px solid #31394C;
}

.header-img {
    width: 28px;
    padding-right: 5px;
}

.chrome-image-border {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

.voblet-title a{
    color: white !important;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.voblet-href{
  color: white;
  text-decoration: none;
}

.youtube-iframe{
  width: 100%;
  height:auto;
}
.center-image{
  text-align: center;
}
.youtube-video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-section {
  padding-top: 50px;
  padding-bottom: 100px;
}

.header-section-wrapper {
  background-color: #31394C;
}

.mdl-layout__header-row {
  background-color: #31394C;
}

.slogan{
  margin-top: 70px;
}

.badge-wrapper {
  margin-top: 20px;
}

.badge{
  display: inline-block;
}

.get-chrome-badge {
    margin-left: 20px;
    width: 170px;
}

.play-store-badge {
    width: 180px;
    margin-left: -15px;
}

.chrome-extn-button {
  background: #3eb489;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  font-family: 'Lato', sans-serif;;
  border: none;
  border-radius: .25em;
  padding: .5em 1em;
  font-size: 1em;
  margin-bottom: 5px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1020px) {
  .get-chrome-badge {
      width: 130px;
  }

  .play-store-badge {
      width: 140px;
  }
}

@media (max-width: 839px) {
    .badge-wrapper {
        text-align: center;
        margin: 0 auto;
        padding-top: 20px;
    }

    .get-chrome-badge {
        width: 170px;
    }

    .play-store-badge {
        width: 180px;
    }

    .android-title {
        display: block !important;
    }
    .slogan-heading {
        font-size: 39px;
        line-height: 1.4;
    }

    .slogan-description {
        font-size: 18px;
        padding-right: 0px;
    }

    .voblet-section{
      margin-left: 20px;
      margin-right: 20px;
    }
    .header-section{
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .center-in-tablet{
      text-align: center;
      margin-left: 20px;
      margin-right: 20px;
    }
}

@media (max-width: 480px) {
  .get-chrome-badge {
      width: 120px;
  }

  .play-store-badge {
      width: 130px;
  }

  .center-in-phone{
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .voblet-section{
    margin-left: 15px;
    margin-right: 15px;
  }
  .slogan-heading {
      text-align: center;
  }

  .slogan-description {
     text-align: center;
     padding-right: 0px;
  }

  .youtube-video{
    margin-top: 20px;
  }

  .mdl-layout__header-row{
    padding-left: 20px;
  }
  .side-heading {
      margin-top: 20px;
  }
  .header-section{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slogan{
    margin-top: 20px;
  }
  .chrome-image{
    width:100%;
    margin-top:0px;
  }
  .center-txt-heading {
      margin-top: 0px;
  }
  .send-device-text{
    text-align: justify;
  }
}
