@font-face {
    font-family: bristone;
    src: url(/Fonts/Bristone\ Reg.otf);
}

body {
    margin: 0;
    padding: 0;
    background-color: #ecd798;
}

img {
    max-width: 100%;
    width: auto;
}

header {
    border-bottom-style: dotted;
    margin-bottom: 10px; 
}

.top-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

button {
    font-family: bristone;
    margin: 10px;
    border-radius: 15px;
    border: solid 1px;
    box-shadow: 2px 2px gray;
    padding: 7px;
    background-color: #f26c23;
}

h1 {
    font-family: bristone;
    text-align: center;
    margin: 10px;
}

.main-image-container {
    max-width: auto;
    max-height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    margin: 0;
}

.description {
    padding: 20px;
    margin: 0;
    text-align: center;
}

.main-image {
    border-radius: 20px;
    box-shadow: 5px 5px 15px 1px white;
}

.hours-header, .days {
    text-align: center;
    margin: 0;
    padding: 0;
}

.hours-header {
    margin-top: 100px;
    margin-bottom: 10px;
    border-bottom: dotted;
}

a {
    cursor: default;
}