/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

.red {
    background:#f97171;
}
.orange {
    background:#f99e50;
}
.yellow {
    background:#f5d55f;
}
.green {
    background:#c5ed77;
}
.aqua {
    background:#72f1d4;
}
.blue {
    background:#72c2f1;
}
.purple {
    background:#987ded;
}

.heading-boxes > * {
    background:#fff;
    border-radius:.4em;
    overflow:hidden;
}
.heading-boxes > * > h1,
.heading-boxes > * > h2,
.heading-boxes > * > h3 {
    background:#f97171;
    margin:0;
    padding:.5em calc(8px + 1.5625vw);
}
.heading-boxes > * > div {
    padding:0 calc(8px + 1.5625vw) .5em;
}
.circle-day {
    border-radius: 90%;
    width: 20px;
    height: 20px;
    
}

.button {
        background-color: #FF0000;
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 20px 20px 20px 30px;
        cursor: pointer;
}

.weekday {
    font-size:small; 
    background-color:#d3d3d3;
    font-weight:bold;   
}