/*-----------------------------------------------------------------------------------
Copyright 2018 — Peter D. Mobley DBA Geogram - Geogram.com - peter@geogram.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this 
software and associated documentation files (the "Software"), to deal in the Software 
without restriction, including without limitation the rights to use, copy, modify, 
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to 
permit persons to whom the Software is furnished to do so, subject to the 
following conditions:

The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-----------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

a {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.4em;
    color: #22233b;
}

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #56576e;
}

.navbar-toggler > span {
    color: white !important;
}

.navbar-toggler-icon {
    color: white !important;
}


.varovat-logo {
    width: 150px;
    height: 64px;
    padding-top: 5px;
}

.header {
    font-size: 5em;
}
.vcenter {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

 
.sps {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
    padding-top: 15px;
    margin-left: 0px;
    padding-bottom: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  
  .sps--abv {
    background: none;
  }
  
  .sps--blw {
    background: #00c3ff;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #00c3ff, #003f9c, #6f00ff);
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -o-linear-gradient(left, #00c3ff, #003f9c, #6f00ff);
    background: linear-gradient(to right, #00c3ff, #003f9c, #6f00ff);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.486) 0px 5px 30px 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .parallax {
      background: linear-gradient(
        rgb(0, 140, 255),
        rgba(0, 64, 116, .8),
        rgba(0, 64, 116, .8),
        rgba(127, 29, 255, 0.425)
        
      ), url('/img/varovat/4915614981-iStock.jpg');
      height: 100%;
      padding: 250px 0px;
      background-attachment: fixed;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
  }

  .qna {
      background-color: rgba(255, 255, 255, 0.5);
      padding: 15px;
      color: black;
  }
  .qna-padding {
      padding: 15px;
  }

.navbar-shift {
 }

 

header { 
    background: #003f9c !important;
    /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(left, #00c3ff, #003f9c, #6f00ff) !important;
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -o-radial-gradient(left, #00c3ff, #003f9c, #6f00ff) !important;
    background: radial-gradient(to right, #00c3ff, #003f9c, #6f00ff) !important;
}

.navbar-btn {
    padding: 10px 30px;
    background-color: #ffffff;
    border: white solid 1px;
    color: black;
    display: inline-block;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
}

.navbar-btn.active,
.navbar-btn:hover {
    color: #ffffff;
    background: none;
    /* border: white solid 1px; */
}

.navbar-btn.active:hover {
    background-color: #ffffff;
    color: black;
    text-decoration: none;
}

.nav-link {
    margin-right: 10px;
}

.first-section {
    padding: 150px 0px;

}

.about {
    padding: 50px 50px;
}

.about img {
    width: 350px;
}

.img-center {
    text-align: center;
}

.about-text p{
    color: black;
}

.about-text h2{
    margin-top: 40px;
    color: black;
}

section >  p {
    color: black;
}

.header-area {
   /* position: relative; */
    height: auto;
    min-height:100%;
    width: 100%;
    background: url('img/header-bg-1.jpg') no-repeat scroll right bottom / 100% auto;
    
}

.headline {
    font-size: 48px;
    font-weight: 800;
}

.download-area .btn-icon,
.header-area .btn-icon {
    margin-right: 15px;
}

.phone-duo {
    padding: 450px 0px;
    background: url("/img/varovat/feature-bg-phonex.png") no-repeat;
    background-size: contain;
    background-position: left center;

    z-index: -1;
}

.mobile-duo {
    visibility: hidden;
}

.lower-signup {
    padding: 15px 30px;
    background-color:rgb(0, 140, 255);
    border: white solid 1px;;
    color: white;
    display: inline-block;
    border-radius: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 100;
}

.lower-signup.active,
.lower-signup:hover {
    color: rgb(0, 140, 255);
    background: #ffffff;
    border: rgb(0, 140, 255) solid 1px;
    text-decoration: none;
}

.fa-bars{
    font-size: 1.7em;
}

.fixed-bars {
    position: absolute;
    right: 15px;
    top: 15px;
}

