@charset "utf-8";

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}
@media only screen and (min-width: 1200px) {
    section#gallery .thumbnails li {
        display: inline-block;
        width: 32.73%;
        margin: 1px 2px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    #is-mobile { display: none; }
    .mobile-menu-icon {
        display: inline-block;
        position: absolute;
        right: 19px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
    header nav {
        display: none;
        position: absolute;
        background: white;
        top: 100%;
        right: 0;
        width: 100%;
        text-align: center;
    }
    header nav ul li {
        padding: 15px;
        width: 100%;
    }
    header .logo img {
        max-width: 140px;
    }
}
