@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

@font-face {
    src: url("assets/fonts/AvenirLTStd-Book.otf");
    font-family: Avenir;
    font-weight: 300;
}

@font-face {
    src: url("assets/fonts/AvenirLTStd-Medium.otf");
    font-family: Avenir;
    font-weight: 400;
}

body {
    margin: 0;
    font-family: Avenir, sans-serif;
    font-weight: 300;
}

.top-banner {
    padding: 5px 10px;
    text-align: center;
    background-color: black;
    color: white;
}

.top-banner > p {
    margin: 1px;
}

@media screen and (min-width: 600px) {
    .section-main > .content > h1 {
        font-size: 64px !important;
    }

    .section-main > .content > h2 {
        font-size: 24px !important;
    }
}

.header {
    display: flex;
    flex-direction: row;
    margin: 15px 15px;
    align-items: center;
}

.header-logo {
    width: 80px;
}

.section-main {
    width: 100%;
    height: 56.25vw;
    background: black;
    color: white;
    position: relative;
}

.section-main > .content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(50% - 0px);
    transform: translateY(-50%);
    text-shadow: rgba(0, 0, 0, 0.8) 1px 2px 10px;
}

.section-main > .content > h1 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.section-main > .content > h2 {
    font-weight: 400;
    font-size: 14px;
    color: #d6f7ff;
    text-outline: 1px black;
}

.main-section-logo {
    width: 130px;
    background-color: #fff;
    padding: 15px;
    padding-top: 5px;
}

@media (max-width: 999px) {
    .main-section-logo {
        display: none;
    }
}

img.main-bg {
    width: 100%;
    height: 56.25vw;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.card-container {
    position: relative;
    padding: 60px 20px 20px;
}

.card {
    position: relative;
    width: 80%;
    min-width: 300px;
    max-width: 800px;
    border-radius: 15px;
    background-image: linear-gradient(rgb(130, 245, 164), rgba(130, 245, 164, 0.9), rgba(130, 245, 164, 0.8));
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    padding: 40px 16px 16px;
    text-align: center;
}

.card-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #82f5a4;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #3338;
    box-shadow: 1px 3px 2px #0003;
}

.dollar-sign {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 40px !important;
}

table.opening-hours td {
    text-align: left;
    padding: 0 !important;
    padding-left: 7px !important;
    width: 150px;
}

table.opening-hours td:first-child {
    text-align: right;
    font-weight: 400;
}


.filled-icon {
    font-variation-settings: 'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

.fab {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    line-height: 36px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 0;
    flex-shrink: 0;
    color: #fff;
    background-color: #ff4081;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    user-select: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.fab > .material-symbols-rounded {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
    font-weight: 400;
}

table {
    text-align: center;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    border-spacing: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    background: transparent;
}

table.price-table tr {
    height: 48px;
}

tbody {
    font-weight: 300;
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
}

table.price-table td, table.price-table th {
    font-size: 14px;

    text-align: center !important;
    border-bottom-color: rgba(0, 0, 0, .12);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 0 0 0 24px;
    color: rgba(0, 0, 0, .87);
}

th {
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
    font-weight: 600;
}

.card-icon > span {
    position: absolute;
    font-size: 55px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #222;
    font-weight: 400;
}

.card-title {
    font-family: Roboto, sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #04438c;
}

img.bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.bold {
    font-weight: 400;
}

iframe {
    border: none
}

iframe.map {
    width: 100%;
    height: 400px;
}

p {
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

a.plaint-link {
    color: inherit;
    text-decoration: none;
}

.acc-button {
    text-shadow: rgba(0, 0, 0, 0.8) 1px 2px 10px;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    background-color: #ff4081;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.acc-button:hover {
    background-color: #ff1663;
}

.footer {
    text-align: center;
    font-family: sans-serif;
    color: #444;
    font-weight: 400;
    padding-bottom: 10px;
}

.footer > .repco {
    font-size: 13px;
    font-weight: 400;
}

.footer > span.credit {
    font-weight: 200;
    font-size: 90%;
}

.credit > a {
    font-weight: 400;
    text-decoration: none;
    color: #04438c;
}

.divider {
    border-top-color: rgba(0, 0, 0, .12);
    display: block;
    margin: 0;
    border-top-width: 1px;
    border-top-style: solid;
}