/* IMPORT FONTS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Caveat:300,400,600');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --white: #ffffff;
    --light: #f9f9f9;
    --blue: #4b9bf1;
    --grey: #999999;
    --dark: #44515e;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

*:focus {
    outline: 0;
}

html,
body {
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    background: var(--light);
}

img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

input,
button,
textarea,
select {
    font: inherit;
}

h1 {
    display: none;
}

.grid {
    padding-top: 60px;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr 300px 300px 60px;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.breaking-news {
    z-index: 999999;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 600;
    background: rgb(254, 249, 195);
    height: 60px;
    color: rgb(161, 98, 7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden !important;
}

.breaking-news.info {
    font-family: "Caveat", sans-serif !important;
    font-size: 1.2rem;
    color: white;
    background: rgb(99,102,241);
    background: linear-gradient(10deg, rgba(99,102,241,1) 0%, rgba(124,58,237,1) 48%, rgba(168,85,247,1) 100%);
    font-weight: 500;
    overflow: hidden !important;
}

.alert {
    padding: 10px;
    font-weight: 600;
    background: rgb(254, 249, 195);
    color: rgb(161, 98, 7);
    border: 1px solid rgb(201, 147, 72);
    border-radius: 5px;
    margin-bottom: 20px;
}

.top {
    z-index: 9999999;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 20px;
    font-size: 0.7rem;
    font-weight: 400;
    background: var(--dark);
    height: 60px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid var(--white);
}

.top i {
    color: var(--blue);
    width: 20px;
}

.top ul {
    display: flex;
}

.top li:not(:last-child) {
    margin-right: 20px;
}

.top .wrapper {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.top a {
    color: var(--white);
    border-bottom: 2px solid var(--blue);
}

.top a:hover {
    opacity: 0.8;
    border-bottom: none;
}

.logo {
    background: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    padding: 30px 0;
    margin-bottom: 30px;
}

.logo img {
    width: 80%;
    max-width: 80%;
}

.slogan {
    font-family: "Caveat", sans-serif;
    font-size: 1.2rem;
    color: var(--blue);
    text-align: center;
    margin-top: 20px;
    text-shadow: 1px 1px 0px var(--white);
}

.banner {
    background-image: url('../img/bg-bw.png');
    background-size: cover;
    background-position: center -150%;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.banner .text {
    font-family: "Caveat", sans-serif;
    color: var(--blue);
    text-shadow: 1px 1px 0px var(--white);
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border-top: 1px solid var(--white);
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.04);
}

.main {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 4fr;
    grid-template-rows: masonry;
    gap: 30px;
    margin-bottom: 30px;
}

.main > div {
    align-content: start;
}

.main>div>div {
    background: var(--white);
    border-radius: 20px;
    color: var(--dark);
    padding: 20px;
    font-size: 0.9rem;
    margin: 0 20px;
    box-shadow: 1px 5px 29px -6px rgba(0,0,0,0.15);
}

.main h2 {
    display: block;
    align-items: center;
    color: var(--dark);
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.main h2 i {
    color: var(--blue);
    margin-right: 10px;
}

.main a {
    color: var(--blue);
    font-weight: 400;
}

.main a:hover {
    color: var(--dark);
    border-bottom: 2px solid var(--blue);
}

.hours {
    position: relative;
}

.hours ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-weight: 600;
    font-size: 1rem;
}

.hours li {
    position: relative;
    padding: 5px 0;
}

.hours li.today::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: -21px;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent var(--dark);
}

.now_closed {
    position: absolute;
    top: 35px;
    right: 10px;
    background: rgb(206, 67, 67);
    color: var(--white);
    padding: 3px 5px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    transform: rotate(3deg);
}

.now_open {
    position: absolute;
    top: 35px;
    right: 10px;
    background: rgb(49, 180, 119);
    color: var(--white);
    padding: 3px 5px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    transform: rotate(3deg);
}

p.closed {
    padding: 0.5rem;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.closed i {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px 3px 0 0;
    padding: 0.4rem;
}

.closed span {
    font-weight: 700;
}

.hours li:not(:nth-child(15), :nth-child(16)) {
    border-bottom: 1px solid #ebebeb;
}

.hours li:nth-child(odd) {
    color: var(--blue);
}

.hours li:nth-child(11),
.hours li:nth-child(12),
.hours li:nth-child(13),
.hours li:nth-child(14),
.hours li:nth-child(15),
.hours li:nth-child(16) {
    opacity: 0.7;
    font-weight: 300;
    font-style: italic;
}

.hours li:nth-child(odd) {
    text-transform: uppercase;
}

.hours li:nth-child(even) {
    text-align: right;
}

.contact ul {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 10px;
}

.contact li {
    padding: 5px 0;
}

.contact>div i {
    font-size: 2rem;
    opacity: 0.1;
}

.info li:nth-child(odd) {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--blue);
}

.info li:nth-child(even):not(:last-child) {
    padding: 5px 0 10px 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.info li:nth-child(even):last-child {
    padding: 5px 0 10px 50px;
}

.info>div i {
    color: var(--grey);
    font-size: 2rem;
    opacity: 0.1;
    width: 40px;
    margin-right: 10px;
}

b {
    font-weight: 700;
}

footer {
    background: var(--dark);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 0.7rem;
}

footer a {
    color: var(--white);
    opacity: 0.6;
}

footer a:hover {
    opacity: 1;
    border-bottom: 1px solid var(--blue);
}

footer .keywords {
    display: none;
}

footer .desktop {
    display: none;
}

.cc-window {
    font-size: 0.7rem !important;
    opacity: 0.95 !important;
}

.red {
    background: rgb(206, 67, 67);
    color: var(--white);
    padding: 3px 5px;
    border-radius: 3px;
}

.blue {
    background: var(--blue);
    color: var(--white);
    padding: 3px 5px;
    border-radius: 3px;
}

.cookies {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookies>div {
    width: 300px;
    padding: 20px;
    color: var(--white);
    background: var(--dark);
    font-size: 0.8rem;
    border-radius: 10px;
}

.cookies p {
    margin-bottom: 10px;
}

.cookies button {
    background: transparent;
    color: var(--blue);
    padding: 5px 10px;
    border: 2px solid var(--blue);
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    float: right;
}

.cookies button:hover {
    color: var(--white);
    border-color: var(--white);
}

.map {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 300px;
}

iframe {
    height: 100%;
    width: 100%;
}

.gm-inset-map {
    display: none !important;
}

.parallax {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.parallax__layer--base {
    transform: translateZ(0);
}

.parallax__layer--back {
    transform: translateZ(-1px);
}

.notification {
    background: rgba(220, 20, 60, 0.041);
    border: 2px solid crimson;
    border-radius: 10px;
    padding: 0.5rem;
    margin: 1rem 0;
}

@media only screen and (min-width: 600px) {
    .grid {
        grid-template-rows: auto 1fr 600px 600px 60px;
    }

    .wrapper {
        width: 50%;
    }

    .top {
        font-size: 0.9rem;
    }

    .logo img {
        max-width: 100%;
    }

    .slogan {
        top: -70px;
        font-size: 1.5rem;
    }

    .banner {
        background-position: center center;
        background-repeat: no-repeat;
    }

    .banner .text {
        font-size: 2.5rem;
        padding: 1.5rem 3rem;
    }

    .main {
        grid-template-columns: repeat(2, 1fr);
    }

    .main>div>div {
        margin: 0;
    }

    .main h2 {
        text-align: left;
    }

    .now_closed {
        right: 0;
    }

    .now_open {
        right: 0;
    }

    .contact ul {
        grid-template-columns: 10% 90%;
    }

    .map iframe {
        height: 800px;
    }

    footer p:first-child {
        display: none;
    }

    footer .desktop {
        display: block;
    }
}