body, html {
    font-family: Open Sans, serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    font-weight: 400;
    width: 100% !important;
    height: 100% !important;
}
h1, h2, h3, h4 {
    font-family: Raleway, sans-serif;
}
h2 {
    font-weight: 400;
    font-size: 38px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
h2:after {
    position: absolute;
    content: '';
    background: #d43031;
    height: 2px;
    width: 70px;
    bottom: 0;
    margin-left: -35px;
    left: 50%;
}
h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}
h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
p {
    font-size: 15px;
}
p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}
a {
    color: #8eb640;
}
a:hover, a:focus {
    text-decoration: none;
    color: #222;
}
ul, ol {
    list-style: none;
    padding: 0;
}
.btn-custom {
    text-transform: uppercase;
    color: #777;
    background-color: transparent;
    border: 2px solid #777;
    padding: 14px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    margin-top: 20px;
    transition: all 0.3s;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #ddd;
    border: 2px solid #d43031;
    background-color: #d43031;
}
/* --- HEADER --- */
.intro {
    display: table;
    width: 100%;
    padding: 0;
    background: url(../img/intro-bg.jpg) center center no-repeat;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .overlay {
    background: rgba(0,0,0,0.4);
}
.intro h1 {
    font-family: Rochester, cursive;
    color: #fff;
    font-size: 10em;
    font-weight: 400;
    margin-top: 0;
}
.intro span {
    color: #a7c44c;
    font-weight: 600;
}
.intro p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 150px;
}
header .intro-text {
    padding-top: 200px;
    padding-bottom: 50px;
    text-align: center;
}
/* --- MENU --- */
.restaurant-menu {
    padding: 100px 0 60px 0;
}
.restaurant-menu img {
    width: 300px;
    box-shadow: 15px 0 #a7c44c;
}
.restaurant-menu h3 {
    padding: 10px 0;
    text-transform: uppercase;
}
.restaurant-menu .menu-section hr {
    margin: 0 auto;
}
.restaurant-menu .menu-section {
    margin: 0 20px 80px;
}
.restaurant-menu .menu-section-title {
    font-size: 32px;
    display: block;
    font-weight: 400;
    color: #444;
    margin: 20px 0;
    text-align: center;
}
.restaurant-menu .menu-item {
    margin: 45px 0;
    font-size: 18px;
}
.restaurant-menu .menu-item-name {
    font-weight: 400;
    font-size: 20px;
    color: #444;
    margin-bottom: 10px;
}
.restaurant-menu .menu-item-description {
    font-size: 15px;
    width: 85%;
}
.restaurant-menu .menu-item-price {
    float: right;
    font-weight: 400;
    color: #555;
    margin-top: -36px;
}
/* --- RESPONSIVE --- */
@media (max-width: 480px) {
    .intro h1 { font-size: 2.3em; }
    .intro-text { padding-top: 60px; padding-bottom: 30px; }
    .restaurant-menu { padding: 30px 0 20px 0; }
    .restaurant-menu img { width: 100%; max-width: 180px; }
    .restaurant-menu .menu-section-title { font-size: 20px; }
    .restaurant-menu .menu-item { margin: 16px 0; font-size: 17px; }
    .restaurant-menu .menu-item-name { font-size: 18px; }
    .restaurant-menu .menu-item-price { margin-top: -30px; font-size: 16px; }
}
@media (max-width: 768px) {
    .intro h1 { font-size: 5em; }
    .intro-text { padding-top: 120px; }
    .restaurant-menu img { max-width: 220px; }
}
