/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.nav-link {
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #FECC00;
}

.navbar-light .navbar-nav .nav-link {
    color: #56698F;
}

/*header style*/
.header {
    width: 100% !important;
    position: relative;
    background-image: url('../images/slider1.jpg');
    background-size: cover;
    background-position: center;
}

.description {
    padding-top: 50px;
    color: #2B6CA3;
    font-size: 2em;
}

#advantages .card-title {
    color: #56698F;
    text-transform: uppercase;
    font-size: 30px;
    /*font-family: 'Montserrat', sans-serif;*/
}

#advantage .card-text {
    color: #A0A09F;
    font-size: 16px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 200;
}

#container {
    position: relative;
    margin-top: -20px;
}

#pic2 {
    position: absolute;
    top: 104px;
    left: 37px;
    z-index: 3;
}

.bg-advantages {
    background-color: #008593;
    color: white;
}

.other-advantages .col {
    text-align: center;
}

/*header style*/
.try-it {
    width: 100% !important;
    position: relative;
    background-image: url('../images/tryit.jpg');
    background-size: cover;
    background-position: center;
    color: white;
}

#contact-form {
    height: 350px;
}

#contact-form .text {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
}

.contacts {
    color: #646666;
}

.contacts h3 {
    font-size: 40px;
}

.contacts p {
    font-size: 24px;
}

footer {
    background-color: rgba(245, 245, 245, 1);
    color: #56698F;
}

footer ul {
    padding-left: 0px;
}

footer ul li {
    list-style-type: none;
    font-size: 18px;
}

footer ul li a {
    color: #56698F;
    text-decoration: none;
}

footer ul li a:hover {
    color: #FECC00;
    text-decoration: none;
}

.border-separator {
    border-color: #56698F !important;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
/ / This is the aspect ratio height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.try-it .title {
    font-size: 40px;
}

@media screen and (max-width: 540px) {
    .description {
        font-size: 1.7em;
    }

    .try-it .title {
        font-size: 30px;
    }
}

.for-devs {
    /*background-color:#fff;*/
    color: #6b747d;
    border-collapse: separate;
    border-spacing: 0px 13px;
}

.for-devs a {
    color: #6b747d;
}

.for-devs tr {
    background-color: #fff
}