/*!
Theme Name: ISC
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: isc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

isc is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

@media only screen and (max-width: 1023px) {
    .hero-projects__left {
      display: block;
    }
    .hero-projects__sidenav {
        border-bottom: 1px solid #c5c5c5;
        margin-bottom: 1rem;

    }
    .hero-projects__sidenav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 1rem 0;
        
    }
    .hero-projects__sidenav-item {
        margin-bottom: 0;
        margin-right: 2em;
    }
    .hero-projects__sidenav-item a {
        font-size: 11px;
    }
    .hero-projects__sidenav-item.is-current a {
        position: relative;
        color: #fff;
        background: #000;
        padding: 0.1em 1em;
    }
    .hero-projects__sidenav-item.is-current a::after  {
        content: none;
    }
  }