body div {
    font-family: 'Oswald', sans-serif;
}

.clearfix {
    clear: both;
    width: 100%;
    height: 1px;
}

.navbar-inverse {
    background-color: rgba(67, 144, 182,0.94); /* hsl(200, 46%, 49%) */
    border-color: rgba(67, 144, 182,0.94);
    height: 80px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-inverse.shrink {
  height: 48px;
}


.navbar-brand > img {
    max-height: 56px;
    display: inline-block;
    position: relative;
    top:0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-brand > img.shrink {
    max-height: 36px;
    top:-6px;
}

.navbar-brand .tagline {
    display: inline-block;
    color: #222222;
    margin-left: 30px;
    font-size: 1.5rem;
    position:relative;
    top:0;
    left:0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-brand .tagline.shrink {
    top:-8px;
    left:-10px;
}

.nav-buttons-container {
    position: relative;
    float: right;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border:none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border:none;
}

.nav-buttons-container.shrink {
    height: 48px;
}

.nav-buttons-container > a {
    padding: 4px 10px;
    background-color: #15516f;
    border-radius: 2px;
    color:#FFFFFF;
    margin-left:30px;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.nav-buttons-container > a:active, .nav-buttons-container > a:hover {
    background-color: #0b3347;
    text-decoration: none;
}

.jumbotron {
    color:#FFFFFF;
    background-color: #222222;
    background-image: url(../../img/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 100%;
    background-position:  0px  0px; 
}

.jumbotron h1 {
    text-shadow: 2px 2px 3px #222222;
}

.jumbotron p {
    text-shadow: 3px 3px 3px #000000;
}

#preamble {
    margin: 40px auto 40px auto;
}

.preamble-text .atext {
    font-size: 1.8rem;
}

#about, #contact {
    margin: 20px auto 20px auto;
    border-top:1px solid #E7E7E7;
    padding-top: 20px;
}

.portfolio-intro {
    margin-top: 20px;
    margin-bottom: 20px;
}

.portfolio-intro .bars {
    font-size: 2.2rem;
    font-weight: 600;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    display: inline-block;
    width:auto;
    text-transform: uppercase;
    padding: 6px;
}

#clientList {
    margin:0px auto 20px auto;
    font-size:90%; 
    line-height:16px;
}

#footer-nav {
    margin: 20px auto 120px 40px;
    border-top:1px solid #E7E7E7;
    padding-top: 20px;
}


/**************************
******** Preloader ********
**************************/
#preloader {
    display: flex;
    width: 100%;
    height: 240px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.85);
    z-index: 999;
}

#status {
    display: block;
    text-align: center;
    color: #BBBBBB;
    width: 80px;
    height: 100px;
    background-image: url(../../img/loading.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
}

.invisible-link {
    position: fixed;
    right:10px;
    bottom:10px;
}

.invisible-link a {
    color:rgba(255,255,255,0,0);
    text-decoration: none;
    font-size:.4rem;
}


@media screen and (max-width: 1028px) { 
    .navbar-brand .tagline {
        font-size: 1.3rem;
    }
     .nav-buttons-container > a {
        padding: 4px 7px;
        margin-left:20px;
    }
}

@media screen and (max-width: 768px) { 
     .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: none;
         position: relative;
         top:30px;
    }
     .nav-buttons-container   {
        background-color:rgba(67, 144, 182,0.94);
         align-items: center;
         justify-content: center;
         border:none;
    }
    
    .nav-buttons-container a:Last-child  {
       margin-right: 20px;
    }
}
