@media screen and (max-width: 745px) {
  #nav {
    display: none;
  }

  #rightcolumn {
    display: none;
  }

  #content {
    margin: 0;
  }
}

#vendorDisplay {
  font-family: "Lora", serif;
  font-family: "Source Serif Pro", serif;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #000;
  color: aliceblue;
  min-height: 100vh;
  text-align: center;
}

#vendorDisplay a {
  text-decoration: none;
}

#vendors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.card {
  width: 340px;
  min-height: 125px;
  margin: 24px;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  border-radius: 6px;
  border: 2px solid #416788;
  display: flex;
  align-items: center;
  justify-self: end;
  justify-content: center;
  flex-direction: column;
}

#vendorDisplay h1 {
  font-size: 48pt !important;
  background: linear-gradient(to right, #c3e9e4 0%, #4b8ce7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding: 0;
}

#vendorDisplay h2 {
  font-size: 40pt;
}

#vendorDisplay h3 {
  font-size: 21pt;
  display: block;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

div#vendor_seven h4 {
  font-size: 16pt;
  margin-top: 72px;
  text-decoration: none;
}

#agenaastro {
  background-image: url("../images/agena.png");
}
#rspec {
  background-image: url("../images/rspec.jpg");
}
#skyscientific {
    background-image: url("../images/skyscientific.jpg");
}
#astronomics {
    background-image: url("../images/astronomics.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
    background-position: center;
}
#starsync {
    background-image: url("../images/starsync.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
}
#blueplanet {
    background-image: url("../images/blueplanet-logo.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
}
#oberwerk {
    background-image: url("../images/oberwerk.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
}

#televue {
    background-image: url("../images/televue.png");
      background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
}

#software-bisque {
  background-image: url("../images/software-bisque.png");
  background-color: white;
  background-size: contain;
  background-position: center;
}

#starfield {
      background-image: url("../images/starfield.png");
  background-color: white;
  background-size: contain;
  background-position: center;
}
#pentax {
      background-image: url("../images/pentax.png");
  background-color: white;
  background-size: contain;
  background-position: center;
}
#vendor_six {

  background-size: contain;
  background-repeat: no-repeat;
}

#vendor_seven {
  background-size: contain;
  background-color: black;
  
}

#svbony {
  background-image: url("../images/svbony.png");
  background-size: contain;
  background-color: black;
  color: black;
  background-position: center;
}

#celestron {
  background-image: url("../images/celestron.jpg");
  background-size: contain;
  background-color: black;
  color: black;
  background-position: center;
}
