html {
    /*    position: relative;    */
}
html, body {   
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
body, wrapper {
    min-height: 100vh;
}



/*===============       Global        ===============*/
#home-page {
    background: url(/assets/images/uploads/img/home-bg.jpg) center center no-repeat;
    background-size: cover;    
}
#about-page {
    background: url(/assets/images/uploads/img/about-img.jpg) center center no-repeat;
    background-size: cover;
}
#criteria-page {
    background: center center no-repeat;
    background-size: cover;
}
#team-page {
    background: center center no-repeat;
    background-size: cover;
}
#team-bio-page {
    background: url(/assets/images/uploads/img/about-img.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 5.5rem;
}
#portfolio-page {
    background: url(/assets/images/uploads/img/portbg.jpg) center center no-repeat;
    background-size: cover;
}
#news-page {
    background: url(/assets/images/uploads/img/newsbg.jpg) center center no-repeat;
    background-size: cover;
}
#news-article-page {
    background: url(/assets/images/uploads/img/newsbg.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 5.5rem;
}
#contact-page {
    background: center center no-repeat;
    background-size: cover;
}
.flex-grows {
    flex: 1 1 auto;
}
.fa.fa-bars.fa-lg {
    color: #fff;
    cursor: pointer;
    transform: scale(1.25, 1.1);
    padding: 0.5rem;
}
.p-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
a {    
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}





/*===============         Nav          ===============*/
nav {    
    color: #6095db;
    background-color: #2a5fa3;
    min-height: 2.8rem;
    padding: 0 1rem !important;
}
nav a  {
    font-weight: 700;
    padding: 0.8rem 0 0.2rem !important;
    margin: 0 0.4rem !important;    
}
nav .hidden-md-down {
    cursor: default;
    transform: scale(1, 0.9);
}
.nav-item a {    
    color: #fff;
    text-transform: uppercase;    
    border-bottom: 5px solid #2a5fa3;
}
.nav-item a:hover {
    color: #fff;
    border-bottom: 5px solid #fff;
}
.nav-item.selected a {    
    border-bottom: 5px solid #fff;
}





/*===============        Header        ===============*/
header {
    color: #fff;
    padding: 2rem 0;
}
header .main {
    min-height: 89vh;
}
header hr {
    background-color: #fff;
    min-width: 2.75rem;
    border-width: 0.12rem;
    margin: 0 auto 1.5rem 0;
}
header .capture-main {
    font-size: 3.125rem;
    font-weight: 300;    
    padding-bottom: 0 !important;
}
header .capture {
    font-size: 2.2rem;
    font-weight: 300;
    padding-bottom: 3rem !important;
}
header .capture-contact {
    font-size: 1.125rem;
    padding-bottom: 0.7rem !important;
}
header .capture-contact .heading {
    font-size: 1.5rem;
}
header .capture-contact .extra-space {
    margin-right: 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
}
header a {
    color: #fff;
}
header a:hover {
    color: #fff;
    opacity: 0.75;
}
header .fa {    
    font-size: 2.5rem;
    padding: 0.3rem 0.8rem;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-bottom: 1rem;
}
header .border-style {
    position: relative;
    left: -9.2rem;
    top: 1rem;
    border-bottom: 2px solid #fff;
    width: 3rem;
}

.bounce {
    position: relative;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}
.animated {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;

    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

    animation-fill-mode:both;
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -ms-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s;
}


@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}







/*===============         Home         ===============*/
.home {
    color: #fff;
    margin-top: 2rem;
    padding-bottom: 4rem;
}
.home .square {
    position: relative;
    top: -1.7rem;
    left: 6rem;
    height: 12em;
    width: 12rem;
    border: 2px solid #fff;
    border-right: none;
}
.home .header {
    position: relative;
    right: 3rem;
}
.home .top {
    color: #adc7ff;
    font-size: 3rem;
    font-weight: 300;
    line-height: 3.4rem;
}
.home .middle {    
    font-size: 3rem;
    font-weight: 300;
    line-height: 3.4rem;
}
.home .border-top {
    position: relative;
    left: 8.4rem;
    font-size: 1.8rem;
    border-left: 2px solid #fff;    
}
.home .border-bottom {
    position: relative;
    top: 0.4rem;
    left: 8.4rem;
    font-size: 1.8rem;
    border-left: 2px solid #fff;    
}
.home .bottom {
    position: relative;    
    left: 8.4rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}
