@media only screen and (max-width: 1050px) {

    .wrapper {
        width: 100%;
        margin: auto;
    }

    .item {
        width:100%;
        text-align: center;
        margin-bottom: 80px;
        float: none;
    }
    .item.last {
        width:100%;
        text-align: center;
        float: none;
    }

    .bottomMessage{
        width:100%;
        padding-top: 0;
        padding-bottom: 80px;
    }

    .logo {
        margin: 25px 0 0 25px;
    }

    button.hamburger {
        display: block;
    }

    .footer {
        display:none;
    }

    .container_top{
        height: 95px;
    }

    .container_top .logo{
        margin: 0;
        height: 76px;
    }

    .container {
        width: 94%;
        margin: 0 3%;
    }
}

@media only screen and (max-width: 991px) {


}

@media only screen and (max-width: 768px) {

    body {
        background-position: top center;
    }

    body.index {
        background-position: 20% center;
        background-size:cover;
    }

    body {
        -webkit-background-size: initial;
        -moz-background-size: initial;
        -o-background-size: initial;
        background-size: initial;
    }

}

@media only screen and (max-width: 420px) {

    .logo.index {
        width: 90%;
    }

    .logo.index > img{
        width: 70%;
    }
}

@media only screen and (max-width: 360px) {

    .logo > img{
        width: 100%;
    }

    nav.mobileNav {
        text-align: center;
        line-height: 2;
        font-size: 16px;
        padding: 40px 0;
    }

    a.example-image-link {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    .item img {
        width:100%;
    }



}