@font-face {
    font-family: Tangerine;
    src: url(../fonts/Tangerine-Regular.ttf);
}



body{
    background-image: url('../img/bg.jpg');
    color: #FFFFFF;
    font-size: 14px;
    font-weight: lighter;
}

.nav-item{
    margin-right: 20px;
    text-transform: uppercase;
    color: #333333;
}

.logo{
    width: 12vw;
    margin: 10px 0px 10px 0px;
}

.contentArea{
    width: 75%;
    margin: auto auto;
}

a{
    text-decoration: none;
    color: #333333;
}

.pdf a{
    text-decoration: underline;
    color: #FFffff;
}

.content {
    background-color: #333333;
    padding: 40px;
    min-height: 800px;
    border-radius: 10px;
    box-shadow: 8px 8px 8px #222222;
    margin-bottom: 40px;
}

.spacer{
    height: 20px;
}

h1{
    color: rgba(255,255,255, 0.8);
    font-family: Tangerine;
    font-size: 6vw;
}

h2{
    color: rgba(255,255,255, 0.8);
}

h3{
    color: rgba(255,255,255, 0.8);
    font-size: 16px;
    font-weight: bold;
}

.gallery{
    margin-top: 40px;
    text-align: center;
}

.gallery-item{
    height: 20vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
    border-radius: 10px;
}

footer{
    position: fixed;
    width: 100%;
    bottom: 0px;

}

nav{
    font-weight: normal;
}

.whitelink{
    color: white;
}

p{
    margin: 0;
    margin-top: 5px;
}

.menu-section{
    margin-top: 20px;
}

.menu-section h3{
    text-align: left;
}

.separator{

    border-bottom: 1px solid rgba(255,255,255,0.3);
    width: 25%;
    height: 20px;
    margin: auto auto;
    margin-top: 20px;
    clear: both;
}

.header-logo{
    width: 25%;
    float: left;
}

.header-address{
    width: 75%;
    float: right;
    text-align: right;
    font-size: 1.5vw;
    bottom: 0px;
}

.clearfix{
    clear: both;
}

.dish, .menu-section{
 clear: both;
}

.dish-name{
    float: left;
    width: 80%;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.dish-name i {
 font-size: small;
    text-transform: none;
}

.dish-price{
    float: right;
    width: 20%;
    text-align: right;
}

.dish li{
    clear: both;
}

.menu-section .fa-solid{
    color: green;
}

.special{
    border: 1px solid #FFFFFF;
    padding: 10px;
    border-radius: 10px;
}

.fusion-responsive-typography-calculated{
    margin-top: 20px;
}