#footer{
    width: 100% auto;
    height: auto;
    padding: 20px;
    background-color: #7F3F97;
    position: relative;
    display: block;
    font-family: 'Stylish', sans-serif;
}

@media only screen and (min-width: 1000px) {
    .footerContent{
        height: auto;
        width: 100%;
        display: flex;
        position: relative;
        text-align: center;
    }

    .footerBlock{
        width: auto;
        height: auto;
        position: relative;
        display: inline-block;
        margin: 10px;
        color: white;
        text-align: left;
        flex: 1;
    }

    .footerBlock:nth-child(1){
        float: left;
    }

    .footerBlock:nth-child(3){
        float: right;
    }
}

@media only screen and (max-width: 1000px) {
    .footerContent{
        height: auto;
        width: 100%;
        display: block;
        position: relative;
        text-align: center;
    }

    .footerBlock{
        width: 100% auto;
        height: auto;
        position: relative;
        display: block;
        margin: 10px;
        color: white;
        text-align: left;
    }
}


.footerBlockTitle{
    font-size: 30px;
    margin-bottom: 10px;
}

.footerBlockContent{
    font-size: 20px;
}

.footerLine{
    height: 1px;
    width: 100% auto;
    background-color: white;
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footerTitle{
    width: 100% auto;
    position: relative;
    display: block;
    text-align: center;
    font-size: 28px;
    color: white;
}

.footerDonateButton{
    padding: 5px;
    border: 3px solid shite;
}
