#music {
    background: rgba(255, 255, 255, 0.95);
}
#music section {
    clear: both;
}
#music section div {
    padding-left: 24px;
    width: 49%;
    float: right;
}
#music section div:first-child {
    padding-left: 0;
    float: left;
}
#music h1 {
    margin-right: 0;
    color: black;
    border-bottom-color: black;
    text-align: right;
    float: right;
    /* width: auto; */
}
#music p {
    padding: 0;
    color: black;
    width: auto;
}
#music p a {
    color: black;
    font-family: 'Libre Baskerville Bold';
}

#deer {
    width: 49%;
    float: left;
}

#mikeandchris  {
    padding: 0;
    background-color: rgb(94, 135, 116, 0.95);
}

#mikeandchris h2 {
    margin-bottom: 0.2em;
    color: white;
    font-family: Carnevalee;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.02em;
}
#mikeandchris h3 {
    color: white;
}
#mikeandchris section div {
    padding: 50px;
    display: inline-block;
    width: 49%;
    /* height: 100%; */
    vertical-align: top;
    text-align: center;
}
#mikeandchris section div:first-child {
    background: url(/img/dark-gray-brick.jpg);
    background-size: cover;
    text-align: left;
}
#mikeandchris section div > a > img {
    width: 100%;
    float: none;
    max-width: 420px;
}
#mikeandchris section div > a > img:first-child {
    margin-bottom: 50px;
}

#shows {
    /* padding-bottom: 0; */
    background-color: rgba(255, 255, 255, 0.95);
    overflow: auto;
    position: relative;
}
#shows h1 {
    display: inline-block;
    width: 49%;
    float: right;
    clear: left;
    text-align: right;
}

#shows section div {
    position: absolute;
    bottom: 50px;
    width: 40%;
}
#shows section div p {
    color: black;
}
#shows iframe {
    margin-top: 0.4em;
    width: 49%;
    float: right;
    clear: right;
}
#shows h4 {
    margin-bottom: 0;
}

#shows h3 {
    color: black;
}

#shows h1 {
    color: black;
    border-color: #EDD8B5;
}

@media (max-width: 1000px) {
    #shows h1 {
        width: 100%;
        float: none;
        text-align: left;
    }
    #shows section div {
        position: static;
        width: 100%;
    }
    #shows iframe {
        margin-top: 24px;
        width: 100%;
        float: none;
    }
    #shows h4 {
        margin-bottom: 24px;
    }

    #mikeandchris section div {
        display: block;
        width: 100%;
        text-align: center;
    }
    #mikeandchris section div:first-child {
        background: url(/img/dark-gray-brick.jpg);
        background-size: cover;
        text-align: left;
    }
    #mikeandchris section div > img:first-child {
        margin-bottom: 24px;
    }

    #music section div {
        padding-left: 0;
        width: 100%;
        float: none;
    }
    #music section div:first-child {
        padding-left: 0;
        float: none;
    }
    #music h1 {
        text-align: left;
        float: none;
    }
    #music h3 {
        margin-top: 2em;
    }

    #deer {
        width: 100%;
        float: none;
    }
}

@media (max-width: 540px) {
    #mikeandchris section div {
        padding: 24px;
    }
}