/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 @media(max-width:1100px){
    .wrappe{
        width:100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .wrapper{
        width:100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .wrapp{
        text-align: center;
        width:100%;
        position: static;
        transform: translate(0px,70px);
        box-shadow: 2px 2px 30px rgba(255, 102, 55, 0.178);
    }
}
@media(max-width:720px){
    .wrappe{
        width:100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .wrapper{
        width:100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .wrapp{
        text-align: center;
        width:100%;
        position: static;
        transform: translate(0px,70px);
        box-shadow: 2px 2px 30px rgba(255, 102, 55, 0.178);
    }

}
