/*-----------------------------------------------------------------------------------
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/css2?family=Bai+Jamjuree:wght@200;500&family=Montserrat:wght@100;200;400;500&display=swap');
a {
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.4em;
    color: #22233b;
}

 

.navbar-toggler > span {
    color: white !important;
}

.navbar-toggler-icon {
    color: white !important;
}


.varovat-logo {
    width: 150px;
    height: 64px;
    padding-top: 5px;
}

.header {
    font-size: 130px;
    font-weight:100;
    margin-top:-70px;
}
 
 
.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;
  }
   

.navbar-shift {
 }

 

header { 
}

.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;
} 

.headline {
    font-size: 48px;
    font-weight: 800;
}

.download-area .btn-icon,
.header-area .btn-icon {
    margin-right: 15px;
}
  

.fa-bars{
    font-size: 1.7em;
}

.fixed-bars {
    position: absolute;
    right: 15px;
    top: 15px;
}

.navbar-light {
    background: red;
    /* For browsers that do not support gradients */ 
}

.navbar-dark {
    background: red;
    /* For browsers that do not support gradients */ 
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 
        luis luis luis this is the gradient

    */
}
.white {
    color: white !important;
}
 
.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; 
}

.master-card {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}


.shadow {
    box-shadow: 5px 15px 140px 3px black !important;
}

.varovat-app > img {
    width: 100%;
    max-width: 300px;
}

.copyright {
    font-weight: 100; 
    font-size: .7em;
    margin-left: 15px;
    color:white;
    float:right;
}

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; 
}

.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. */

 
 

