/*general settings*/
* {
    margin: 0;
    padding: 0;
}
body,
html {
    min-height: 100%;
}
.logo {
    margin-left: 30px;
    margin-top: 30px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}
.centerrounded {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    width: 55%;
    border-radius: 20px;
}

/*navagation bar settings*/
#navbar{
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 9;
}
nav{
    width: 100%;
    height: 70px;
    background-color: #000;
    opacity: 0.8;
    line-height: 50px;
}
nav ul{
    margin-top: 0;
    padding: 0;
    text-align: center;
}
nav ul li{
    list-style-type: none;
    display: inline-block;
}
nav ul li a{
    text-decoration: none;
    color: #8a8c8f;
    width: 100px;
    padding: 60px;
    font-family: Majesti-Banner;
    font-weight: 100;
    font-size: 25px;
}

/*fonts*/
@font-face {
    font-family: "majesti-banner";
    src: url(../fonts/majesti-banner-light.otf);
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: "majesti-banner";
    src: url(../fonts/majesti-banner-medium.otf);
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: "majesti-banner";
    src: url(../fonts/majesti-banner-bold.otf);
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "majesti-banner";
    src: url(../fonts/majesti-banner-heavy.otf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "athelas";
    src: url(../fonts/athelas.ttf);
    font-style: normal;
    font-weight: 200;
}
/*home page settings*/
.homebody{
    background-image: url(../images/homebkg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.homehead {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-family: majesti-banner;
    font-weight: 400;
    font-size: 10em;
    color: white;
    font-feature-settings: "swsh" 2, "calt";
}

/*about page settings*/
.aboutbody{
    background-color: #41393d;
    background-image: url(../images/aboutbkg.png);
    background-position: 50%;
    background-size: cover;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -1;
}
.aboutbox {
    background-color: white;
    opacity: 0.8;
    width: 50%;
    height: auto;
    border-radius: 20px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 40px;
}
.abouthead{
    text-align: center;
    color: #8a8c8f;
    font-family: athelas;
    font-size: 40px;
    padding-top: 15px;
    margin-top: 20px;
}
.abouthead2 {
    text-align: center;
    color: #8a8c8f;
    font-family: athelas;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.aboutp {
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #8a8c8f;
    font-family: athelas;
    font-size: 20px;
}

/*menu and drinks settings*/

.menubody {
    background-color: #41393d;
    background-image: url(../images/menubkg.png);
    background-position: 50%;
    background-size: cover;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -1;
}
.menubox {
    background-color: white;
    opacity: 0.9;
    width: 60%;
    height: auto;
    border-radius: 20px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 90px;
    padding: 40px;
}
.column {
    float: left;
    width: 33.33%;
}
.row::after {
    content: "";
    display: table;
    clear: both;
}
.menuh1{
    text-align: center;
    color: #be1e2d;
    font-family: majesti-banner;
    font-weight: 300;
    font-size: 50px;
    padding-top: 28px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 6px;
    margin-right: 8px;
}
.menuh2{
    color: #41293d;
    font-family: athelas;
    font-size: 25px;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-left: 7px
}
.menup1{
    color: #202020;
    font-family: athelas;
    font-size: 17px;
    padding-top: 7px;
    margin-top: 7px;
    padding-bottom: 25px;
    margin-left: 7px;
    margin-right: 7px;
}
.menup11{
    color: #202020;
    font-family: athelas;
    font-size: 17px;
    padding-top: 7px;
    margin-top: 7px;
    padding-bottom: 6px;
    margin-left: 7px;
    margin-right: 7px;
}
.menup2{
    color: #8a8c8f;
    font-family: athelas;
    font-size: 14;
    padding-top: 2px;
    margin-top: 2px;
    margin-left: 7px;
    margin-right: 7px;
}
.menup3 {
    color: #8a8c8f;
    font-family: majesti-banner;
    font-weight: 100;
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center;
    margin-left: 7px;
}

.drinkbody {
    background-color: #41393d;
    background-image: url(../images/drinksbkg.png);
    background-position: 50%;
    background-size: cover;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -1;
}
.drinkbox {
    background-color: white;
    opacity: 0.9;
    width: 60%;
    height: auto;
    border-radius: 20px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 90px;
    padding: 40px;
}



/*contact us settings*/

.contactbody {
    background-color: #41393d;
    background-image: url(../images/contactbkg.png);
    background-position: 50%;
    background-size: cover;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -1;
}
.contactbox {
    background-color: white;
    opacity: 0.95;
    width: 50%;
    height: auto;
    border-radius: 20px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 40px;
}
.contacth1 {
    text-align: center;
    color: #be1e2d;
    font-family: majesti-banner;
    font-weight: 400;
    font-size: 55px;
    padding-top: 20px;
    margin-top: 20px;
}
.contacth2 {
    text-align: center;
    color: #be1e2d;
    font-family: majesti-banner;
    font-weight: 300;
    font-size: 40px;
    padding-top: 20px;
    margin-top: 15px;
}
.contactp {
    text-align: center;
    color: #be1e2d;
    font-family: athelas;
    font-size: 30px;
}
.socialmedia{
    text-align: center;
}
.links{
    list-style-type: none;
    display: inline-block;
}
