body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    color: #243238;
}

header {
    background-color: #fff;
    padding: 15px 0;
}

.logo {
    float: left;
}

.logo img {
    margin-top: 30px;
}

.header-info {
    text-align: right;
    margin-top: 10px;
}

.header-info .phone {
    color: #feb13a;
    margin-bottom: 10px;
}

.header-info span {
    display: block;
    font-weight: 700;
    color: #000;
    font-size: 28px;
}

.header-date {
    margin-top: 10px;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.header-info .slogan {
    font-weight: 400;
    font-size: 16px;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(18, 103, 127);
    background: rgb(18, 103, 127);
    width: 50px;
    height: 50px;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

.back-to-top:hover {
    background: rgba(0, 48, 86, 1);
}

.back-to-top:hover span {
    color: #fff;
    top: 8px;
}

.back-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

span.katron {
    float: right;
}


/*---------Navbar---------*/

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    backface-visibility: hidden;
}

.navbar.affix {
    width: 100%;
    top: 0;
    z-index: 1049;
}

.affix+section {
    padding-top: 60px;
}

.affix+.home-panel {
    padding-top: 60px;
}

.navbar-default {
    background-color: #00cbde;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 7px 20px;
    margin: 8px 10px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #feb13a;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #feb13a;
}

.caret {
    color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #feb13a;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
    font-size: 16px;
}


/*---------Home Content---------*/

.feature-services {
    padding: 80px 0 40px;
}

.service {
    border: 1px solid #bab8b8;
    position: relative;
    min-height: 450px;
}

.service-description {
    padding: 0 15px;
}

.service h2 {
    font-weight: 700;
    font-size: 24px;
}

.btn-services {
    display: inline-block;
    background-color: #00cbde;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.btn-services:hover {
    text-decoration: none;
    background-color: #05def3;
    color: #fff;
}

.panel-content {
    padding-top: 40px;
    padding-bottom: 60px;
}

.panel-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #00cbde;
    margin-bottom: 10px;
    margin-top: 0;
}

.panel-content h1::after {
    content: "";
    width: auto;
    text-align: center;
    display: block;
    border-bottom: 3px solid #00cbde;
    margin: 10px auto;
    display: block;
}

.team .panel-content h1::after {
    display: none;
}

.panel-content h3 {
    font-weight: 700;
}

.panel-content p {
    font-size: 16px;
}

.btn-panel {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #055580;
    background: url("../images/backdrop.png") no-repeat 5% 50%, #055580;
    padding: 10px 40px;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transition: 0.2s linear;
}

.btn-panel:hover,
.btn-panel:focus {
    text-decoration: none;
    color: #fff;
    background-color: #107db7;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.btn-panel span {
    width: 30px;
    display: inline-block;
}

.home-outro {
    background-color: #00cbde;
    color: #fff;
    padding: 50px 0px 40px;
}

.home-section {
    border: 1px solid #fff;
    padding: 30px;
    margin-bottom: 15px;
}

.home-section h1 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
}

.home-section h2 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 0;
}

.home-section input::placeholder {
    color: #fff !important;
}

.home-section input {
    background-color: #14daed;
    border-radius: 0;
    border: 0;
    height: 42px;
    width: 100% !important;
}

.home-section button {
    background-color: #2486a2;
    color: #fff;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-left: 5px;
    padding: 10px 20px;
}

.home-section .form-group {
    width: 50%;
}

.home-section button:hover,
.home-section button:active {
    background-color: #2590ae;
    color: #fff;
}

.btn-slider {
    padding: 10px 15px;
    display: inline-block;
    font-style: initial;
    font-size: 18px;
    background-color: #00cbde;
    color: #fff;
}
.btn-slider:hover {
    background-color: #05def3;
    color: #fff;
    text-decoration: none;
}



/*---------Parallax Slider---------*/

.slide-indicator {
    position: absolute;
    bottom: 10px;
    padding: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}

.slide-indicator li {
    background: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 2px;
    cursor: pointer;
}

.slide-indicator .active {
    background: #00cbde;
}

.parallax-caption {
    background: none;
    color: #fff;
    text-align: left;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    display: none;
}

.parallax-caption.active {
    display: block;
}

.parallax-caption h1 {
    font-weight: 700;
    font-size: 48px;
    margin: 0;
}

.parallax-caption p {
    color: #fff;
    font-size: 21px;
}

.team {
    background-color: #032335;
    line-height: 1.5em;
}

