
body{
	font-family: Georgia, Times, 'Times New Roman', serif;
	background-color: #595959;
}

.jumbo{
    background-image: url(../img/travelers_.jpg);
    background-size: 100%;
    background-attachment: fixed;
	background-repeat:no-repeat;
    padding: 175px 0;
    margin-bottom: 30px;
	height:100%;
}

.jumbo h1{
    color: #fff;
    text-align: justify;
    margin-bottom: 15px;
    font-size: 3 em;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.contain-to-grid{
    background: #cabb9f;
}
.top-bar{
    background: none;
}
.top-bar .name h1 a {
	font-family: Georgia, Times, 'Times New Roman', serif;
    color: #000;
}

.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button){
    background: none;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

.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: #000;
    font-weight: bold;
}

.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: #617cb5;
    padding-bottom: 30px;
}

#gallery{

	background: #84a8e9;}

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


.ftr{
    background: #808080;
    padding: 20px 0;
}

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

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

#bio{
    background-color: #808080;
    
        
}
#bio h2,h4{
    color: #fff;
    text-align: justify;
}

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

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

.f-topbar-fixed{
    padding-top: 0 !important;
}
.social a{
    padding: 0 5px !important;
    font-size: 1.5em !important;
}

button, .button{
    background-color: #ea421e;
    border-color: #ea421e;
}
button:hover, .button:hover{
    background-color: rgba(234, 66, 30, 0.5);
    border-color: #ea421e;
}
h1, h2, h3, h5, h6, a {
	font-family: Georgia, Times, 'Times New Roman', serif;
    color: #000;
}
a:hover{
    color: #000;
}

.top-bar .toggle-topbar.menu-icon a span:after {
    box-shadow: 0 0 0 1px #ea421e, 0 7px 0 1px #ea421e, 0 14px 0 1px #ea421e;
}

.top-bar .toggle-topbar.menu-icon a {
    padding: 0 30px 0 15px;
    
}
.top-bar .toggle-topbar.menu-icon {
    background: #fff;
    margin-right: 5px;
    border-radius: 5px;
}