body{
    font-family: 'Cormorant Garamond', serif;
    margin:0 auto;
    position: relative;
}

body.menuBody{
    background-color: black;
}

h2{
    font-size:45px;
    font-weight: 200;
    margin:0 auto;
}

h3{
    font-size:30px;
}

h4{
    font-size:28px;
    font-family: "raleway";
    font-weight: 300;
}

h5{
    font-size:20px;
    font-family: "raleway";
    font-weight: 300;
}

h6{
    font-size:14px;
    font-family: "raleway";
    font-weight: 300;
}

header{
    padding: 30px 50px 15px 50px;
    background-color: #E6D8D7;
    border-bottom: 2px solid #b7a980;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
    min-height: 55px;
}

.mobMenuHamburger {
    display: none;
    justify-content: flex-end;
    margin-right: 30px;
    height: 40px;
}

.mobMenuHamburger span {
    font-size: 30px;
    position: absolute;
    top: 50%;
    height: 30px;
    margin-top: -27px;
    padding:20px;
    cursor:pointer;
}

.logo--container{
    font-family: 'Cormorant Garamond', serif;
    width:100%;
    display:inline-block;
}

.logo--container h2 {
    FONT-WEIGHT: 300;
    font-size: 32px;
}

.menuNav--wrapper {
    display: inline-flex;
    justify-content: flex-end;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    position: absolute;
    right: 70px;
    top: 20px;
}

.menuNav--container{
    width:46%;
    display:inline-block;
    margin-right:10%;
    
}
.menuNav--container ul{
    display:flex;
    justify-content: flex-end;  
    white-space: nowrap;
}

.menuNav--container a{
    display:table;
    height:100%;
    margin-right:20px;
    text-decoration:none;
    color:black;
    padding:10px;
}

.menuNav--container a li{
    list-style-type: none;
    display:table-cell;
    vertical-align: middle;
    position:relative;
}

.menuNav--container a li:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -15px;
    left: 0;
    background-color: #b7a980;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.menuNav--container a li:hover:before{
    visibility: visible;
  transform: scaleX(1);
}


.mobMenuNav--wrapper{
    display:none;
    height:100%;
    width:60%;
    position: fixed;
    right:0px;
    top:0px;
    background-color:#191818;
    border-left:2px solid #b7a980;
    z-index:3;
    font-family: "raleway";
    transform: translateX(500px);
    transition: 1s ease;
}

.mobMenuNav-closeButton{
    font-size:40px;
    text-align: right;
    margin:10px 20px;
    color:#b7a980;
    
}

.mobMenuNav-closeButton:hover{
    cursor: pointer;
}

.mobMenuNav--container ul{
    display:flex;
    justify-content: flex-start; 
    flex-wrap: wrap;
    padding-left: 30px;
    margin-right: 5px;
}

.mobMenuNav--container a li{
    list-style-type: none;
    color:white;
}

.mobMenu--contact{
    display:flex;
    align-items: center;
}

.mobMenu--contactSpan{
    margin-right:10px;
}

.mobMenuNav--container a{
    height:100%;
    margin:20px auto;
    text-decoration:none;
    color:black;
    width:100%;
    padding-bottom:5px;
    border-bottom:1px solid #b7a980;
}
.homepageHeroImage--container {
    width: 100%;
    height: 700px;
    max-height: 500px;
    background-image: url(Images/DimSumStock1.jpg);
    background-size: cover;
    margin-top: 100px;
}

.homepageHeroOverlay--container {
    width: 100%;
    height: 100%;
}

.homepageHeroOverlay {
    height: 100%;
    width: 50%;
    float: right;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}   

.homepageHeroOverlay--content{
    padding:50px;
}

.homepageHeroOverlay--content h1{
    text-align: center;
    font-size: 65px;
    font-weight: 300;
    margin: 0px auto;
    color: #b7a980;
}

.homepageHeroOverlay--content h4{
    color: #ffffff;
    text-align: center;
    font-family: "raleway";
    font-size: 30px;
    font-weight: 200;
    margin:30px auto;
}

.homepageHeroCTA--container {
    text-align: center;
    margin-top: 62px;
}

