@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,300italic,400italic");

.logo {
    width: 13em;
    padding: 5px 0;
}

.logo-lg {
    width: 270px;
}

.banner {
    background-image: url(/images/banner.jpg);
    height: 300px;
    background-size: cover;
    background-position-y: 50%;
}

:root {
    --lh: 1.9rem;
}

.home-news {
    --max-lines: 3;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem;
}

    .home-news::before {
        position: absolute;
        content: "...";
        bottom: 0;
        right: 0;
    }

    .home-news::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1rem;
        height: 1rem;
        background: white;
    }

.page-head {
    color: #ffffff;
    font-weight: 900;
    position: absolute;
    top: 30%;
    transform: translateY(50%);
    font-size: 80px;
    left: 20px;
    line-height: 80px;
    font-family: "Comfortaa", sans-serif;
}

@media (width <= 360px) {
    .page-head {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (361px <= width <= 500px) {
    .page-head {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (501px <= width <= 800px) {
    .page-head {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (801px <= width <= 1200px) {
    .page-head {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (1201px <= width <= 1700px) {
    .page-head {
        font-size: 70px;
        line-height: 70px;
    }
}

.news-head {
    font-size: 30px;
}

.box img {
    max-width: 100%;
}

.float-start {
    float: left;
    margin: 0 20px 20px 0;
}

header.plain {
    margin: 56px 0 0 0 !important;
}

#header a {
    border: 0 !important;
}

.ticketsLeft {
    display: block;
    font-size: 2em;
    padding: 20px 0;
}

.bookTickets {
    margin-top: 20px;
}

.text-small-italic {
    font-style: italic;
    font-size: 0.7em;
    line-height: 1.5em;
    color: #adadad;
}

.center-flex {
    display: flex;
    justify-content: center;
}

.button-icon {
    width: 30px;
    margin-right: 10px;
}

.clearfix {
    clear: both;
}

.w-100 {
    width: 100%;
}

.mb {
    margin-bottom: 25px;
}

.button-selected {
    background: #2265ab !important
}

.member-head {
    background-image: url('/images/coffee.jpg');
    background-size: cover;
    background-position-y: bottom;
    color: white !important;
}

    .member-head h2, .member-head p {
        color: white !important;
        text-shadow: 1px 1px 1px black;
        padding-top: 70px;
    }

.box .image.featured {
    height: 350px;
    background-size: cover;
    background-position-y: center;
    overflow: hidden;
}

.calBody {
    background: #4db6d5;
    color: white;
    width: 110px;
    font-size: 0.8em;
    text-align: center;
    border-radius: 10px;
    box-shadow: #0000002b 5px 3px 4px 0px;
    float: left;
    margin-right: 20px;
    position:relative;
}
.calDay {
    font-size: 4em;
}

.calYear {
    padding: 0;
    margin: -18px 0 0 0px;
    font-size: 0.7em;
}

.calLoop {
    width: 15px;
    height: 30px;
    position: absolute;
    background: #4db6d5;
    border-radius: 10px;
    border: solid 3px white;
    top: -15px;
}
.calWeekday {
    margin-top: 5px;
}