html {
    height: 100%;
    margin: 0;
}

body {
    font-size: 1.25em;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

small {
    font-size: 80%;
    font-weight: 400;
}

a {
    text-decoration: none;
}

a.nav-link {
    color: #999;
    font-size: 1em;
    transition: ease-in-out .15s;
    padding-top: 0.75em;
}

a.nav-link:hover {
    color: #FFF;
    text-decoration: none;
}

.navbar.active a.nav-link {
    color: #999;
}

.navbar.active a.nav-link:hover {
    color: #000;
}

a.nav-link.active {
    color: #000;
}

.navbar.active a.nav-link.active {
    color: #000;
}

.navbar {
    transition: ease-in-out;
    transition-duration: 0.25s;
}

.navbar.active {
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
}

.navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}



.product-device {
    background-image: url('/img/pharmrefer-splash-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-header {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}

.pricing-header {
    max-width: 700px;
}

.main-content {
    flex-grow: 1;
    background-image: url('/img/pharmrefer-splash-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1134px;
}

.main-content-inner {
    background: rgba(0, 0, 0, 0.6);
    /* height: 100%; */
    flex-grow: 1;
}

@media (max-width: 991px) {
    .lights {
        background-image: none !important;
    }

    .text-container {
        text-align: center;
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        margin: 0 auto;
    }

    .home-header {
        text-align: center;
    }
}

.features {
    text-align: center;
    padding: 3em 0 3em 0;
    border-top: 1px solid #CCC;
}

.features-left {
    text-align: left;
}

.section-heading {
    font-size: 50px;
}

.section-description {
    margin: 0 auto;
    max-width: 700px;
}

.features-left .text-container {
    max-width: 500px;
}

.nav-link {
    font-size: 1.25em;
}

.img-laptop {
    width: 100%;
}

.laptop {
    overflow-x: hidden;
    width: 100%;
    text-align: center;
}

.laptop img {
    position: relative;
    left: 50%;
    display: block;
    width: 1499px;
    height: 442px;
    margin: 0 0 0 -750px;
}

.lights {
    position: relative;
    overflow: hidden;
    background-image: url('/img/pharmalarm-lights.png');
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1em;
        padding-right: 1em;
    }
}

.page {
    margin-top: 2em;
}

.footer {
    background-color: #0f6db7;
    color: #FFF;
}

.footer .text-muted {
    color: #e5e5e5 !important;
}

.footer .list-unstyled .ul {
    text-decoration: none;
    color: aqua;
}

.footer-margin {
    margin: 0 3px 0 0;
}

.btn-primary {
    background-color: #0f6db7;
    border-color: #0f6db7;
}

.btn-outline-primary {
    border-color: #0f6db7;
    color: #0f6db7;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #0f6db7;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 4px;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}


.white-box {
    border-color: #0f6db7;
    color: #0f6db7;
    background-color: #FFF;
}

.blue-box {
    color: #FFF;
    background-color: #0f6db7;
    cursor: pointer;
}

.white-box,
.blue-box {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 15px;
}

.text-box {
    font-family: 'Museo Cyrillic 500', sans-serif;
    line-height: 26px;
    font-size: 26px;
    margin: 0;
}