.navbar-light {
    background: #00c3ff;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #eeeeee, #ffffff);
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -o-linear-gradient(top, #eeeeee, #ffffff);
    background: linear-gradient(to top, #eeeeee, #ffffff);
}

.navbar-dark {
    background: #00c3ff;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #00c3ff, #003f9c, #6f00ff);
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -o-linear-gradient(left, #00c3ff, #003f9c, #6f00ff);
    background: linear-gradient(to right, #00c3ff, #003f9c, #6f00ff);
}
.white {
    color: white !important;
}

.contact {
    /*background-color: #eeeeee;*/
    height: 100%;
    padding: 150px 0px;
}

.contact-form {
    width: 100%; 
    height: 50px; 
    padding: 5px; 
    font-weight: 100; 
    font-size: 18px; 
    margin-bottom: 15px;
}

.thin {
    font-weight: 100;
}

.icon {
    font-size: 18px;
    margin: 0px 10px;
    padding: 0px;
}

.card-center {
    position: absolute;
    top: 40%;
    margin-top: -200px; 
    border-radius: 10px;
}

.send-card {
    left: 50%;
    width: 370px;
    opacity: 0;
    margin-left: -185px; /* margin is -0.5 * dimension */
}

.sent-card {
    left: 50%;
    margin-left: -185px; /* margin is -0.5 * dimension */
    width: 370px;
    /*background-color: #eeeeee;*/
}

.master-card {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}


.shadow {
    box-shadow: 5px 15px 140px 3px black !important;
}

.varovat-app > img {
    max-width: 300px;
}

.copyright {
    font-weight: 100; 
    font-size: .7em;
    margin-left: 15px;
    color:white;
}

img.nav-logo-light {
    width:120px; 
    height:51px; 
}

img.nav-logo-dark {
    width:110px; 
    height:51px; 
}

.blue-wash {
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
    background: #00c3ff;
    /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(left, #00c3ff, #003f9c, #6f00ff);
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -o-radial-gradient(left, #00c3ff, #003f9c, #6f00ff);
    background: radial-gradient(to right, #00c3ff, #003f9c, #6f00ff);
}

.text-light > h1, h2, h3, h4, h5, h6, p {
    color: white;
}

.action-btn {
    border: 1px white solid;
    color: white;
    font-weight: 100;
    font-size: 1em;
    border-radius: 25px;
    padding: 10px 25px;
    margin: 20px;
}

.right {
    float: right;
}

.action-btn:hover {
    background-color: #00c3ff;
    text-decoration: none;
    color: white;
    border-color: #00c3ff;
}

nav > div > div.navbar-collapse > ul > li > a:active {
    font-weight: 400;
}

.navbar-close {
    visibility: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    background: none;
    border: none;
}

.navbar-close > span {
    color: white;
    font-size: 1.5em;
}

.dark {
    color: black; 
}
/* Medium Layout: 1280px. */

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .master-card {
        width: 992px;
        left: 50%;
        margin-left: -496px;
    }

}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .master-card {
        width: 768px;
        left: 50%;
        margin-left: -384px;
    }

    .about img {
        width: 250px;
    }


    .header {
        font-size: 3em;
    }

    .navbar-close {
        visibility: visible;
        margin: 0px;
        padding: 0px;
    }


    .navbar-collapse {
        background-color:rgba(0, 0, 0, .9);
        font-size: 24px;
        position: absolute;
        height: 100vh;
        width: 100vw;
        left:0;
        top:0;

    }

    .navbar-collapse > ul {
        margin-left: 50px !important;
        margin-top: 50px !important;
    }
    .dropdown-menu{
        padding: 0;
    }

    .dropdown-divider{
        visibility: hidden;
        margin: 0;
        border: none;
    }
    .dropdown-menu a{
        font-size: 24px;
        background-color:rgb(0, 0, 0);
        color: white;
    }

    .navbar-btn {
        padding: 10px 0px;
        background-color: none;
        border: none;
        color: white;
        display: inline-block;
        border-radius: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        font-weight: 100;
    }
    
    .navbar-btn.active,
    .navbar-btn:hover {
        color: #ffffff;
        background: none;
        /* border: white solid 1px; */
    }
    
    .navbar-btn.active:hover {
        background: none;
        color: white;
        text-decoration: none;
    }

    .phone-duo {
        padding: 150px 0px;
    }

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    


    .master-card {
        width: 96%;
        left: 50%;
        margin-left: -48%;
    }

    .header {
        font-size: 1.8em;
    }

    .center-when-small h1 {
        text-align: center;
    }
    .center-when-small h3 {
        text-align: center;
        font-size:medium;
        margin-bottom:30px !important;
    }


    .about {
        padding: 0px;
        margin-bottom: 50px;
    }

    .about-text h2{
        text-align: center;
    }

    .about-text p{
        text-align: center;
    }

    .center-when-small p {
        text-align: center;
    }

    .center-when-small {
        margin-bottom: 50px;
    }
    
    .first-section {
        margin-top: 50px;
        margin-bottom: 0px;
        padding: 30px 0px ;
    }

    .vcenter {
        position: absolute;
        left: 0;
        width: 100%;
        margin-top: 200px;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

    }

    .navbar-btn {
        padding: 10px 0px;
        background-color: none;
        border: none;
        color: white;
        display: inline-block;
        border-radius: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        font-weight: 100;
    }
    
    .navbar-btn.active,
    .navbar-btn:hover {
        color: #ffffff;
        background: none;
        /* border: white solid 1px; */
    }
    
    .navbar-btn.active:hover {
        background: none;
        color: white;
        text-decoration: none;
    }

    header {
        overflow: hidden;
    }

    .about img {
        width: 100%;
        padding: 0px 40px;
    }

    .varovat-app img {
        max-width: 200px;
    }
    .varovat-appx img {
        height: 75% !important;
    }


    .card-center {

        position: relative !important;
        top: 0 !important;
        margin-top: 50px !important;
        border-radius: 10px !important;

    }

    
    .send-card {
        left: 50%;
        width: 90%;
        opacity: 0;
        margin-left: -45%; /* margin is -0.5 * dimension */
    }
    
    .sent-card {
        left: 50%;
        width: 90%;
        margin-left: -45%; /* margin is -0.5 * dimension */
        /*background-color: #eeeeee;*/
    }

    .navbar-close {
        visibility: visible;
        margin: 0px;
        padding: 0px;
    }


    .navbar-collapse {
        background-color:rgba(0, 0, 0, .9);
        font-size: 24px;
        position: absolute;
        height: 100vh;
        width: 100vw;
        left:0;
        top:0;
    }

    .navbar-collapse > ul {
        margin-left: 50px !important;
        margin-top: 50px !important;
    }
    .dropdown-menu{
        padding: 0;
    }

    .dropdown-divider{
        visibility: hidden;
        margin: 0;
        border: none;
    }
    .dropdown-menu a{
        font-size: 24px;
        background-color:rgb(0, 0, 0);
        color: white;
    }

    .phone-duo {
        padding: 50px 0px 50px 0px;
        background: none;
    }

    .mobile-duo {
        margin-top: 100px;
        visibility: visible;
        padding-bottom: 50px;
        width: 100%;
        overflow: hidden;
    }

    .empire {
        padding: 60px;
    }

    .contact {
        padding-bottom: 0px;
        padding-top: 50px;
        
    }

    .parallax {
        padding: 50px 0px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}