#donate{
    background-color: white;
    color: black;
    margin-left: 20px;
}
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
#book{
    background-color: lightslategrey;
    color: white;
    margin-left: 20px;
}
footer{
    background-color: black;
    padding: 5%;
    margin-top: 50px;
}

#columnPic{
    width: 500px;
}
#columnPicDancer{
    width: 200px;
    margin-left: 30%;
}
.social:hover{
    opacity: 0.6;
}
#formMe{
    width: 80%;


}
.navbar-dark, .bg-dark{
    background-color: black !important;

}

.sponsorLogo{
    width: 300px;
}
.sponsorLogoCuyahoga{
    width: 200px;
}
p{
    margin-right: 5%;
}
.quote-card {
    background: #fff;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 120px;
}
.quote-card p {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    max-width: 80%;
}
.quote-card cite {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    font-weight: 200;
    opacity: 0.8;
}
.quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
}
.quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 25em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
}
@media only screen and (max-width: 1000px){
    #donate, #book{
        margin-left: 0px;
        width: 30%;
        text-align: center;
        margin-top: 15px;
    }

}

@media only screen and (max-width: 480px) {
    #columnPic{
        width: 400px;
    }

}