.team span,
.team h1,
.btn-staff {
    color: #fff;
}

.staff {
    margin-top: 30px;
}

.staff-member {
    text-align: left;
    margin-bottom: 20px;
}

.staff-member img {
    margin-bottom: 10px;
}

.staff-member span {
    display: block;
}

.staff-name {
    font-size: 18px;
    font-weight: 700;
}

.staff-description {
    min-height: 48px;
}

.btn-staff {
    background-color: #0078b7;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 30px;
    display: inline-block;
    margin-top: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transition: 0.2s linear;
}

.btn-staff:hover,
.btn-staff:focus {
    color: #fff;
    text-decoration: none;
    background-color: #025f90;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.download-list {
    background-color: #fff;
    padding: 10px 40px 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.download-list h1 {
    font-weight: 700;
    font-size: 32px;
}

.download-list ul {
    padding-left: 0;
    -moz-column-count: 1;
    -moz-column-gap: 50px;
    -webkit-column-count: 1;
    -webkit-column-gap: 50px;
    column-count: 1;
    column-gap: 50px;
    margin-top: 30px;
}

.download-list li {
    list-style-type: none;
    min-height: 60px;
}

.download-info {
    float: left;
    text-align: center;
    margin-right: 5px;
}

.download-info span {
    font-size: 24px;
}

.download-info small {
    display: inline-block;
    font-size: 11px;
}

.download-description a {
    font-weight: 400;
    font-size: 16px;
    color: #032335;
}

footer {
    background-color: #12677f;
    padding: 40px 0;
}

footer * {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

.footer-info {}

.footer-info span {
    margin-bottom: 10px;
    display: block;
}

.footer-logo {
    max-width: 250px;
    margin-bottom: 10px;
}

.footer-phone {
    font-weight: 700;
    margin-top: 15px;
    font-size: 21px;
}

footer h2 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
}

.footer-nav {
    border-left: 1px solid #2386a2;
}

.footer-nav>ul:first-child {
    padding-left: 30px;
}

.footer-nav>ul>li {
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    margin-right: 15px;
    float: left;
}

.footer-nav ul ul {
    padding-left: 0;
    margin-right: 20px;
}

.footer-nav ul ul>li {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    list-style-type: none;
}

.footer-desc {
    font-weight: 700;
}

.footer-copy {
    background-color: #083f4e;
    padding: 15px 0;
}

.footer-copy ul {
    padding-left: 0;
    list-style-type: none;
    color: #fff;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom:10px;
}

.footer-copy ul li:first-child {
    padding-left: 0;
}

.footer-copy ul li:last-child {
    border-right: 0;
}

.footer-copy ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #fff;
    margin-bottom:10px;
}

.footer-copy a {
    color: #fff;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -moz-justify-content: center;
    -moz-align-items: center;
    width: 100%;
}

.parallax-home {
    height: 500px;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
}

.parallax {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #343434;
    z-index: -1;
}

.parallax img {
    width: 100%;
    opacity: 1;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.breadcrumb>li+li:before {
    content: "\003e";
    color: #44a4ed;
}


/*----Category Page-----*/

.category .parallax-container,
.case-study .parallax-container {
    height: 200px;
}

.category .parallax,
.case-study .parallax {
    transform: translate(-50%, -50%);
    background-color: #000;
}

.category .inner-content,
.case-study .inner-content {
    min-height: auto;
    padding: 40px 15px 30px;
}

.category .parallax img,
.case-study .parallax img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.category h1,
.case-study h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    position: relative;
}

.category .breadcrumb a,
.case-study .breadcrumb a {
    color: #44a4ed;
    text-decoration: underline;
    font-weight: 700;
}

.category .breadcrumb .active,
.case-study .breadcrumb .active {
    color: #243238;
    font-weight: 700;
}

.catergory-select p {
    min-height: 70px;
}

.inner-content {
    min-height: 500px;
    line-height: 1.5;
    padding: 30px 0 60px;
}

.inner-content h1 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #003055;
}

.nav-logo {
    display: none;
}

.inner-content h2 {
    font-weight: 700;
    font-size: 32px;
    color: #00cbde;
}

.inner-content h3 {
    font-weight: 700;
}

.inner-content p {
    margin: 0px 0 15px;
}

hr {
    border-top: 1px solid #d6d6d6;
}

