@charset "UTF-8";
/* CSS Document */

body {
    font-size: 14px;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    transform: translateX(-100%);
    flex-direction: column;
    background-color: rgba(255,255,255,0.9);
    align-items: center;
}
    nav.open { transform: translateX(0%); }
    #Burger {
        display: block;
    }
#Gallery {
}
#Gallery .title-box {
    padding: 5% 2%;
    width: 63.5%;
}
#Gallery .title-image {
    width: 34%;
}