body, html{
    width: 100%;
}

.whitecontainer{
    text-align: center;
}

/*
.navbar-nav{
    margin: 0 0 0 17%;
}
*/

.flexcontainer img{
    margin: 25px;
}

.content_top{
    border-bottom: none;
}


@media screen and (max-width: 600px){
    .flexcontainer{
        flex-flow: column;
    }

    .reverse{
        flex-flow: column-reverse;
        text-align: left !important;
    }

    .container{
        padding-right: 0px;
    }
}