/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

{
    margin: 0;
    padding: 0;
    border: 0;
}


html, body {
    overflow-x: hidden;
    margin: 0;
    font-family: sans-serif;
    width: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {font-family: 'Montserrat',Helvetica,Arial,sans-serif;
}

p {font-family: 'Open Sans',Helvetica,Arial,sans-serif;}

a { text-decoration: none;}
a:hover { text-decoration: none;}

::-moz-selection { color: #fff; background: #e55b5a}
::selection { color: #fff; background: #e55b5a; }

.topnav {
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    text-transform: uppercase;
}

.logo {
 position: relative;
 float: right;
  margin: 0 auto;
  height: 35px;
  width: 200px;
}

.page-nav{
display: block;
height: 5px;
width: 100%;
text-align: center;
text-decoration: none;
float: right;
list-style: none;
}

.home-label {
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 10px;
    color: #222;
}

.hompage-subhead-alt {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #FFF;
    margin-bottom: 30px;
}

.caption {
    font-size: 14px;
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 21px;
    color: #222;
    margin-bottom: 25px;
}

.role {
    font-size: 14px;
    font-weight: 700;
    font-family: 'montserrat',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    font-weight: 700;
}

.home-lead {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 27px;
    margin: 15px 0px 30px;
}

.lead {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.lead-alt {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;

}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
    background-color: #222222;
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 8%;
}

.work-btn {
    margin-top: 20px;
}

.intro-message > h1 {
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 70px;
    letter-spacing: -1px;
}

.intro-divider {
    width: 40%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 20px;
    color: 333;
}

.profile-img {
    width: 220px;
    height: 220px;
    margin: 10px;
}
.section-icon {
   margin: 0 auto;
}



@media(max-width:767px) {
    .intro-message {
    padding-bottom: 15%;
    }

    .intro-message > h1 {
    font-size: 4em;
    letter-spacing: 0px;
    }
    .intro-message > h3 {
    font-size: 1.2em;
    }

    ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
    }

    .intro-divider {
    width: 60%;
    }
}

@media(max-width:460px) {

    .intro-message > h1 {
    font-size: 3em;
    letter-spacing: 0px;
    }
    .intro-message > h3 {
    font-size: 1.2em;
    }

    ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
    }

    .intro-divider {
    width: 100%;
    }
}

a.anchor {
    display: block;
    position: relative;
    top: -62px;
    visibility: hidden;
}

.section-header{
    text-align: center;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    height:auto;
    text-transform: uppercase;
    padding: 10px 0 10px;
    background-color: #333;
    margin-bottom: 50px;

}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  margin: 0 auto;
}
.view-details {
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: 27px;

}

.about-text {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 26px;

}

#about {
    background-color: #222222;
    color: #fff;
    padding-bottom: 50px;
}


.img-box{
     height: 360px;
     overflow: hidden; 
}

.img-mtt{
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     background-color: #007dbf;
     transition: all 0.5s ease;
     background-image: url("../img/michelintruck-icon.png");
}
.img-mtt:hover
{
     transform: scale(1.2);
}


.img-blws{
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     background-color: #9a7542;
     transition: all 0.5s ease;
     background-image: url("../img/blws-icon.png");
}
.img-blws:hover
{
     transform: scale(1.2);

}

.img-mlk{
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     background-color: #022a68;
     transition: all 0.5s ease;
     background-image: url("../img/milliken-icon.png");
}
.img-mlk:hover
{
     transform: scale(1.2);
}

.img-nbc{
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     background-color: #f8c137;
     transition: all 0.5s ease;
     background-image: url("../img/national-beta-icon.png");
}
.img-nbc:hover{
     transform: scale(1.2);
}

.horizontal-card {
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px #c1c1c1;
}

.col-md-7{
    padding: 4.2% 4%;
}

.img-jisv{
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     background-color: #9E7E38;
     transition: all 0.5s ease;
     background-image: url("../img/jisv-icon.png");
}

.img-jisv:hover
{
     transform: scale(1.2);
}

.img-nes{
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     background-color: #de0000;
     transition: all 0.5s ease;
     background-image: url("../img/nes-icon.png");
}

.img-nes:hover
{
     transform: scale(1.2);
}

.col-md-5.jisv{
    background-color: #9E7E38;
}

.col-md-5.nbc{
    background-color: #f8c137;
}

.col-md-5.mlk{
    background-color: #022a68;
}

.col-md-5.blws{
 
}

.col-md-5.mtt{
    background-color: #007dbf;
}

.col-md-5.gtc{
    background-color: #00ca74;
}

section#work {
    background-color: #f1f1f1;
}

.content-section-nbc {
    padding: 50px 0;
    background-color: #222;
}

