@media only screen and (max-width: 480px){
  .headerContainer{
    width: 70%;
  }

  .headerlogo {
    width: 50%;
  }

  .bodylanding {
    background-size: 380%;
  }

  .entreunosArticleContainer a:link, .entreunosArticleContainer a:visited{
    width: 100%;
  }

  .entreunosContainer {
    margin-left: 0%;
  }

  .contentSection h3 {
    font-size: 2.5rem;
  }

  .primaryTitle::after {
    width: 0;
  }

  .contentSection {
    height: 350%;
  }

  /*publicaiones*/

  .publicaciones-left-half {
    width: 100%;
    height: 50%;
    display: block;
  }

  .publicaciones-right-half {
    width: 100%;
    height: 50%;
    display: block;
  }

  .publicaciontitle {
    font-size: 2rem;
  }

  /*entreunos*/

  .lefthalf{
    width: 100%;
    height: 15%;
  }

  .lefthalf img {
    margin-top: 20%;
  }

  .righthalf{
    width: 100%;
  }


}

@media only screen and (max-width: 321px){

  .main-nav li a:link, .main-nav li a:visited {
    font-size: 1.2rem;
  }

  .primaryTitle {
    font-size: 4rem;
  }

.contactoFooter {
    margin-right: 2%;
  }

  .righthalf p {
    font-size: 1.1rem;
  }

}


@media only screen and (min-width: 374px) and (max-width: 376px) and (min-height: 811px) and (orientation: portrait){

}
