@media screen and (orientation: portrait) {

    html{
        font-size: 3vw;
    }

    #c[data-issafari=false] {
        transition: .7s ease;
        width: 100vw;
        height: 100vw;
    }

    .side{
        margin-left: 10vw !important;
    }

    .par{
        width: 70vw;
        margin-left: 10vw;
        margin-bottom: 105vh;
    }

    #sideQDiv{
        width: 100%;
    }

    h1,.section-intro h1 {
        font-size: 3rem;
    }

    .toc-marker path {
        opacity: 0;
    }

    .toc ul{
        display: flex;
        flex-direction: row;
    }

    .toc ul li{
        padding: 1rem;
    }

    .toc{
        right: 50%;
        top: 98%;
    }

    .toc li.visible > a {
        text-decoration: underline;
      }

    .map{
        width: 100%;
        height: 80vw;
    }

    #scrollDown {
        width: 80%;
      }


      #quoSlider p{	
       font-size: 1.6rem!important;
    }

      .quoteName {
        margin-bottom: 3rem;
        max-width: 65%;
        font-size: 0.7rem!important;
        line-height: 105%;
    }
      .slider__caption {
        max-width: 90%;
    }


    .flex-container {
        flex-direction: column;
      }

    .flex-right{
        padding: 1rem 3rem 3rem 3rem;
    }

    .sidebar{
        display:none;
    }

    .notes{
  margin-left: 0;
  margin-top: -1rem;
  margin-bottom: 2rem;
    }

    .paragraphWithNotes{
        flex-direction: column;
    }

    .aboutPage section p {
        margin-top: 0;
        width: 100%;
        font-size: 1.1rem;

    }

    .main {
        margin-top: 6rem;
        margin-left: 0;
      }

    .tooltipText{
        width: 60vw;
        transform: translate(-54vw, 1.6rem);
    }

    #manhattan-7 > div > span.tooltipText.left{
        transform: translate(-60vw, 1.6rem);
    }

    #introStep1 > div > span.tooltipText{
        transform: translate(-22vw, 1.6rem);
    }

    .numbersKaryoManh{
        font-size: 0.5rem;
    }

    #logoContainer{
        margin-left: 85vw;
        margin-top: calc(100vh - 16vw);
        top: 2rem;
    }


}

/* @media (max-width: 730px){
    html{
        font-size: 3.5vw;
    }

    h1,.section-intro h1 {
        font-size: 3rem;
    }
} */