/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1300px) {
  footer {
    grid-area: footer;
    width: 100vw;
    height: 20vh;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    color: #552583;
    font-family: "Cinzel", serif;
    font-weight: 700;
    /* background-image: url("../assets/icons/marble-gold.jpg"); */
  }

  .footerContainers {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 25%;
    padding-left: 55px;
  }

  .tagLine {
    color: #552583;
  }

  .footerTitles {
    font-size: 1.3rem;
  }

  .googleImage {
    max-width: 85%;
    max-height: 25%;
  }

  .facebookImage {
    max-width: 85%;
    max-height: 25%;
  }

  .socialContainer {
    height: 20vh;
  }
}
