
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-image:url("http://futuredisco.club/img/bg5.gif");
    background-attachment: scroll;
    background-size: 100%;
    background-color: rgb(0, 0, 0);
    position: relative;
    background-position: 0% 0%;
    background-repeat: repeat no-repeat;
}



h1 {
color: #FFFFFF;
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
font-size: 55px;
}

h2 {
color: #FFFFFF;
font-weight: 700;
}

h3 {
background-image: linear-gradient(45deg, #962bb0, #b393d3);
color: transparent;
background-clip: text;
-webkit-background-clip: text;
font-weight: 700;
font-size: 55px;
line-height: 0.8;
}

p {
color: #FFFFFF;
font-weight: 400;
font-size: 20px;
}

#box {
    float: none;
    height: 100%;
    margin-left: auto;
    margin-top: 53px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

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

#soundcloud {
    float: none;
    height: 250px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 780px;
    margin-right: auto;
    min-width: 770px;
}


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

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

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

#image3 {
    float: none;
    width: auto;
    height: auto;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    clear: none;
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 1000px) {
    #image1 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #box1 {
        width:80%;
        height: auto;
    }
    
    #soundcloud {
    float: none;
    height: 250px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 530px;
    margin-right: auto;
    min-width: 530px;
    }
}

@media only screen and (max-width: 420px) {
    #box1 {
        width: 90%;
    }
    
    #soundcloud {
    float: none;
    height: 250px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 260px;
    margin-right: auto;
    min-width: 260px;
    }

}
