.jumbo{
    background-image: url(../img/jumbo_bg.jpg);

    background-attachment: auto;
	background-size: cover;
    padding: 200px 0;
    margin-bottom: 30px;
	background-repeat: no-repeat; 
    background-position: center;

	
}

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


.contain-to-grid, .top-bar{
    background: #eaeaea;
}

.name{
    background: #ffffff;
    padding: 5px 30px;
    height: 60px !important;
	border-color: #091955;
	border-width: 1px;
	border-style: solid;
}

.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button){
    background: none;
    
}

.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;
}

#about li>ul>li{
    padding: 3px 0;
	list-style-type: square;
}


.copy{
    background: #737373;
    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: left;
}

#portfolio h3{
    color: #091955;
    text-align: center;
/*	background-color: #aaaaaa; */
	background: rgba(255,250,240,0.7);
	font-size: 1.25rem;
	text-decoration: none;
}

#portfolio h3 a{
	color: #091955;
	text-decoration: underline;
    
}

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

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

