﻿
.navbar-brand {
    max-width: 65px;
}

#mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus {
    color: #222;
}

    #mainNav .navbar-nav > li > a.active, #mainNav .navbar-nav > li > a:hover {
        color: rgba(57,78,117, 1) !important;
        background-color: transparent;
    }

header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
    background: url("atlasconcepts/img/bg-pattern.png");
    background: url("atlasconcepts/img/bg-pattern.png"), -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
    background: url("atlasconcepts/img/bg-pattern.png"), linear-gradient(to left, #f0f0f0, #f9f9f9);
}

    header.masthead .header-content h1 {
        font-size: 50px;
        color: #222;
    }

.btn.btn-outline {
    background-color: rgba(57,78,117, 1);
    border: 1px solid transparent;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #ffffff;
    border-color: transparent;
    background-color: rgba(57,78,117, 0.9);
}

body {
    padding-top: 50px;
}

#mainNav {
    border-color: rgba(34,34,34,.05);
    background-color: #ffffff;
}

/* Logo and Map */

.navbar.navbar-expand-lg.navbar-light.fixed-top .logo {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease-in;
}

.navbar.navbar-expand-lg.navbar-light.fixed-top.navbar-shrink .logo {
    visibility: visible;
    opacity: 1;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }


/* Spacing */

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-bottom-150 {
    margin-top: 150px;
    margin-bottom: 150px;
}

/* Colors */

.bg-primary {
    background: rgba(57,78,117, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(#fdcc52), to(#fdc539));
    background: linear-gradient(rgba(57,78,117, 1), rgba(57,78,117, 0.9));
}

.text-primary {
    color: rgba(57,78,117, 1);
}

.bg-primary .text-muted {
    color: #ccc !important;
}

/* General */



/*Sections*/

/* Mission */

section.mission {
    position: relative;
    padding: 150px 0;
    color: #ffffff;
}

    section.mission h2 {
        font-size: 50px;
        margin-top: 0;
    }

    section.mission .badges .badge-link {
        display: block;
        margin-bottom: 25px;
    }

        section.mission .badges .badge-link:last-child {
            margin-bottom: 0;
        }

        section.mission .badges .badge-link img {
            height: 60px;
        }

@media (min-width: 768px) {
    section.mission .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    section.mission h2 {
        font-size: 70px;
    }
}

/* Services */

section.services .section-heading h2 {
    margin-top: 0;
}

section.services .section-heading p {
    margin-bottom: 0;
}

section.services .device-container,
section.services .feature-item {
    max-width: 325px;
    margin: 0 auto;
}

section.services .device-container {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    section.services .device-container {
        margin-bottom: 0;
    }
}

section.services .feature-item {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

    section.services .feature-item h3 {
        font-size: 30px;
    }

    section.services .feature-item i {
        font-size: 80px;
        display: block;
        margin-bottom: 15px;
        background: -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
        background: linear-gradient(to left, #7b4397, #dc2430);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

/* Contact */

section.contact {
    text-align: center;
    margin: 0;
    padding: 0;
}

section.cta .cta-content h2 {
    font-size: 60px;
}
