@charset "utf-8";

body {
    background-color: #222;
}

a, .jumbotron a {
    color: #ff7800;
    text-decoration: underline;
    transition: all .2s;
}

a:hover, .jumbotron a:hover {
    color: #ff0000;
}

ul {
    padding-left: 30px;
    display: block;
}

ul > li {
    display: list-item;
    font-size: 1.2em;
    padding: 2px 0;
}

h1 {
    display: block;
}

label {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    padding-top: 3px;
}

.jumbotron p {
    font-size: 1.4em;
}

.btn {
    display: block;
}

.has-error input {
    background-color: #ffdadc;
}

.cover {
    color: rgb(255, 255, 255);
    position: relative;
    min-height: 350px;
    background: #EEE;
}

.navbar.navbar-inverse {
    background-color: #000;
    margin-bottom: 0;
}

.navbar .navbar-brand {
    height: inherit;
    padding-left: 23px;
}

.navbar a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 15px;
        font-size: 20px;
    }
}

button.navbar-toggle {
    display: none;
}

.row {
    width: 100%;
}

#pagescroll-container {
    position: fixed;
    bottom: 15px;
    top: auto;
    width: 100%;
    text-align: center;
    z-index: 999;
}

#pagescroll {
    color: #FFF;
    font-size: 22px;
    padding: 15px;
    border: solid 2px #FFF;
    border-radius: 30px;
    opacity: 0.8;
    cursor: pointer;
    transition: all .5s;
    background: #333;
}

#pagescroll:hover {
    background: #000;
    opacity: 1;
}

#pagescroll.scrollup {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

#first-page {
    background-image: url(/images/3D-Map.jpg);
    height: 100vh;
}

#products-services {
    background-image: url(/images/Honeycomb.jpg);
}

#about-us {
    background-image: url(/images/Mountains.jpg);
}

.page {
    background-size: cover;
<!--[if lte IE 9]-->
    -ms-behavior: url(/backgroundsize.min.htc);
<!--[endif]-->
    background: no-repeat center;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.6) inset;
    padding: 5%;
}

.jumbotron, .container-fluid .jumbotron {
    background: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 1);
    padding: 0;
}

@media (max-width: 767px) {
    .container-fluid {
        padding-right: 0;
    }
    .page {
        padding: 10px 0 0 10px;
    }
    /* Hide jump buttons for smaller devices */
    button.jump-button {
        display: none;
    }
}

.jumbotron.light {
    color: #000;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
}

#topFixedNavbar {
    height: 150px;
}

.feature-heading {
    font-size: 2.5em;
    padding: 3px 20px;
    border: solid 1px #00151d;
    background-color: #0076a3;
    display: block;
}

.feature-section-container {
    max-width: 600px;
    margin-top: 15px;
    margin-left: auto;
    text-align: left;
}

.feature-section {
    display: inline-flex;
}

.feature-content {
    margin-right: 10px;
    color: #000;
}

.feature {
    padding: 15px;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    border: solid 1px #333;
}

.feature:first-of-type {
    box-shadow: inset 0 6px 6px -4px #333;
    -webkit-box-shadow: inset 0 6px 6px -4px #333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

.feature-section .heading {
    width: 100%;
    line-height: 1.5em;
    margin-top: 3px;
    margin-bottom: 10px;
}

.feature-section .heading-under {
    position: relative;
    top: -2px;
}

.feature-section .heading-bullet {
    font-size: 1.8em;
    font-weight: bold;
    color: #0076a3;
    display: inline;
    padding-right: 10px;
}

.feature-content .title {
    font-size: 1.8em;
    display: inline;
}

.feature-content .title > a {
    color: #000;
}

.feature-content p {
    margin: 8px 0;
    font-size: 1.2em;
    line-height: normal;
}

.feature-content img {
    border-radius: 3px;
    border: solid 1px rgba(0, 0, 0, 0.3);
}

.feature-content .spacer {
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    margin: 0;
}

.feature-content ul > li {
    font-size: 1.1em;
}

footer {
    background-color: #222;
    color: #DDD;
    padding: 25px;
    border-top: solid 1px #FFF;
}

.profile-links {
    float: right;
}

.profile-links img {
    border: solid 2px #FFF;
    border-radius: 3px;
    margin-bottom: 3px;
}

#contact-form {
    width: 100%;
}

#contact-form {
    padding: 15px 10px;
    background: rgba(0, 0, 0, 0.6);
    border: solid 1px rgba(255, 255, 255, 0.6);
    border-radius: 3px;
}

#contact-form > table {
    width: inherit;
}

#contact-form td {
    padding: 5px;
}

#contact-form th {
    padding: 5px;
}

img.portrait {
    margin: 10px;
    border: solid 1px rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    float: right;
}

/* Dialog styles */

#dialog-modal-blackout {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    z-index: 9999;
    display: none;
}

#dialog {
    position: fixed;
    width: 450px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    border: solid 1px rgba(255, 255, 255, 0.8);
    z-index: 10000;
    border-radius: 10px;
    vertical-align: middle;
    display: none;
}

#dialog .content {
    font-size: 16px;
    color: #EEE;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#dialog .icon {
    display: none;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#dialog .icon.success {
    background-image: url(/images/Icon_Success.png);
}

#dialog .icon.error {
    background-image: url(/images/Icon_Error.png);
}

#dialog .message {
    display: block;
}

.social-icon {
    display: inline-block;
    padding: 10px 10px 20px 10px;
}

.btn-lg {
    border-radius: 3px;
}

.btn-primary {
    background-color: #008bca;
    border-color: #184063;
    transition: all .2s;
}

.btn-primary:hover {
    background-color: #1fa3de;
    border-color: #000000;
}