/* Below 880px ************************* */
@media (max-width: 55em){
  .issue{
    font-size: 1.8rem;
  }

  .title-container{
    padding-right: 6rem;
  }

  .articles{
    padding: 0 2rem;
  }
	
	.footnotes__two-cols{
		display: block;
	}
}



/* Below 768px ************************* */
/* @media (max-width: 48em) */
/* Below 820px ************************* */
@media (max-width: 52em){
  
  .spidell-logo{
    max-width: 12rem;
    margin-bottom: -1.5rem;
  }

  .title-main{
    font-size: 5rem;
    line-height: 1em;
  }

  .issue{
    font-size: 1.6rem;
  }

  .title-tagline{
    margin-top: 1.5rem;
  }

  .articles{
    padding: 0 6rem;
  }
}

/* Below 736px ************************* */

@media (max-width: 46em){
html{
  font-size: 59%;
}

.spidell-logo{
  max-width: 11rem;
  margin-bottom: -1rem;
  margin-left: 3.75rem;
}

  .title-main{
    font-size: 4.5rem;
  }

  .coupon{
    max-width: 55rem;
  }

  .articles{
    padding: 0 7rem;
  }
}

/* Below 688px ************************* */ 
@media (max-width: 43em){

  .articles{
    padding: 0 8rem;
  }

  .title-container{
    padding-right: 5.5rem;
  }

  .title-main{
    font-size: 4rem;
  }
  .spidell-logo{
    max-width: 10rem;
    margin-left: 3.25rem;
  }

  .nav{
    column-gap: 4rem;
  }

  .nav-author{
    text-align: center;
  }
}

/* Below544px  (phones) ******************** */
@media (max-width: 34em) {
  .header{
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
  .title-container{
    padding: 1rem 2.5rem 1.5rem
  }
  .title-main{
    font-size: 4.2rem;
    line-height: 1.3em;
  }

  .spidell-logo{
    margin-left: 2.5rem;
    margin-bottom: -1.75rem;
  }

  .title-tagline{
    margin-top: .75rem;
  }

  .issue{
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
  
  /* MOBILE NAV */
  .nav {
    max-width: 31rem;
    margin: 2rem auto 0;

    flex-direction: column;
    align-items: start;
  }


  .btn-mobile-nav{
    display: block;
  }

  .nav .in-this-issue{
    display: flex;
    column-gap: .5rem;
    align-items: center;
  
  }

  .nav-author{
    margin-left: 0;
    align-items: start;
  }

  .nav-author-image{
    height: 6rem;
    width: 6rem;
  }

  .coupon{
    max-width: 50rem;
    padding: 4rem;
  }

  .articles{
    padding: 0 2rem 2rem;
  }
  .about-author{
    padding: 2rem;
  }

  .about-author img{
    height: 12rem;
  }

  .footer{
    padding: 4rem;
  }

  .back-to-top{
    top: 0;
    width: 100%;
    height: 3rem;
    border-radius: 0;
    margin-left: 0;
    justify-content: end;
    padding-right: 1.5rem;
  }

  .back-to-top img{
    width: 2rem;
  }
}

/* Below 384px  (phones) ******************** */

@media (max-width: 24em){
.articles{
  padding: 0 4rem;
}

.footer-contact{
    display: flex;
}
}

@media (max-width: 20em){

  html{
    font-size: 48%;
  }
  .about-author img {
    height: 11rem;
  }

  .footer{
    text-align: center;
  }

  .footer-contact{
    /* flex-direction: column; */
    justify-content: center;
  }

  /* .footer-contact:nth-child(odd){
    color: var(--color-green);
  } */
}