html,body {
    height:100%;
    width:100%;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
}

.project-image {
    height:250px;
    width:80%;
    margin:0 auto;
    background-position:center center;
    background-size:contain;
    background-repeat:no-repeat;
}

.list-group-item {
    background-color:transparent;
}

.background-icon {
    position:absolute;
    right:-25%;
    bottom:0;
    z-index:-1;
}

.background-icon .fa {
    font-size:55em;
    color:#f1f1f1;
    opacity:.75;
}

.home-sections {
    height:100%;
}

.sub-container {
    min-height:100%;
    position:relative;
}

body {
    font-family:'Source Sans Pro', sans-serif !important;
    overflow-x:hidden;
    overflow-y:scroll;
}

body:not(.home) {
    margin-top:125px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#fff;
    background-color:#2084e5;
    border-bottom-color:#fff;
}

.arrow-down .fa {
    font-size:5em;
    color:#fff;
}

.arrow-down {
    position:absolute;
    bottom:15px;
    left:0;
    right:0;
    text-align:center;
    z-index:1001;
}

.arrow-down .fa:hover {
    color:#ccc;
    cursor:pointer;
    transition:all .25s ease;
}

.full-topper {
    height:100%;
    width:100%;
    padding-top:20%;
    position:relative;
    z-index:0;
}

.full-topper::before {
    content:" ";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,.85);
    z-index:-2;
}

.full-topper-content {
    width:100%;
    text-align:center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color:#fff;
    z-index:0;
}

.full-topper-content .container {
    padding:25px;
    border-radius:4px;
}

.full-topper-content h2 {
    font-weight:300;
    font-size:4em;
    text-shadow:2px 2px 10px #000;
    letter-spacing:1.2px;
}

.full-topper-content p {
    font-size:2em;
    font-weight:300;
    text-shadow:2px 2px 10px #000;
    letter-spacing:1.2px;
}

.navbar-nav>li>a {
    padding-top:40px;
    padding-bottom:40px;
    font-size:1.2em;
    font-weight: 300;
    letter-spacing:1.2px;
    color:#fff !important;
    border-bottom:solid 2px transparent;
}

.navbar-nav>li>a:hover {
    border-bottom-color:#fff;
}

.navbar-default {
    background-color:transparent;
    border:none;
    -webkit-trasition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    border-radius:0;
    z-index:9999;
    overflow:auto;
}

.navbar-default.scrolled {
    background-color:#0C7CE8;
}

.navbar-brand {
    color:#fff !important;
    font-weight:300;
    font-size:3em;
    margin-top:10px;
    letter-spacing:1.2px;
}

.navbar-brand .fa {
    margin-right:10px;
    display:block;
    float:left;
    font-size:1.5em;
    margin-top:-5px;
}

.navbar-brand-subtitle {
    display:block;
    font-size:.56em;
    margin-top:15px;
}

.home-section {
    height:100%;
    overflow-y:hidden;
}

.home-section-content {
    color:#fff;
    font-size:2em;
    font-weight:300;
}

.home-section-fixed {
    width:100%;
    height:100%;
    position:relative;
    text-align:center;
}

.home-section-fixed::before {
    content:" ";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,.6);
}

.home-section-fixed .container-fluid {
    position:relative;
    z-index:1000;
    height:100%;
    display:table;
}

.parallax-mirror {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}

.home-section-header {
    color:#fff;
    text-align:center;
    letter-spacing:1.2px;
    margin-bottom:50px;
    font-weight:700;
    font-size:4em;
}

.home-section-middle {
    display:table-cell;
    vertical-align:middle;
}

.homepage-image {
    margin-bottom:50px;
}

.homepage-image .fa {
    color:#fff;
    text-align:center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-bottom:15px;
    margin-left:15px;
    margin-right:15px;
}

.homepage-image .fa .fa-shown {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size:.5em;
    display:block;
}

.homepage-image .fa:not(.no-padding):before {
    padding-left:10%;
}

.standards-image .fa {
    color:#aaa;
    font-size:3em;
}

.standards-image {
    margin-top:15px;
    margin-bottom:0;
    text-align:center;
}

.btn-default.btn-home, .btn-default.btn-home:active, .btn-default.btn-home:focus, .btn-default.btn-home:visited {
    background-color:transparent;
    color:#fff;
    border-width:5px;
    border-color:#fff;
    font-weight:300;
    font-size:2em;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    letter-spacing:1.2px;
    box-shadow:none;
}

.btn-default.btn-home:hover {
    border-color:#fff;
    background-color:#fff;
    color:#000;
}

footer {
    background-color:#333;
    padding:50px 0;
}

footer h6 {
    color:#fff;
    font-weight:300;
    letter-spacing:1.2px;
    text-align:center;
}

footer .footer-social-btn {
    text-align:center;
    margin-bottom:25px;
}

footer .footer-social-btn a {
    display:inline-block;
    margin:0 10px;
    color:#fff;
    opacity:.7;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

footer .footer-social-btn a:hover {
    opacity:1;
}

@media screen and (max-width:991px) {
    .navbar-nav>li>a {
        font-size:1em;
    }
    .navbar-brand .fa {
        font-size:1.2em;
        margin-top:5px;
    }
    .navbar-brand {
        font-size:2em;
    }
    .navbar-brand-subtitle {
        margin-top:5px;
        font-size:.54em;
    }
}

@media screen and (max-width:767px) {
    .navbar-brand {
        margin-top:0;
    }
    .navbar-toggle {
        margin-bottom:20px;
        margin-top:20px;
    }
    .navbar-nav {
        margin-top:0;
        padding-bottom:0;
    }
    .navbar-nav.is-home {
        background-color: rgba(0,0,0,.85);
    }
    .navbar-nav>li>a {
        font-size:1.5em;
        text-align:center;
        padding-top:20px;
        padding-bottom:20px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height:100%;
    }
    .navbar-nav>li>a:hover {
        border-bottom-color: transparent;
    }
    .homepage-image .fa {
        font-size:2.5em;
    }
    .home-section-header {
        font-size:2em;
        margin-bottom:25px;
        line-height:1;
    }
    .home-section-content {
        line-height:1;
        font-size:1.2em;
    }
    body:not(.home) {
        margin-top:75px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color:#fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color:transparent;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        border-bottom-color:transparent;
    }
    .btn-default.btn-home, .btn-default.btn-home:active, .btn-default.btn-home:focus, .btn-default.btn-home:visited {
        font-size:1.5em;
    }
    .homepage-image {
        margin-bottom:25px;
    }
}