a.homepageHeroCTA--Menu, a.homepageHeroCTA--contact {
    text-align: center;
    text-decoration: none;
    padding: 20px;
    color: white;
    background: black;
    margin: 0 auto;
    font-family: 'Raleway';
    border: 1px solid #b7a980;
    margin:0px 10px;
}

a.homepageHeroCTA--Menu:hover, a.homepageHeroCTA--contact:hover, .homepageMenuCTA--container a:hover {
    background: #b7a980;
    cursor: pointer;
    border-color: white;
    color:white;
}

.homepageAboutUs--container{
    background-color: #E6D8D7;
    padding:80px 15%;
    text-align: center; 
    
}

.homepageAboutUs--container h2{
    font-weight:200;
}

.homepageAboutUs--container h4, .homepageAboutUs--container p{
    font-family: "raleway";
    font-weight: 300;
}

.homepageAboutUs--container p{
    line-height:25px;
    font-size:16px;
}

.homepageMenu--container {
    padding: 80px 0px;
    text-align: center;
}

.homepageMenu--3col--container{
    width:100%;
    background:grey;
    display:flex;
    
}

.homepageMenu--3col{
    width:33.3%;
    min-height:330px;
    background-size:cover;
    position:relative;

}

.homepageMenu-DimSum--container{
    background-image: url("Images/dimSumStock2.jpg")
}

.homepageMenu-Restaurant--container{
    background-image: url("Images/thaiStock1.jpg")
}

.homepageMenu-Drinks--container{
    background-image: url("Images/drinksStock1.jpg")
}

.homepageMenu--3colOverlay{
    position:absolute;
    height:30%;
    width:100%;
    bottom:0;
    background:rgba(0,0,0,0.5);
    color:white;
    display:flex;
    align-items: center;
    justify-content: center;
}

.homepageMenuCTA--container {
    margin: 80px auto 40px auto;
}

.homepageMenuCTA--container a {
    padding: 16px 25px;
    color: #b7a980;
    background: black;
    font-family: 'Raleway';
    margin: 10px;
    text-decoration-line: none;
}

.homepageContact--container{
    text-align: center;
    padding:30px 15%;
    color:white;
    background-color:black;
}

.homepageContact--container h2{
    margin:30px auto 20px auto;
}

.homepageContact--container span{
    margin:0px 10px;
}

.contactUnderline{
    border-bottom: 2px solid #b7a980;
    width: 150px;
    margin: 0 auto 20px auto;  
}


#map {
  height: 550px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}


/* MENU CSS */
.menuPageTabs--wrapper{
    margin-top:100px;
    color:white;
}

.menuPageTabs--wrapper h2{
    color:white;
    text-align: center
}

.menuTabContent {
    color: white;
}

.menuPageTabs--container{
    padding: 30px 30px 0px 30px;
}

