@media (min-width:1309px) {
    #cover-photo {
      max-width: 55%;
    }
  }
  @media (max-width:1309px) {
    #cover-photo {
      max-width: 95%;
    }
  
    .posts {
      font-size: 0.9em;
    }
  
    .footer {
      font-size: 0.95em;
    }
  }
  
  @media (max-width:1090px) {
    #logo {
      max-width: 100px;
    }
     
  
    #title {
      font-size: 2.75em;
      line-height: 35px;
    }
  
    .posts {
      font-size: 0.85em;
    }
  
    .sidebar {
      padding-left: 4em;
    }
  
    .content {
      padding-right: 3em;
    }
  
    .footer {
      font-size: 0.95em;
    }
  }
  
  /**
   * iPhone width
   **/
  @media (max-width:640px) {
    #logo {
      max-width: 75px;
    }
  
    #cover-photo-container {
      text-align: center;
    }
  
    #title {
      font-size: 2.5em;
    }
  
    .sidebar {
      transition: 1s;
      margin-left: -100%;
      z-index: 3;
      width: 35%;
      padding-left: 1.75em;
    }
  
    .content {
      z-index: 1;
      padding-right: 2em;
    }
  
    #sidebar-button {
      display: block;
      z-index: 2;
    }
      #superLines{
      display: none;
      }
  }
  
  /*****************************************************************************/
  /*
  /* Sidebar responsive animations
  /*
  /*****************************************************************************/
  
  .slideIn {
    margin-left: 0%;
  }
  