/* Main */
.container {
    margin: 0% 25% 0% 25%;
}
.bottom {
    margin-bottom: 90px;
}
.top {
    margin-top: 40px;
}
/* Web fonts */
@font-face {
    font-family: 'Majesti-Banner-Medium';
    src: url('/fonts/Majesti-Banner-Medium.otf');
}
/* Website typography */
.text h2 {
    font-family: Majesti-Banner-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    color: rgb(65, 57, 61);
}
.text p {
    font-family: "athelas",serif;
    letter-spacing: 3px;
    text-align: center;
    line-height: 1.5;
    color: rgb(65, 57, 61);
    margin-bottom: 50px;
}
/* Website logo */
.logo img {
    width: 100%;
    display: block;
    margin-bottom: 4%;
}
/* Website navigation */
.nav {
    list-style-type: none;
    margin-bottom: 0%;
    padding: 0%;
    border-bottom: 2px solid;
    border-top: 2px solid;
    text-align: center;
    border-color: rgb(65, 57, 61);
}
ul li {
    display: inline-block;
    text-transform: uppercase;
    font-family: "athelas",serif;
    letter-spacing: 3px;
    margin: 0px -2px;
        }
a:link {
    text-decoration: none;
    color: rgb(65, 57, 61);
    padding: 8px;
}
a {
    display: block;
    background-color: white;
    width: 100px;
}
li a {
    color: rgb(65, 57, 61);
}
li a:hover {
    background-color: rgb(215, 228, 194);
    color: rgb(65, 57, 61);
}
.active {
    background-color: rgb(65, 57, 61);
    color: white;
}
/* Home page gallery */
.gallery {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -4px;
}
.gallery img {
    width: 100%;
}
/* Menu page */
.menu {
    margin-bottom: 50px;
}
.main h3 {
    letter-spacing: 3px;
    color: rgb(65, 57, 61);
    margin: 0%;
    text-align: left;
}
.main {
    border-bottom: 2px dotted;
    border-color: rgb(65, 57, 61);
}
.description p {
    margin: 0%;
    text-align: left;
    font-style: italic;
    color: rgb(138, 140, 143);
    margin-bottom: 30px;
}
.price h3 {
    float: right;
    margin-top: -22px;
    color: rgb(65, 57, 61);
}
/* Contact page */
.row {
    display: flex;
}
.column1 {
    flex: 50%;
    width: 50%;
    overflow-wrap: break-word;
    border-right: 2px solid;
    border-color: rgb(65, 57, 61);
    height: 300px;
}
.column2 {
    flex: 50%;
    width: 50%;
    overflow-wrap: break-word;
}
.column1 p {
    font-family: "athelas",serif;
    letter-spacing: 3px;
    text-align: center;
    margin: 20px 5% 20px 5%;
    line-height: 1.5;
    color: rgb(65, 57, 61);
    text-align: right;
    margin-right: 8%;
}
.column2 p {
    font-family: "athelas",serif;
    letter-spacing: 3px;
    text-align: center;
    margin: 20px 5% 20px 5%;
    line-height: 1.5;
    color: rgb(65, 57, 61);
    text-align: left;
    margin-left: 8%;
}
.column1 h4 {
    font-family: Majesti-Banner-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(65, 57, 61);
    text-align: right;
    margin-right: 8%;
    margin-top: 40px;
}
.column2 h4 {
    font-family: Majesti-Banner-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(65, 57, 61);
    padding-left: 8%;
    margin-top: 40px;
}
/* Website footer */
.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    color: rgb(65, 57, 61);
    text-align: center;
    display: inline; 
}
.social {
    display: inline;
}
.social img {
    width: 50px;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.link {
    display: inline;
    background-color: rgba(255, 255, 255, 0);
}