.content-section-mtt {
    padding: 50px 0;
    background-color: #dfdfdf;
}

.content-section-pal {
    padding: 50px 0;
    background-color: #dfdfdf;
}

.content-section-gtc {
    padding: 50px 0;
    background-color: #222;
}

.content-section-mlk {
    padding: 50px 0;
    background-color: #dfdfdf;
}

.content-section-hst {
    padding: 50px 0;
    background-color: #222;
}

.content-section-blws {
    padding: 50px 0;
    background-color: #222222;
}

.content-section-nes {
    padding: 50px 0;
    background-color: #222;
}

.home-heading {
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.section-heading {
    font-weight: 700;
    letter-spacing: -1px;
}

.section-heading-alt {
    font-weight: 500;
    margin-top: 30px;
    letter-spacing: -1px;
    color: #ffffff;
}

.caption-alt {
    margin-bottom: 25px;
    color: #ffffff;
}

.image-caption {
    font-family: 'montserrat',Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #777;
}

.footnote {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
    color: #777;
    margin-top: 50px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner-social-buttons {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 100%;
}

.btn-social {
    height: 44px;
    width: 44px;
    border-radius: 25px;
}

.fa-twitter.fa-fw {

    font-size: 20px;
    margin-left: -12px;
    margin-top: -2px;
}

.fa-linkedin.fa-fw {

    font-size: 20px;
     margin-left: -12px;
    margin-top: -4px
}

.network-name{
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.contact-email {
    text-decoration: underline dotted;
}


footer {
    padding: 50px 0;
    background-color: #000;
    border-top: #e55b5a solid 6px;}

footer a {
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}

p.copyright {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    margin: 10px 0 0;
}

/*Back to Top*/

#back-to-top {
    display: block;
    background-color: #3C3F45;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 99;
    opacity: 0.3;
    filter: alpha(opacity=30);
    
    -webkit-transition: background 0.1s linear 0s;  
       -moz-transition: background 0.1s linear 0s;
         -o-transition: background 0.1s linear 0s;
            transition: background 0.1s linear 0s;
}

#back-to-top:hover {
    background-color:#00C7DD;
}

#back-to-top i {
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    line-height: 1em;
}

#back-to-top i {
    margin-left: -7px;  
}

/*Sub-pages*/

.parallax-window {
    min-height: 200px;
    background: transparent;
}

.foreground-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.header-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 100px;

}

.sub-image{
    display: block;
    margin: 10px auto;
    width: 100%;
    border: #D3D3D3 solid 1px;
}

.section-sub-heading {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 0 10px;
}

.section-sub-heading.about {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px;
    text-align: center;
}
.sub-intro-header {
    padding-top: 10px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 30px;
    text-align: center;
    color: #222222;
    background-color: #f8c137;
    background-size: cover;
    margin-bottom: 40px;
}

.sub-intro-header-mtt {
    padding-bottom: 30px;
    text-align: center;
    color: #222222;
    background-color: #007dbf;
    background-size: cover;
    margin-bottom: 40px;
}

.sub-intro-header-pal {
    padding-bottom: 30px;
    text-align: center;
    color: #222222;
    background-color: #05405e;
    background-size: cover;
    margin-bottom: 40px;
}

.sub-intro-header-gtc {
    padding-bottom: 30px;
    text-align: center;
    color: #222222;
    background-color: #00ca74;
    background-size: cover;
    margin-bottom: 40px;
}

.sub-intro-header-mlk {
    padding-bottom: 30px;
    text-align: center;
    color: #222222;
    background-color: #022a68;
    background-size: cover;
    margin-bottom: 40px;
}

.sub-intro-header-hst {
    padding-bottom: 30px;
    text-align: center;
    color: #222222;
    background-color: #ffde6b;
    background-size: cover;
    margin-bottom: 40px;
}

.sub-intro-header-blws {
    padding-bottom: 30px;
    text-align: center;
    color: #222222;
    background-color: #9a7542;
    background-size: cover;
    margin-bottom: 40px;
}

.sub-intro-header-nes {
    padding-bottom: 30px;
    text-align: center;
    color: #222222;
    background-color: #de0000;
    background-size: cover;
    margin-bottom: 40px;
}

.sub-intro-header-jisv {
    padding-bottom: 30px;
    text-align: center;
    color: #222222;
    background-color: #9E7E38;
    background-size: cover;
    margin-bottom: 40px;
}

.narrow.about {
    margin-bottom: 30px;
};

#progressbar1 > div {
   background-color: #e74c3c;
   width: 90%; /* Adjust with JavaScript */
   height: 20px;
}

#progressbar1 {
  background-color: #ecf0f1;
}