.selection {
    background-color: #eff1f2;
    padding: 40px 15px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.catergory-select {
    margin-bottom: 30px;
    padding: 20px;
    min-height:500px;
    position: relative;
    transition: 0.1s all linear;
}

.catergory-select:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.catergory-select h2 {
    font-size: 24px;
    font-weight: 700;
    color: #00cbde;
}

.btn-category {
    background-color: #00cbde;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    display: inline-block;
    margin-top: 5px;
    transition: 0.2s all linear;
}

.btn-category:hover,
.btn-category:focus {
    text-decoration: none;
    color: #fff;
    background-color: #05def3;
}

.inquire-container {
}

.inquire-btn {
    background: #01ca46;
    border-radius: 30px;
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 21px;
    transition: 0.2s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.inquire-btn:hover,
.inquire-btn:focus {
    text-decoration: none;
    color: #fff;
    background: #05e452;
    cursor: pointer;
}

.rotating {
    background-color: #199cc1;
    text-align: center;
    padding: 30px;
}

.rotating .carousel-caption {
    position: static;
    text-shadow: none;
    padding-top: 0;
    margin-bottom: 25px;
}

.rotating h1 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    margin-top:0;
    margin-bottom: 15px;
}

.rotating p {
    color: #fff;
    font-size: 32px;
    line-height: initial;
}

.rotating a {
    cursor: pointer;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left *,
.carousel-control.right * {
    color: #fff;
}

.case-study-detail .carousel-control {}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: inline-block;
}

.rotating .carousel-inner>.item>a>img,
.rotating .carousel-inner>.item>img {
    border: 1em solid #fff;
}

.rotating .item {
    padding: 20px;
}

.carousel-indicators {
    position: static;
    margin: 0;
    width: auto;
}

.carousel-indicators li {
    border: 1px solid #989898;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
}

.carousel-indicators .active {
    width: 15px;
    border: 0;
    height: 15px;
    margin: 1px;
    background-color: #00cbde;
}

.carousel-caption {
    position: static;
    color: #243238;
    padding-bottom: 10px;
    text-shadow: none;
}

#home-slider {
    margin-top: 10px;
}
.video {
    margin-bottom: 20px;
}

.videos {
    background-color: #003055;
    padding: 60px 0;
    line-height: 2;
}

.videos h1,
.videos p {
    color: #fff;
}

.videos h1 {
    font-weight: 700;
    font-size: 48px;
    margin-top: 0;
}
.video-caption {
    margin-top:5px;
    font-style: italic;
}
.about-downloads {
    border-top: 1px solid #d8d8d8;
}
.about-downloads a {
    color: #00cbde;
}

.about-downloads ul {
    padding: 0; 
    margin-top:20px;
}
.about-downloads li {
    list-style-type: none;
    min-height: 50px;
    margin-bottom: 10px;
}
.download-info i {
    display: block;
    font-size: 28px;
    padding-top: 5px;
}
.download-info {
    float: left;
    text-align: center;
    width: 55px;
    height: 50px;
    margin-right: 5px;
}
.download-info span {
    font-size: 12px;
}

.inquire {
    padding-top: 60px;
    padding-bottom: 40px;
}

.inquire h2 {
    font-weight: 700;
    color: #00cbde;
    margin-top: 0;
}

h2.contact {
    margin-top: 10px !important;
    margin-bottom: 5px;
}

.call-out {
    background-color: #00cbde;
    margin: 25px -15px 55px;
    padding: 20px 15px;
    border: 8px solid #27ddef;
    text-align: center;
    border-radius: 40px;
    position: relative;
}

.call-out:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    bottom: -50px;
    border: 25px solid;
    border-color: #27ddef transparent transparent #27ddef;
}

.call-out:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    bottom: -30px;
    border: 15px solid;
    border-color: #00cbde transparent transparent #00cbde;
}

