@media screen and (max-width: 599px)
{
    body{
        width: 100%;
        background-color: aquamarine;
        margin: auto;
    }

    nav {
        display: flex;
        height: 40px;
    }
    #branding{
        position: absolute;
        display: flex;
        margin: auto;
        width: 60px;
        height: 60px;
        right: 20px;
        padding: 5px;
    }
    #site-logo{
    display: block;
    height: auto;
    
    position: absolute;
    right: 15px;
    }
    
    #site-logo a{
        
       
    }

    #site-logo img{
        position: relative;
        width: 60px;
        height: auto;
    
    
    
    }

    #sidebar{
        position: absolute;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        bottom: 40px;
        
      }
      #sidebar ul{
        margin: 0;
        padding: 0;
      }
    /* https://codepen.io/shieldsma91/pen/zLpbLX */
    
    #menu-main_menu-en ul {
        
        list-style: none;
    }

    #menuToggle {
        
        align-self: flex-end;
        flex-direction: column;
        position: relative;
        top:5px;
        left: 0;
        padding-left: 15px;
        width: 35px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }
    #menuToggle input
    {
    display: flex;
    width: 40px;
    height: 35px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    }

    #menuToggle span
    {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
    transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
    transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span
    {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
    }
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2)
    {
    transform: rotate(-45deg) translate(0, -1px);
    }

    #menu-main_menu-en
    {
    position: absolute;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    
    /* box-shadow: 0 0 10px #85888C; */
    margin: -50px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background-color: #121212;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

    #menu-main_menu-en li
    {
    padding: 10px 0;
    transition-delay: 2s;
    margin-left:25px;
    }

    #menuToggle input:checked ~ ul
    {
    transform: none;
    list-style: none;
    }
      
    
    /*END OF MOBILE MENU*/

    #container{
        margin-top: 60px;
        padding: 0;
        margin-bottom: 60px;
    }

    /*entry posts*/
    .projects-content{

        
        width: 100vw;
        margin: auto;
        padding: 0;
        
      
        /* padding: 10px; */
      }
      
      
      
      .custom-project-entry{
      
        width: 100%;
        margin-left: 0;
      }
      
      .project-post{
        
        display:inline-flexbox;
        margin: auto;
        padding: 0;
        
        width:100%;
        height: 260px;
        overflow: hidden;
        
        
      }
      
      
      
      .project-post h2{
        /* min-height: 150px; */
        vertical-align: top;
        font-size: 14px;
        
        
      }
      
      .project-post:hover{
        cursor: pointer;
      }
      
      
      .project-post  .post-thumb{
        
        width: 100%;
        height: 200px;
        overflow:hidden; /*hide bounds of image */
        margin:0;   /*reset margin of figure tag*/
        
      }

    .project-post  .post-thumb img {
    display:block; /*remove inline-block spaces*/
    width:100%; /*make image streatch*/
    margin:-25% 0;
    
    
    }


    .custom-project-entry .post-info{
        height: 60px;
        background-color: #111;
        margin: 0px;
        box-shadow: 0 4px 28px 0 rgba(18, 18, 18, 0.507), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
        /* border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; */
        overflow: hidden;
    }
    
    .custom-project-entry .post-info .header {
        display: block;
        height: 60px;
        font-size: 0.9em;
        padding: 2px;
        text-align:center;
        color: white;
      }
      
      .custom-project-entry .post-info h2
      {
        padding: 0 !important;
        text-align: center !important;
      }
      .custom-project-entry .post-info{
        padding: 0 !important;
      }
      .post-summary {
        display: none;
        font-size: 0.7em;
        color: #999;
        font-weight: 100;
        /* height: 90px; */
        
      
      }
    /*PROJECT PAGE & STATIC PAGEs*/
    .project-page, .static-page{
        left: 0;
        width:100vw;
        margin:auto;
        color:#ddd;
        
      }
      


      .project-page .entry-img-container{
        
        width:100%;
        height: 100px;
        overflow: hidden;
        margin-bottom: 20px;
      }
      .project-page img.attachment-post-thumbnail{
        width:100%;
        height: auto;
        margin-top: -10%;
      
      }
      .project-page .entry-title a{
      
          color: #eee;
           text-align: justify;
           font-size: 14px;
      
      }

      article{
        margin: 0;
        padding: 0;
      }

}