@media (max-width: 1600px){
    .box, .box.box-close {
        width: 80%;
    }
    .box-topnav {
        width: calc(80% + 250px);
    }
}

@media (max-width: 920px){
    #logo img{
        width:2.5em;
    }
    .box, .box.box-close {
        width: 80%;
    }
    .box-topnav {
        width: calc(60% + 180px);
    }
    .footer-box{
        margin-top:100px;
    }
}

@media (max-width: 880px){
    .edit_button {
        width: 70px;
        height: 70px;
    }
    .box-flex {
        flex-direction: column;
    }
    .box-flex-left{
        width: 100%;
        margin-right: 0;
    }
    .box-flex-right{
        width: 100%;
    }
}

@media (max-width: 790px){
    .box, .box.box-close {
        width: calc(100% - 220px);
    }
    .box-topnav {
        width: calc(100% - 40px);
    }
    .footer-box{
        flex-direction:column;
        margin-top:30px;
    }
    .footer-box-right{
        padding-top: 30px;
        width: 100%;
    }
    .footer-box-left{
        margin-bottom: 30px;
        width: 100%;
    }
    .footer-box-center{
        width: 100%;
    }
}

@media (max-width:768px){
    .edit_button {
        width: 65px;
        height: 65px;
    }
    body.body_instagram #blob_container:before {
       display: none;
    }
    body.body_linkedin #blob_container {
        display: none;
    }
    body.body_blu #blob_container {
        display: none;
    }
}

@media (max-width: 700px) {
    .bottom_nav {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 520px){
    .edit_button {
        width: 60px;
        height: 60px;
    }

    .container {
        margin-bottom: 50px;
    }

    .customer li{
        width: 33.333%;
    }

    .work{
        width: 100%;
        margin-right: 0%;
    }

    #logo img{
        width:5em;
    }
}

@media (max-width: 459px){
    .edit_button {
        width: 55px;
        height: 55px;
    }
    .bottom_nav {
        bottom: 15px;
        right: 15px;
    }

    .customer-awwwards li {
        font-size: 4.5em;
    }

    body .customer-awwwards li span {
        top:-20px;
        right:-3%;
    }

    .customer li {
        width: 33.333%;
    }

    body {
        cursor: none;
    }
    #logo img{
        width:4em;
    }

    .customer img {
        max-height: 80px;
    }

    .box, .box.box-close {
        width: calc(100% - 50px);
    }
    .box-topnav {
        width: calc(100% - 40px);
    }
    .cursor{
        display:none !important;
    }
    .work ul{
        margin-bottom:30px;
    }

    .footer-box span {
        width: 100%;
    }
}

@media (max-width: 375px){
    .customer li{
        width: 33.333%;
    }

    .customer img {
        max-height: 120px;
    }

    .spacer {
        height: 20vh;
    }
}