.home .bottom:hover > a span {
    color: #adc7ff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.home .bottom:hover > a i {
    background: white;
    color: #2a5fa3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.home .bottom span {
    position: relative;    
    top: -0.3rem;
}
.home .fa {
    background-color: #2a5fa3;
    padding: 0.25rem 0.8rem 0.253rem 0.9rem;
    border: 2px solid #fff;
    margin-right: 1.5rem;
}
.home a {
    color: #fff;
}





/*===============         About         ===============*/
.about {
    padding: 5.5rem 0;
    text-align: center;
}
.about .container {
    max-width: 49rem;
}
.about h1 {
    color: #295fa2;
    font-size: 2.2rem;
    font-weight: 300;
}
.about p {
    color: #666666;
    font-size: 1.125rem;
    margin-top: 1.7rem;
}
.about hr {      
    width: 3.2rem;
    border: 1px solid #295fa2;   
}
.about.section-2 {
    background-color: #295fa2;
}
.about.section-2 h1 {
    color: #fff;
}
.about.section-2 p {
    color: #fff;   
}
.about.section-2 hr {    
    border: 1px solid #b0d4ff; 
}





/*===============       Criteria       ===============*/
.criteria {
    padding: 4rem 0;
}
.criteria hr {
    margin-top: 0.6rem;
    margin-bottom: 1.5rem;
}
.criteria h2 {
    color: #295fa2;
    font-size: 1.5rem;
}
.criteria p,
.criteria ul li {
    color: #666666;
    font-size: 1.125rem;
}
.criteria ul {
    padding: 0 0 0 1.3rem;
}





/*===============        Team        ===============*/
.team {
    padding: 4rem 0 6rem;
}
.team .group h6 {
    color: #0a2d6a;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.team .name {
    color: #324e80;
    font-size: 1.375rem;
    margin-bottom: 0;
}
.team .person {
    margin-bottom: 2rem;
}
.team .person:hover > a .name {
    color: #2a5fa3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.team .title {
    color: #666666;
    font-size: 0.875rem;
}
.team hr {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}




/*===============      Team-Bio       ===============*/
.team-bio {
    padding: 4rem 0;
}
.team-bio .team-navigation {
    padding-bottom: 1.5rem;
}
.team-bio .team-navigation a {
    color: #bcbcbc;    
}
.team-bio .team-navigation a:hover {
    color: #324e80;    
}
.team-bio .carousel-control-prev {
    top: -0.1rem;
    color: #666666; 
    font-size: 0.9rem;
    font-weight: 700;
    width: auto;
    margin: 1rem;
    opacity: 1;
}
.team-bio .carousel-control-next {
    top: -0.1rem;
    right: auto;
    font-size: 0.9rem;
    width: auto;
    opacity: 1;
    margin: 1rem 1rem 1rem 10rem;    
}
.team-bio .back-to-team {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 2rem;
}
.team-bio .name {
    color: #324e80;
    font-size: 1.5rem;
    margin: 0;
}
.team-bio .title {
    color: #587fb3;
    font-size: 1.125rem;
    margin: 0;
}
.team-bio .intro {
    color: #436c9e;
}
.team-bio p {
    color: #436c9e;
    font-size: 1.125rem;
    margin-top: 1.5rem;
}




