.primaryContainer {
    height: auto;
    margin-left: 0%;
    margin-right: 0px;
    min-height: 100%;
    width: 100%;
    background-image:url("img/twitter_header.jpg");
    background-attachment: fixed;
    background-size: cover;
    float: none;
    clear: none;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#box {
    float: left;
    height: 100px;
    margin-left: 0%;
    margin-top: 20%;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-color: rgba(255, 255, 255, 0.701961);
}

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

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

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

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

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

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

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

#elma-nav {
    float: none;
    height: 16px;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    width: 292px;
    margin-right: auto;
}

#elma-logo {
    float: none;
    height: 36px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 100%;
    margin-right: auto;
    min-width: 0px;
    background-image:url("img/elmaLogo.png");
    background-attachment: scroll;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

@media only screen and (max-width: 650px) {
    #elma-logo {
        background-image:url("img/elmaLogo.png");
        background-attachment: scroll;
        background-size: auto;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }
}

