
body {
    font-family: 'Open Sans', sans-serif;
}


a {
    color: #dc701d;
}

    a:hover {
        color: rgb(255, 216, 0);
        text-decoration: none;
    }

h1, h2, h3, h4 {
    font-family: 'Nunito', sans-serif;
}

.bg-dark {
    background-color: #000 !important;
    box-shadow: 1px 5px 55px #333;
    z-index: 1;
}

.jumbotron {
    background-color: transparent;
}

.navbar-brand img {
    max-width: 250px;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
}

.navbar-nav .active {
    border-bottom: solid 3px rgb(255, 216, 0);
}

.cog-bg {
    background-image: url(/img/cogs-bg.png);
    background-repeat: no-repeat;
    background-position: 10% top;
    background-size: contain;
    position: relative;
    margin-top: -32px;
    padding-top: 60px;
}

.carousel-inner, .carousel-item {
    max-height: 700px;
}

.quals {
    font-size: 16px;
    font-weight: lighter;
    color: #a8a8a8;
}

.staff-tile {
    margin-bottom: 20px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 20px;
    padding-top: 20px;
}

.staff-position {
    font-size: 18px;
    font-weight: bold;
    color: #a8a8a8;
}

.staff-pic {
    margin-bottom: 20px;
}

.page-banner {
    background-color: #414042;
    height: 50%;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
}

.title {
    margin: 20px 0px 35px 0px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #dc701d;
}



/*   .title:after {
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    margin-top: 5px;
    content: '';
    background-color: #ccc;
    margin-bottom: 20px;
  
}       */

.display-4 {
    text-shadow: 1px 1px #fff;
}


.project-tile {
    background-color: #f8f8f8;
    padding-top: 20px;
    margin: 0px 0px 40px 0px;
    border-left: solid 4px #ccc;
    padding-left: 20px;
    color: #414042;
    padding-right: 20px;
}

    .project-tile:hover {
        border-left: solid 4px #dc701d;
    }

a:hover .project-tile h3 {
    color: #dc701d;
}

.orange {
    color: #dc701d !important;
}

footer {
    background-color: #f4f4f4;
    padding: 40px 0px 0px;
    margin-top: 30px;
}

.social-sharing-icons {
    list-style: none;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 15px;
}

    .social-sharing-icons li {
        display: inline;
    }

    .uppercase {text-transform:uppercase;}


.copyright {
    padding: 20px 0px 0px;
    font-size: .8em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-primary, .btn-secondary {
    background-color: #dc701d;
    border-color: #ccc;
}

    .btn-primary:hover, .btn-secondary:hover {
        background-color: rgb(255, 216, 0);
        border-color: #ccc;
        color: #414042;
    }

.formulate__btn--submit {
    width: 100%;
}


label {
    margin-bottom: 2px;
    color: rgb(128, 128, 128);
}


.featured-tile {
    border: solid 1px #ccc;
    padding: 20px;
}

      .navbar {padding:0px;}

.navbar-brand {
    margin-left: 1rem;  padding:0px;
}

.nav-side {
    margin-top: 20px;
}

    .nav-side li a {
        color: #a8a8a8;
    }

        .nav-side li a:hover {
            color: #dc701d;
        }

    .nav-side li.active a {
        color: #dc701d;
    }

    .nav-side li {
        border-left: solid 4px #a8a8a8;
        font-size: 16px;
        color: #a8a8a8;
        padding: 5px 10px;
        margin-bottom: 5px;
        min-height: 48px;
        vertical-align: middle;
        width: 100%;
    }

        .nav-side li:hover {
            border-left: solid 4px #dc701d;
        }

        .nav-side li.active {
            border-left: solid 4px #dc701d;
            color: #dc701d;
            background-color: #f8f8f8;
        }

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    min-height:410px;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.text-bg {
    padding: 20px;
    ;
    background-color: rgba(255, 255, 255, 0.51);
}


.logos {
    width: 100%;
    list-style-type: none;
}

    .logos li {
        display: inline;
        width: 33.33%;
    }

    .logos img {
        vertical-align: top;
        margin-bottom: 5px !important;
        margin: auto;
    }

img.desaturate {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}


.nav-up {
    top: -145px;
}                                                                                                                                                                                                         
header {
          position: fixed;
    top: 0px;     z-index: 100;      -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
      width: 100%;
      height:126px;
}
header.smaller {
    position: fixed;
    top: 0;
   
    width: 100%;
    z-index: 100;      -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  
}
.carousel{      background-color: #000;
    padding-top: 116px;
}
       .page-banner {
                              
    margin-top:110px;
}
.page-banner-container {  float:left; width:100%;
    background-color: #000; margin-bottom:40px; min-height:60px;
}
   .navbar-brand img {
             max-width:250px;
                -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-bottom:5px;
}

.smaller .navbar-brand img {
   max-width:120px;
                -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-cogs {
    display: none;
}

.smaller .navbar-cogs {    padding:5px 0px;
    display: none;
    width: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {

    .navbar-brand img {max-width:150px;

    }
        .page-banner {
                              
    margin-top:60px;
}
    .nav-item {margin:0px -5px;}

    .carousel {
 
    padding-top: 86px;
}
}



@media screen and (max-width: 480px) {

    .display-4 {
        font-size: 2.4em;
    }

    .jumbotron {
        padding: 0px;
    }

    .navbar-brand {
      
    }
}
