.jumbo {    
    background-color: #faa61a;
    padding: 50px 0 50px 0;
    background-repeat: no-repeat;
}

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

.contain-to-grid {
    background: rgba(255, 255, 255, 1);
    height: 100px;
}

.top-bar {
    background: none;
    height: 100px;
}

.top-bar .name h1 a {
    color: #faa61a;
}

.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: #faa61a;
    font-size: 90%;
    text-transform: uppercase;
    text-decoration: none;
}

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

.row:before {
    display: block;
    content: " ";
    margin-top: -90px;
    height: 90px;
    visibility: hidden;
}

section {
    padding-bottom: 150px;
}

#contact {
    background: #eaeaea;
    padding-bottom: 30px;
}

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

.copy {
    padding: 10px 0;
}

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

.copy a {
    color: #faa61a;
}

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

.th {
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 150px;
}

#portfolio {
    background-color: #faa61a;
}

#portfolio h2,
h4 {
    color: #fff;
    text-align: center;
}

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

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

.f-topbar-fixed {
    padding-top: 0 !important;
}

.social a {
    padding: 0 10px !important;
    font-size: 2.5em !important;
}

button,
.button {
    background-color: #faa61a;
    border-color: none;
    color: #ffffff;
}

button:hover,
.button:hover {
    background-color: #white;
    border-color: #ffffff solid 3px;
}

h1,
h2,
h3,
h5,
h6 {
    color: #bcbdc0;
    padding-top: 20px:
}

a {
    color: #faa61a;
}

a:hover {
    color: #000;
}

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

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

@media only screen and (max-width: 800px) {
    .jumbo {
        margin-bottom: 0;
        padding: 50px 0 10px;
    }
    .jumbo h1 {
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
        font-size: 2em;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }
}

footer {
    background-color: #faa61a;
    padding: 1em 0 7em 0;
}