html, body {

    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    

}

.wrapper {

    margin: 0;
    background-image: url(images/back-2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px; 
    height: 100%;
}

.content {


    height: 100%;
    width: 100%;


}

.footer, .push {

    /* height: 4em; */

}

.badge {

    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    height: 100%;
    margin-left: 100px;
    
    
    
    
}

