/*---- Styled by Jesse Scott - July 7th, 2017 ----*/

@import url(https://fonts.googleapis.com/css?family=Anton|Lato|Luckiest+Guy);

/* --
font-family: 'Anton', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Luckiest Guy', cursive;
-- */

.body {
    background-size: cover;
}
#supersized a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}

/* -- Top -- */
.website .top {
    height: 0;
    background-color: transparent !important;
}

/* -- Header -- */
.header { 
    box-shadow: none;
    background-repeat: repeat-x;
    height: 80px;
    transition: all 0.5s ease;  
}

.header .header_info {
    display: none;
}
.header .header_logo {
    background-size: 100%;
    width: 500px !important;
    height: 110px !important;
    transition: all 0.5s ease;  
}


/* -- Nav -- */
.nav {
    background-color: transparent;
    background-image: none;
    border: none;
    height: 80px;
}
.nav .list_pages {
    font-family: 'Anton', sans-serif;
    font-size: 24px !important;
    letter-spacing: 1px;
    text-transform: lowercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    padding-right: 30px;
    line-height: 90px;
}
.nav .list_pages .item_page {
    margin-left: 0px;
}
.nav .list_pages .item_page .link {
    color: #eee;
    padding: 10px; 
    border: 1px dotted transparent; 
    transition: all 0.5s ease;  
}
.nav .list_pages .item_page .link:hover, 
.nav .list_pages .item_page:hover .link, 
.nav .list_pages .active .link {
    text-decoration: none;
    color: #d13238;
}



/* -- Content -- */
.content {
    color: #eee;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.content h2 {
    font-family: 'Luckiest Guy', cursive;
    font-weight: 100;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 80px;
    text-transform: uppercase;
    text-shadow: -3px 2px rgba(0, 0, 0, 0.7);
    color: #f9ec32;
    margin: 0;
}
.content h3:before {
    display: none;
}
.content .image_border {
    border-color: #000;
}
.content .body_block {
    background-color: transparent;
    padding: 10px;
}
.content .highlight_block {
    background-image: none;
    border: none;
}



/* -- Page -- */
.page {
    background-color: transparent;
    background-image: none;
    color: #eee;
    min-height: 0px;
}
.page_wrapper {
}


/* -- Page : Home -- */

/* -- Page : Info -- */

/* -- Page : Menu -- */
.page_menus .page {
    float: right;
}
.page_menus .page_wrapper {
    padding: 80px 0 80px;
}
.content .menus_list {
    font-family: 'Lato', sans-serif;
    font-size: 20px;    
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.content .menus_list .list_item .item_link:hover, 
.content .menus_list .list_item .active_link {
    text-decoration: underline;
    color: #d13238;
}
.content .menus_content {
    padding: 0;
}
.content .menus_content h3.menu_name {
    font-family: 'Anton', sans-serif;
    font-weight: 100;
    font-size: 24px;
}
.content .menu_section h4.section_name {
    font-family: 'Anton', sans-serif;
    font-weight: 100;
    font-size: 20px;
}
.content .menu_section .menu_item {
    padding-bottom: 10px;
    margin: 3px 0;
    border-bottom: none;
}
.content .menu_section .menu_item h4.item_name {
    float: left;
    margin: 0;
    clear: none; 
    font-family: 'Anton', sans-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
}
.content .menu_section .menu_item td.price {
    font-family: 'Anton', sans-serif;
    font-weight: 100;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 140%;
}
.content.view_print .page {
    width: 97% !important;
}
.menu_section .menu_item td.pTitle {
    text-align: right;
}



/* -- Page : VIP -- */
.page_viplist .page {
    float: right;
}

/* -- Page : Contact -- */
.page_contact .page {
    float: right;
}




/* -- Footer -- */
.footer {
    color: #fff;
    background-color: #000;
    font-family: 'Lato', sans-serif; 
    padding-top: 5px;
}
.footer .footer_logo {
    right: 10px;
}