

/* Colors: 00aeef 346291 */

.light-blue {
    color: #00aeef;
}
.dark-blue {
    color: #346291;
}

h2 {
    color: #00aeef;
}

.intro-text {
    font-size: 2.0em;
}


body {
    margin-bottom: 50px; /* must match footer height */
    padding-top: 80px; /* menu height */

    background-image: url('/public/img/bg.png');
    background-attachment: fixed;
}

hr {
    color: #00aeef;
    background-color: #00aeef;
    height: 1px;
}

.contact-text {
    font-size: 1.5em;
}

.why-text {
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
    color: #346291;
}
.list-left-text {
    font-size: 1.4em;
    font-weight: bold;
    color: #346291;
}
.list-right-text {
    font-size: 1.2em;
}


/* Padding */

.mar-20 {
    margin-top: 20px;
}

/* Nav */

.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar {
    background: transparent;
    background: rgba(100, 100, 100, 0.05);
}

.navbar-default .navbar-nav .active a {
    background-color: transparent;
    border: 1px solid #497ad2;
}

.navbar-brand {
    padding: 8px 18px;
}

.navbar-nav {
    margin: 14px;
}

.navbar-toggle {
    margin: 20px 5px;
}

.navbar.scrolled {
    background: rgb(250, 250, 250);
    background: rgba(250, 250, 250, 0.95);
}

#hero-image {
    position: relative;
    margin-top: -80px;
    background: #555 url("/public/img/hero.jpg") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


/* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
}
.foot-cont {
    background-color: #f5f5f5;
}




.feature-img {
    margin-top: 20px;
    width: 200px;
    height: 150px;
}
