/*Yellow Section*/
.bg-shop {
    background-color: #F7C723;
}
.m-center {
    display: table;
    width: 100%;
}
#hero {
    height: 550px;
    color: #000;
}
.overlay {
    position: fixed;
    background: #000;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s,visibility .35s,width .35s ease-in-out;
    transition: opacity .35s,visibility .35s,width .35s ease-in-out;
    overflow: hidden;
    z-index: 100;
}
#menu-link {
    position: fixed;
    top: 18px;
    height: 50px;
    width: 50px;
    z-index: 200;
    border-radius: 50%;
    right: 5%;
    background-color: #202020;
}
#hero > a {
    font-weight: 700;
    color: #F7C723;
    outline: 0;
}
body, html {
    font-family: 'Roboto',sans-serif;
    position: relative;
}

.m-center>div>div {
    position: relative;
}
.m-center .center-box {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    z-index: 60;
}
.hero-unit {
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.hero-unit h1 {
    font-size: 70px;
    font-weight: 200;
    margin-top: 70px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}
#hero > p {
    border: 0;
    font: inherit;
    line-height: 24px;
    margin-bottom: 15px;
}
.btn.white {
    background: #FFF;
    color: #202020;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0 #E0E0E0;
    -moz-box-shadow: 0 4px 0 #E0E0E0;
    box-shadow: 0 4px 0 #E0E0E0;
}
.img-hero {
    background-image: url(../images/04.png);
    background-repeat: no-repeat;
    background-position: center top!important;
    text-align: center;
    padding-top: 100px;
    height: 400px;
}
.hero-start-link, .hero-start-link:focus {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -19px;
    margin-bottom: 15px!important;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #202020;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 28px;
    color: #FFF;
    background-color: #202020;
}

.btn-default {
    color: #ffffff;
    background-color: #F7C723;
    border-color: #DCB11F;
}
.btn-default:hover {
    color: #ffffff;
    background-color: #E2BA30;
    border-color: #DCB11F;
}

.text-default {
    color: #F7C723;
}

a:hover {
    color: #000;
}
a {
    color: #F7C723;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #F7C723;
}

.default-hovered:hover:after, .default-hovered:hover {
    background-color: #F7C723;
}