#progressbar2 > div {
   background-color: #3498db;
   width: 95%; /* Adjust with JavaScript */
   height: 20px;
}

#progressbar2 {
  background-color: #ecf0f1;
}

#progressbar3 > div {
   background-color: #9b59b6;
   width: 50%; /* Adjust with JavaScript */
   height: 20px;
}

#progressbar3 {
  background-color: #ecf0f1
}

.bar-text{
  font-size: 14px;
  font-family: 'Montserrat'help-block text-danger,Helvetica,Arial,sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 10px

}
.resume-button {
    text-align: center;
    height: auto;
    margin-top: 20px;
}

/* form */

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row .floating-label-form-group {
    border-top: 1px solid #eee;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.btn-alt{
    border-color: #222;
    color: #222;
    transition: all 0.5s ease;
}

.btn-alt:hover{
    color: #fff;
    background-color: #222;
    border-color: #222;
    transform: scale(1.1);  
}

.btn-next{
    border-color: #222;
    color: #222;
    float: right;
    transition: all 0.5s ease;
}

.btn-next:hover{
    color: #fff;
    background-color: #222;
    border-color: #222;
    float: right;
    transform: scale(1.1);
}

.btn-back{
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    background-color: #fff;
    font-size: 13px;
    float: right;
}

.btn-back:hover{
    color: #fff;
    background-color: #222;
    border-color: #222;
}

/*Blog*/

.blog-header { 
background-color: #222;
padding-top: 30px;

}

.post-title {
    color: #222;
    font-weight: 700;
}

.post-subtitle {
    color: #222;
}

.post-subtitle:hover {
    color: #e55b5a;
    text-decoration: none;

}

.post-title:hover {
    color: #e55b5a;
    text-decoration: none;

}

.post-heading h2 {
    font-weight: 700;

}


/* Burger menu animation */

.navbar-toggle {
    border: none;
    background: transparent !important;
    padding-top: 15px;
}
.navbar-toggle .icon-bar {
    width: 23px;
    transition: all 0.4s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 20% 20%;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 20% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}



/* Demo style */



.post{
    position: relative;
    max-width:700px;
    width: 100%;
    margin: 0 auto;
}

figure{
    margin: 0px;
    position: relative;
    clear: both;
    margin: 20px;
}

figure.left{
    margin-left: 0;
}

figure.right{
    margin-right: 0;
}

figure.full{
    margin-left:0;
    margin-right:0;
}

.one-third {
    width: calc(100%/3);
}

.half {
    width:50%;
}

.full {
    width:100%;
}

.left{
    float: left;
}

.right{
    float: right;
}



/* MediumLightbox style */

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

.img {
    display: block;
    margin: auto;
    max-width: 100%;
}


.aspectRatioPlaceholder .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: #D3D3D3 solid 1px;
}

.aspect-ratio-fill {
    padding-bottom: 60%
}

.zoom-effect .img{
    cursor: pointer;
    cursor: -webkit-zoom-in;
    backface-visibility: hidden;
}

.zoom-effect .zoomImg,
.zoom-effect .zoomImg-wrap {
    position: relative;
    z-index: 900;
    transition: all 300ms;
}

.zoom-effect .zoomImg-wrap--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.zoom-effect .zoomImg {
    cursor: pointer;
    cursor: -webkit-zoom-out;
}


.zoom-effect .zoomOverlay.show{
    opacity: 1;
}

.zoom-effect .zoomOverlay {
    z-index: 800;
    background: #fff;
    position: absolute;
    transition: opacity 300ms;
    opacity: 0;
    cursor: pointer;
    cursor: -webkit-zoom-out;
}

@media screen and (min-width:320px)and (max-width:568px) {
    .img-box{
        height: 280px;
        width: 100%;
    }
    .col-md-7{
    padding: 5.6% 8% 8% 4%;
    text-align: center;  
    }
    .logotype {
        display: none;
    }
}

@media screen and (min-width:568px)and (max-width:767px) {
    .narrow {
        padding: 0 30px;
        width: 100%;
    }
    .img-box{
        height: 400px;
        width: 100%;
    }
    .col-md-7{
    text-align: center;  
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .narrow {
        padding: 0 60px;
        width: 100%;
    }
    .img-box{
        height: 420px;
        width: 100%;
    }
    .col-md-7{
    text-align: center;  
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .narrow {
        padding: 0 120px;
        width: 100%;
    }
    .row.vcenter {
    display: flex;
    align-items: center;
}

}
@media screen and (min-width:1200px) {
    .narrow {
        padding: 0 200px;
        width: 100%;
    }
    .row.vcenter {
    display: flex;
    align-items: center;
}
}