.menuPageTabs-Categories {
    text-align: center;
    padding:30px 0px;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.menuPageTabs-Categories button {
    background-color: inherit;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: white;
    font-family: 'Raleway';
    border: 1px solid #b7a980;
    margin:2px;
}

button.menuTabLink.active {
    background: #b7a980;
}

.menuTabContent {
    display: none;
    padding:0px 5%;
}

.menuTabContent.SelectMenu {
    display: block;
}

.menuTabContent h1 {
    font-family: 'Cormorant Garamond';
    font-weight: 300;
    font-size: 41px;
    text-decoration-line: underline;
    text-underline-offset: 21px;
    text-decoration-color: #b7a980;
    text-decoration-thickness: 3px;
    text-align: center;
}

.takeAwayImageContainer {
    width: 90%;
    margin: 10px auto;
}

.takeAwayImageContainer img {
    width: 100%;
}

.menuTabContent p{
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
}

.mainMenuGuide--wrapper {
    display: flex;
    justify-content: space-around;
    margin: 40px auto;
}

.mainMenuGuide--container {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainMenuGuideBubble {
    width: 150px;
    height: 150px;
    background: #e6d8d7;
    border-radius: 50%;
}

.mainMenuGuide--container .mainMenuGuideBubble {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainMenuGuideBubble img{
    height: 80%;
}

.mainMenuGuide--bubble2 .mainMenuGuideBubble img {
    height: 70%;
}


.mainMenuGuideText {
    margin: 20px auto;
}

.mainMenuGuideText p {
    font-family: 'Raleway';
    font-size: 15px;
    color: #b7a980;
}

a.downloadLink {
    color: white;
    font-family: 'Raleway';
    text-decoration: none;
    margin: 30px auto;
    text-align: center;
    padding: 20px;
    border: 1px solid white;
    display: block;
    max-width: 200px;
}

a.downloadLink:hover {
    background:#b7a980;
}

.openingTabs--wrapper{
    margin-top:100px;
    color:white;
    padding:30px;
}



.contactTitle{
    color:white;  
}

.openingHours--wrapper {
    border-bottom: 4px solid #b7a980;
    border-top: 4px solid #b7a980;
    display: flex;
}

.openingHours--wrapper p{
    font-size: 17px;
    margin: 12px auto;
    font-family: 'Raleway';
}

.openingHours--wrapper h3{
    font-family: 'Raleway';
}

.openingHoursblock {
    width: 50%;
    display: inline-block;
    padding: 20px;
}

.openingHoursblock.dimSumOpening {
    background: #554949;
    color: #e6d8d7;
}

.openingHoursblock.thaiOpening {
    color: #b7a980;
    background: #191818;
}

.openingDays {
    width: 38%;
    padding-left: 30px;
    display: inline-block;
}

.openingTime {
    width: 49%;
    display: inline-block;
}

.gallery--wrapper{
    margin-top:100px;
    padding:30px;
}

.galleryTitle-container h2{
    color:black;
}

@media only screen and (max-width:1024px){
    .homepageHeroOverlay {
        width: 60%;
    }
    
    .homepageHeroOverlay--content {
        padding: 35px;
    }

}

@media only screen and (max-width:769px){
    .menuNav--container ul{
        display:none; 
    }
    .mobMenuHamburger{
       display:flex;  
    }
 
    .mobMenuNav--wrapper{
        display:block;
    }
    
    .mobileMenuOpened{
        transform:translateX(0px) !important;
    }
    
    header {
        padding: 30px 50px 15px 20px;
    }
    
    .homepageHeroOverlay {
        width:100%;
    }
}

@media only screen and (max-width:660px){
    .homepageMenu--3col--container {
        flex-wrap: wrap;
    }
    
    .homepageMenu--3col {
        width: 100%;
        min-height: 140px;
        border-bottom: 1px solid #b7a980;
    }
    
    .homepageMenu--3colOverlay{
        height:100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
    
    .homepageMenu--3colOverlay h5 {
        margin-right: 20px;
    }
    
    .mainMenuGuide--wrapper{
        flex-wrap: wrap;
    }
    
    .mainMenuGuide--container {
        flex-direction: row;
        margin: 10px auto;
        padding: 0px 10px;
        width:100%;
    }
    
    .mainMenuGuideBubble {
        min-width:150px;
        margin: 5px 15px;
    }
    
    .mainMenuGuideText p {
        text-align: left;
    }   
    
    .openingHours--wrapper{
        flex-wrap: wrap;
    }
    .openingHoursblock {
        width: 100%;
    }
    .openingDays {
        width: 43%;
        padding-left: 5%;
    }
}

@media only screen and (max-width:550px){
    .menuPageTabs-Categories button{
        width:46%;
    }
}

@media only screen and (max-width:500px){
    .menuNav--wrapper {
        right: 90px;
    }
    
    .mobMenuHamburger{
         margin-right:-10px;
    }
    
    .mobMenuNav--wrapper{
        transform: translateX(500px);
        width:80%;
    }
    
    .homepageHeroOverlay--content h1 {
        font-size: 47px;
    }
    
    .homepageHeroCTA--container {
        margin-top:20px;
    }
    
    a.homepageHeroCTA--Menu, a.homepageHeroCTA--contact{
        display:block;
        padding:15px;
        margin:20px auto;
    }

}