/*===============      Portfolio      ===============*/
#cyber {
    background: url(/assets/images/uploads/img/cyber-sciences-bg.jpg) center center no-repeat;
    background-size: cover;    
}
#xscape {
    background: url(/assets/images/uploads/img/xcape-bg.jpg) center center no-repeat;
    background-size: cover;    
}
#wild-eggs {
    background: url(/assets/images/uploads/img/wild-eggs-bg.jpg) center center no-repeat;
    background-size: cover;    
}
#city-lights {
    background: url(/assets/images/uploads/img/citylights-bg.jpg) center center no-repeat;
    background-size: cover;    
}
#metro {
    background: url(/assets/images/uploads/img/cyber-sciences-bg.jpg) center center no-repeat;
    background-size: cover;    
}
#valley-view {
    background: url(/assets/images/uploads/img/xcape-bg.jpg) center center no-repeat;
    background-size: cover;    
}
#shoppes {
    background: url(/assets/images/uploads/img/wild-eggs-bg.jpg) center center no-repeat;
    background-size: cover;    
}
.portfolio {
    padding: 6rem 0 4rem;
}
.portfolio .img-container {
    height: 100%;
    min-height: 9rem;
}
.portfolio h2 {
    color: #324e80;
    font-size: 1.5rem;
}
.portfolio p {
    color: #666666;
    font-size: 1.125rem;
}
.portfolio hr {
    margin: 1.5rem 0;
}





/*===============        News        ===============*/
#archive {
    color: #666666;    
    font-weight: 700;
    text-transform: uppercase;   
    padding: 0 !important;
}
.dropdown .btn {
    color: #295fa2;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 0;
    border: none;
}
.dropdown .btn:hover {
    color: #0a2d6a;
    cursor: pointer;    
}
.news {
    padding: 4rem 0;
}
.news .col-md-4 {
    margin-bottom: 2rem;
}
.news h2 {
    color: #0a2d6a;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;    
}
.news .heading {
    color: #295fa2;
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.news .col-md-8 a:hover > .heading {
    color: #0a2d6a;
}
.news hr {
    margin: 1.5rem 0;
}
.news p {
    color: #666666;
    font-size: 1.125rem;
    padding-top: 0.53rem;
}





/*===============       Contact       ===============*/
.main.contact {
    min-height: 80vh;
}





/*===============        Footer         ===============*/
#footer-main {
    background-color: rgba(0, 0, 0, 0.6);
}
footer {
    position: relative;
    bottom: 0;
    color: #e5e5e5;    
    background-color: #4c4c4c;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0.5rem 0;
}
footer ul {
    margin: 0;
    opacity: 0.7;
}
footer ul li {
    padding: 0 0.2rem;
}
footer a {
    color: #e5e5e5;
}
footer a:hover {
    color: #e5e5e5;
    text-decoration: underline;
}





/*===============      Media Query      ===============*/
@media (max-width: 991px) {
    nav #navbarSupportedContent {
        margin-top: 3rem;
        text-align: center;
    }
    .nav-item a:hover {
        border-bottom: 5px solid #2a5fa3;
    }
    .nav-item.selected a {    
        border-bottom: 5px solid #2a5fa3;
    }
}
@media (max-width: 767px) {
    header img {
        max-width: 10rem;
    }
    header#team-page img {
        position: relative;
        top: -2rem;
    }
    .home .square {        
        display: none;
    }
    .home .header {        
        right: 0rem;
        margin-top: 2.5rem;        
    }
    .home .top {
        color: #adc7ff;
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 3.4rem;
    }
    .home .middle {    
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 3.4rem;
    }
    .home .bottom {       
        top: 0rem;
        left: 0.4rem;
        margin-top: 2rem;
    }
    .home .border-top {
        display: none;    
    }
    .home .border-bottom {
        display: none;   
    }
    .portfolio h2 {
        margin-top: 1rem;
    }
}
@media (max-width: 576px) {
    nav {
        padding: 0 1rem 0.5rem !important;
    }
    nav .container {
        position: static;
    }    
    header .main {
        min-height: 85vh;
    }
    header#team-page .main {
        min-height: 30vh;
    }
    header .capture-main {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
    header hr {
        width: 2.25rem;
    }
    header .capture {
        font-size: 1.5rem;
    }
    header .capture-team {
        font-size: 1.5rem;
    }
    .home {
        margin-top: 0;
    }
    .team {
        padding: 2rem 0 3rem;
    }
    .team .name {
        font-size: 1.15rem;
    }
    .news .heading {
        font-size: 1.125rem;
    }
    .news p {
        font-size: 1rem;
    }
}





/* Ie browser fixes */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .team-bio .carousel .col-md-3,
    *::-ms-backdrop, .team-bio .carousel .col-md-9 {
        flex: none;
    }
}







