/* 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;
}
h6 {
	text-align: center;
	font-family: Majesti-Banner-Medium;
	text-transform: uppercase;
	color: rgb(138, 140, 143);
    margin-bottom: 8px;
} 
/* Sitemap */
#sitemap {
    text-align: center;
    margin-left: 43%;
    margin-right: 43%;
    margin-bottom: 100px;
    font-family: Majesti-Banner-Medium;
	text-transform: uppercase;
	color: rgb(138, 140, 143);
    letter-spacing: 3px;
    border: 2px solid;
    border-color: rgb(65, 57, 61);
}
#sitemap:hover {
    background-color: rgb(215, 228, 194);
}
.sitemap {
    display: grid;
    text-decoration: underline;
    padding-left: 0px;
}
/* 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-left: 2px solid;
    border-color: rgb(65, 57, 61);
    padding-bottom: 40px;
}
.column2 {
    flex: 50%;
    width: 50%;
    overflow-wrap: break-word;
    border-right: 2px solid;
    border-color: rgb(65, 57, 61);
}
.column1 p {
    font-family: "athelas",serif;
    letter-spacing: 3px;
    margin: 20px 5% 0px 5%;
    line-height: 1.5;
    color: rgb(65, 57, 61);
    text-align: center;
}
.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);
}
.column1 h4 {
    font-family: Majesti-Banner-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(65, 57, 61);
    text-align: center;
    margin-top: 40px;
}
.column2 h4 {
    font-family: Majesti-Banner-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(65, 57, 61);
    margin-top: 40px;
    text-align: center;
}
/* Contact form */
input[type=text], select, textarea {
    width: 100%;
    padding: 12px; 
    border: 1px solid rgb(65, 57, 61);
    box-sizing: border-box;
    margin-top: 6px; 
    margin-bottom: 16px; 
    background-color: rgb(215, 228, 194);
}
input[type=submit] {
    background-color: rgb(65, 57, 61);
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
	font-family: "athelas",serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}
input[type=submit]:hover {
    background-color: rgb(190, 30, 45);
}
.form {
    border: 2px solid rgb(65, 57, 61);
    padding: 20px;
    margin-bottom: 100px;
}
.form h5 {
    margin: 0px;
    font-family: Majesti-Banner-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(65, 57, 61);
}
#fname, #lname, #subject {
    font-family: "athelas",serif;
    color: rgb(138, 140, 143);
}
/* Event page */
.event {
    width: 100%;
}
.img img{
    width: 33.33%;
    float: left;
    height: 185px;
}
.info {
    width: 99.5%;
    height: 250px;
    border: 2px solid black;
    margin-top: 185px;
}
.info p {
    text-align: center;
    font-family: Majesti-Banner-Medium;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 60px;
    
}
/* 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);
}
