.button{
    background-color: #f26522;
}
#lauching h4{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}
#slogan{
    margin-top:5px;
    font-size:12px;
    line-height: 20px;
    max-width:700px;
}
#contactpadding{
    padding:0 0;
}
#changesize{
    max-width: 200px;
    margin-right:20px;
}
/*.top-bar p{
    height:140px;

}*/
#footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
    background-color: #1a1a1a;

}
.jumbo{
    background-image: url(../img/backgruond5.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    background-position: center center;
}

.jumbo h1{
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.contain-to-grid, .top-bar{
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

.name{
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    display:block;
    padding-bottom:20px;
}

.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button){
    background: none;
    
}
.jumbo .top-bar .row h1{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.top-bar-section li:not(.has-form) a:hover:not(.button){
    background: none;
    text-decoration: underline;
    color: #1a1a1a;
    
}

.top-bar-section ul li > a{
    color: #1a1a1a;
}

.active{
    text-decoration: underline;
    font-weight: bold !important;
}

.row:before { 
  display: block; 
  content: " "; 
  margin-top: -90px; 
  height: 90px; 
  visibility: hidden;
    
}
/*
section{
    padding-bottom: 150px;
}*/
#contact{
    background: #fff;
    padding-bottom: 30px;
}

#contact li>ul>li{
    padding: 5px 0;
}


.copy{
    background: #003046;
    padding: 10px 0;
}

.copy p{
    color: #fff;
    margin-bottom: 0;
}

.copy a{
    color: #fff;
}

ul, ol, dl {
    list-style: none;
}

.th{
    border: none;
}
#portfolio{
    background-image: url(../img/port_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
        
}
#portfolio h2,h4{
    color: #fff;
    text-align: center;
}

#portfolio h4{
    margin-bottom: 30px;
}

#portfolio img, #about img{
    display: block;
    margin: 0 auto;
}