html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #93c2d2;
    background-image: url("bg1.jpg");
    background-repeat: repeat;
    background-size: 75%;
}

.white-bg {
    border-radius: 10px;
    background-color: rgba(255,255,255,0.75);
}

.day-container {
    float: left;
    width: 100%;
    /*min-width: 175px;*/
    height: 0;
    padding-bottom: 100%;
    /*max-width: 200px;*/
    align-content: center;
}

a.day-container {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.dayHolder {
    margin: auto;
    border: 1px solid lightgray;
    display: block;
}

.glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.day-container:hover .glass {
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid white;
    box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.75);
}

    .day-container:hover .glass .dayHolder {
        box-shadow: 0 0 0 black !important;
    }

a.glass:hover {
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid white;
    box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.75);
}

    a.glass:hover .dayHolder {
        box-shadow: 0 0 0 black !important;
    }

h1, h2, h3, h4, h5 {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    border: none;
    text-decoration: none;
    margin: 0;
}

.m-1 {
    margin: 1rem;
}

.box {
    position: relative;
    width: 15rem;
    height: 15rem;
    padding: 1rem;
}

.drytrack {
    background-image: url("drytrack.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.soloplay {
    background-image: url("soloplay.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.container {
    display: block;
    width: 100%;
}

.text {
    height: auto;
    margin-bottom: 1rem;
}

.image {
    width: 100%;
    height: 75%;
    border-radius: 1rem;
    opacity: 0.5;
}
