.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#donate {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;

    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-background-size: contain;
    background-size: contain;
	background-color: #ACCA29;
}

#donate1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
  
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
}

#donate2 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 61px;
    clear: none;
    width: 1200px;
    margin-right: auto;
}

#donate9 {
    float: none;
    height: 70px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: 50px;
    margin-right: auto;
}

#donate3 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: auto;
}

#donate4 {
    float: none;
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(255, 255, 255);
    display: block;
}

#donate5 {
    float: none;
    font-size: 30px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 700;
    line-height: 38px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(255, 255, 255);
}

#donate6 {
    float: none;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 28px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(255, 255, 255);
}

#doante {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    width: 100%;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
}

#embed {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 46px;
    clear: none;
    width: 95%;
    margin-right: auto;
}

#donate8 {
    float: none;
    height: 55px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#donate7 {
    float: none;
    width: 300px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

@media only screen and (max-width: 1200px) {
    #donate2 {
        width: 90%;
    }

    #embed {
        width: 90%;
    }

    #donate {
        background-image:url("img/background.jpg");
        background-position: 0% 0%;
        background-repeat: repeat;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

