@charset "UTF-8";

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

.gray-bg {
    background-color: #f8fef2;
}

.section-padding {
    padding: 100px 0 0 0;
}

.section-heading {
    margin-bottom: 80px;
}

.section-heading > h2 {
    font-weight: 300;
    color: rgb(0, 0, 0);
    font-size: 48px;
    margin: 0;
}

.line-shape-white,
.line-shape {
    width: 80px;
    height: 2px;
    background-color: #595959;
    margin-top: 15px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

h1 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.hero .btn-outline-light:hover,
.btn-outline-light:hover {
    background-color: white;
    color: rgba(78, 77, 77, 0.12);
}

.header-bg {
    height: 250px;
    background: #141b5e;
    background: -webkit-linear-gradient(to right, #2d2ab2, #1a205e);
    background: linear-gradient(to right, #2166b2, #161c5e);
}

.header-content {
    text-align: center;
    margin-top: 90px;
}

.header-content h1 {
    font-size: 70px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.line-shape-heading {
    width: 150px;
    height: 4px;
    background-color: white;
    margin-top: 10px;
}

.line-shape-heading {
    margin-left: calc(50% - 75px);
}

.text p, ul {
    font-size: 20px;
    text-align: justify;
}

.text li {
    margin: 0 0 10px 0
}

.text .section-heading {
    margin-bottom: 50px;
}

.text .section-heading:not(.first-heading) {
    margin-top: 100px;
}

.text a {
    font-weight: 500;
    color: #2166b2;
}

.subsection {
    text-align: center;
    font-weight: 400;
    margin: 70px 0 15px 0;
}

.frame {
    margin-top: 40px;
}

.screenshot {
    width: 50%;
    margin: 40px auto;
}

.screenshot img:hover {
    box-shadow: 0 0 2px 1px rgba(37, 126, 214, 0.5);
    cursor: pointer;
}

#map {
    width: 100%;
    height: 500px;
}

.image {
    position: relative;
    display: inline-block;
    border: 0;
    outline: 0;
}

.image img {
    display: block;
    width: 100%;
}

.image.fit {
    display: block;
    float: left;
    width: 100%;
    margin: 0 2em 2em 0;
}
.image.fitleft{
    display: block;
    float: left;
    width: 40%;
    margin: 0 2em 2em 0;
    cursor: zoom-in;
    border-radius: 5px;
    transition: 0.3s;
}

.image.fitright{
    display: block;
    float: right;
    width: 40%;
    margin: 0 0 2em 2em;
    border-radius: 5px;
    cursor: zoom-in;
}

.image.fitcentered{
    display: block;
    width: 40%;
    margin: 0 auto;
    cursor: zoom-in;
}


.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;  /* to change the distance btw image and text */
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

.navbar-brand {
    font-size: 1.50rem;
}

.navbar-brand span {
    font-size: 1.10rem;
}

.nav-menu {
    padding: 1rem 0;
    transition: al 0.3s ease;
    background: #161c5e;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #161c5e;
    -webkit-box-shadow: 0 5px 23px 0 rgba(33, 102, 178, 0.1);
    -moz-box-shadow: 0 5px 23px 0 rgba(33, 102, 178, 0.1);
    box-shadow: 0 5px 23px 0 rgba(33, 102, 178, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
    font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(33, 102, 178, 0.93);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-link {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-nav > .nav-item > .nav-link.active:after {
        content: "";
        border-bottom: 2px solid white;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media screen and (max-width: 767px) {

    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }
}