.call-out h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.call-out p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.call-out strong {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.call-out img {
    max-width: 90px;
    margin: 10px 0;
}

.case-studies {
    margin-top: -15px;
}

.study {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.tint {
    background-color: #000;
    width: 100%;
    height: 100%;
}

.zoom {
    position: absolute;
    margin-right: 15px;
    background-color: #00cbde;
    text-align: center;
    padding: 10px 10px 5px;
    transition: 0.4s;
    right: 0;
    z-index: 99
}

.zoom span {
    font-size: 18px;
    color: #fff;
}

.study:hover .study-info {
    opacity: 1;
    transform: translateY(-50%);
}

.study:hover img {
    opacity: 0.5;
}

.study:hover .zoom {
    transform: translateY(-100%);
}

.study img {
    opacity: 1;
    transition: 0.4s;
    -webkit-backface-visibility: hidden;
}

.study-info {
    position: absolute;
    top: 50%;
    transform: translateY(0);
    color: #fff;
    padding: 0 30px;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.study-info h2 {
    font-weight: 700;
}

.study-info p {
    color: #fff;
}

.case-study {
    margin: 0 0 60px;
}

.case-study-detail {
    line-height: 2;
}

.case-study-detail #carousel-text {
    text-align: left;
    background-color: #00cbde;
    padding: 20px 20px 10px;
}

.case-study-detail #carousel-text p {
    color: #fff;
}

.case-study-detail .row {
    margin-top: -15px;
}

.carousel-control {
    width: 10%;
}

button.close {
    position: absolute;
    top: 15px;
    right: 20px;
}

.close span {
    color: #000;
    opacity: 1;
    font-weight: 700;
}

.close {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

.google-maps {
    position: relative;
    padding-bottom: 50%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-info h3 {
    font-weight: 700;
    font-size: 24px;
    color: #003056;
    margin-bottom: 5px;
}

.contact-image .carousel-caption {
    position: static;
    text-shadow: none;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #243238;
}

.social-media {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.social-media img {
    height: 50px;
    width: 50px;
}

.social-media li {
    display: inline-block;
}

.social-media li:not(:last-child) img {
    margin-right: 15px;
}

#myCarousel {
    margin-bottom: 20px;
}
.filter-gallery ul, .filter-post ul {
    padding-left: 0;
    margin-bottom: 40px;
}

.filter-gallery li, .filter-post li {
    display: inline-block;
    list-style-type: none;
}

.filter-gallery a.active, .filter-post a.active {
    background: #00cbde;
    color: #fff;
    text-decoration: none;
}

.filter-gallery a, .filter-post a {
    border: 2px solid #00cbde;
    padding: 10px 20px;
    margin-bottom: 5px;
    color: #00cbde;
    font-weight: 700;
    display: inline-block;
}

.filter-gallery a:hover, .filter-galler a:active, .filter-galler a:focus, .filter-post a:hover, .filter-post a:active, .filter-post a:focus {
    background-color: #00cbde;
    color: #fff;
    text-decoration: none;
}

.gallery-caption {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 0;
    left: 0;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    display: flex;
    transform: translateY(100%);
    opacity: 0;
    flex-direction: column;
    justify-content: center;
}

.gallery-img .fa {
    font-size: 24px;
}

.gallery-img:hover .gallery-caption {
    transform:translateY(0%);
    opacity: 1;
}

.gallery-img, .gallery-video {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-img:hover:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.gallery-img:after, .gallery-video:after {
    position: absolute;
    content: '';
    background-color: transparent;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    transition: all .2s linear;
}

.gallery {
    text-align: center;
    min-height: 400px;
}


/*----Media Queries-----*/

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .footer-nav>ul>li {
        max-width: 195px;
    }

    .btn-category {
        position: absolute;
        bottom: 50px;
    }

}

@media (max-width: 1024px) {
    .parallax img {
        width: auto;
    }
    .header-date {
        margin-bottom: 10px;
        margin-top: 35px;
    }
    .download-list ul {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .staff-member {
        width: 20%;
        margin-bottom: 0;
    }
    .navbar {
        border-radius: 0;
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        padding: 0;
    }
    #myCarousel .carousel-inner {
        width: 66.66666667%;
        float: left;
    }
    #myCarousel {
        display: flex;
    }
}

@media (max-width: 768px) {
    .header-info {
        float: none;
    }
    .logo img {
        display: inline-block;
    }
    .header-info {
        margin-top: 20px;
    }
    .header-date {
        margin-top: 10px;
    }
    .nav>li>a {
        padding: 10px 15px;
        margin: 10px 3px;
    }
    .header-date {
        margin-bottom: 20px;
    }
    .staff-member {
        text-align: center;
    }
    .staff-description {
        min-height: auto;
    }
    .parallax-caption {
        left: 0;
    }
    footer,
    .footer-copy {
        text-align: center;
    }
    .footer-nav>ul>li {
        float: none;
        margin-top: 10px;
    }
    .footer-nav {
        border-left: none;
    }
    .footer-nav>ul:first-child {
        padding-left: 0;
    }
    .category h1, .case-study h1 {
        font-size:38px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
}

@media (max-width: 600px) {
    .logo {
        float: none;
        text-align: center;
    }
    .header-info {
        text-align: center;
    }
}