body {
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    color: #4d4d4f;
    border-right: solid 15px #ffffff;
    border-left: solid 15px #ffffff;
    position: relative;
    background-image: url('../images/Bkgd.jpg');
    background-attachment: scroll;
    background-position: center;
}

@media (min-width: 768px) {
    body {
        background-attachment: fixed;
    }
}

html {
    font-size: 1rem;
}

a {
    color: #3d79a9;
}

a:hover, a:focus {
    color: #f7941d;
    cursor: pointer;
}

strong {
    font-weight: 700;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #65c8d0;
}

.lead {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .lead {
        font-size: 1.25rem;
    }
}

.display-1 {
    font-size: 3rem;
}

@media (min-width: 576px) {
    .display-1 {
        font-size: 4rem;
    }
}

@media (min-width: 768px) {
    .display-1 {
        font-size: 5rem;
    }
}

@media (min-width: 992px) {
    .display-1 {
        font-size: 6rem;
    }
}


.hexagon-txt {
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    margin: 0;
    padding: 0 1.75rem;
}

@media (min-width: 576px) {
    .hexagon-txt {
        font-size: 1.25rem;
        padding: 0 1.5rem;
    }
}

@media (min-width: 768px) {
    .hexagon-txt {
        font-size: 1.25rem;
        padding: 0 1.5rem;
    }
}

@media (min-width: 992px) {
    .hexagon-txt {
        font-size: 1.75rem;
        padding: 0 1.75rem;
    }
}

@media (min-width: 1200px) {
    .hexagon-txt {
        font-size: 2rem;
        padding: 0 2.25rem;
    }
}

.hexagon {
    width: 100%;
    height: 90px;
    background-image: url('../images/Hexagon-Bkgd.svg');
    background-size: 100% auto;
}

@media (min-width: 576px) {
    .hexagon {
        height: 100px;
    }
}

@media (min-width: 992px) {
    .hexagon {
        height: 125px;
    }
}

@media (min-width: 1200px) {
    .hexagon {
        height: 150px;
    }
}

.banner-txt {
    text-align: center;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 0;
}

@media (min-width: 576px) {
    .banner-txt {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .banner-txt {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .banner-txt {
        font-size: 1.75rem;
    }
}

@media (min-width: 1200px) {
    .banner-txt {
        font-size: 2rem;
    }
}

.intro-logo {
    width: 100px;
    height: auto;
}

@media (min-width: 576px) {
    .intro-logo {
        width: 100px;
    }
}

@media (min-width: 768px) {
    .intro-logo {
        width: 115px;
    }
}

@media (min-width: 992px) {
    .intro-logo {
        width: 125px;
    }
}

.icon-hdr {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../images/Icon-Bkgd.svg') no-repeat center;
    background-size: 100% 100%;
}

.icon-ftr {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../images/Icon-Bkgd.svg') no-repeat center;
    background-size: 100% 100%;
}

.btn-primary {
    color: #ffffff;
    background-color: #f7941d;
    border-color: #f7941d;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #aa6027;
    border-color: #aa6027;
}

hr {
    border-color: rgba(61,121,169,0.5);
}

/* Utility */

.bg-transparent {
    background-color: transparent !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-orange {
    background-color: rgba(247,148,29,0.9) !important;
}

.txt-white {
    color: #ffffff !important;
}

.txt-orange {
    color: #f7941d !important;
}

.txt-50 {
    opacity: 50;
}

/* Nav */

.navbar {
    font-size: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 2px rgba(255,255,255,0.5);
}

@media (min-width: 768px) {
    .navbar {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.85);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,1);
}

.nav-link {
    padding: 0.5rem 2rem;
}

/* Sections */

#intro {
    width: 100%;
    background-color: rgba(101,200,208,0.9);
    position: relative;
}

#welcome {
    width: 100%;
    height: 75vh;
}

#OurTechnology {
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: repeat-y;
    background-position: center;
    background-image: none;
}

@media (min-width: 576px) {
    #OurTechnology {
        background-image: url('../images/bkgd-white-sm.png');
    }
}

@media (min-width: 768px) {
    #OurTechnology {
        background-image: url('../images/bkgd-white-md.png');
    }
}

@media (min-width: 992px) {
    #OurTechnology {
        background-image: url('../images/bkgd-white-lg.png');
    }
}

@media (min-width: 1200px) {
    #OurTechnology {
        background-image: url('../images/bkgd-white-xl.png');
    }
}

#collaborate {
    width: 100%;
    height: auto;
    position: relative;
}

#banner {
    height: auto;
    width: 100%;
    padding: 5rem 0;
    color: #ffffff;
    background-color: rgba(61,121,169,0.9);
}

#footer {
    height: auto;
    width: 100%;
    background-color: rgba(77,77,79,0.9);
    padding: 5rem 0;
    position: relative;
}

#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}
