@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/PlayfairDisplay-VariableFont_wght.ttf) format('truetype');
}

body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: sans-serif;
}
#spacer {
    display: block;
    height: 250px;
}

#card {
    display: block;
    width: 90%;
    max-width: 700px;
    min-height: 300px;
    margin: auto;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important
}

a {
    text-decoration: none;
    color: #2A3132;
}

h1 {
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', sans-serif;
    padding-top: 15px !important;
}
h1 span {
    display: inline-block;
}	
h2 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', sans-serif;
    font-weight: normal !important;
}
br {
    clear: both;
}
#divider {
    width: 100%;
}
#line-start {
    display: block;
    border-bottom: 2px solid #2A3132;
    width: 40%;
    height: 10px;
    margin-left: 50px;
    float: left;
}
#dot {
    display: block;
    float: left;
    width: 5%;
    height: 10px;
}
#dot:after {
    padding-left: 20px;
    content:"\25CF";
}
#line-end {
    display: block;
    border-bottom: 2px solid #2A3132;
    width: 40%;
    height: 10px;
    margin-right: 50px;
    float: right;
}

.clear {
    clear: both;
}



#left-container {
    float: left;
    margin-left: 80px;
}
#right-container {
    text-align: right;
    float:right;
    margin-right: 80px;
}

.day {
    float: left;
}
.time {
    float: right;
}

#banner {
    margin: auto;
    text-align: center;
    margin-top: 30px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    width: 600px;

    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#links {
    display: block;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    color: #ccc;
}

#links a {
    text-decoration: none;
    color: #ccc;
}


@media (max-width: 750px) {
    #card {
        padding: 5px;
    }

    #spacer {
        height: 30vw;
    }
    #line-start {
        width: 80%;
    }
    #line-end {
        display:none;
    }
    #dot {
        display: none;
    }
}

@media (max-width: 700px) {
    #spacer {
        height: 20vw;
    }

    #left-container, #right-container {
        float: none;
        margin: auto;
        width: 200px;
        margin-bottom: 40px;
        text-align: left;
    }
    #line-end {
        display:none;
    }
    #dot {
        display: none;
    }
}


