.topnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 39px;
  /*   margin: 0 3em; */
  background-color: white;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: magenta;
  color: white;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: black;
  color: white;
}

hr {
  border: 0;
  height: 0;
  border-color: black;
  border-top: 2px solid rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  margin: 39px 0;
}

body {
  font-family: "Cutive Mono", monospace;
}

main {
  margin-top: 17em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 966px;
  line-height: 20px;
}

#mobile {
  display: none;
}

h1 {
  font-family: times;
  font-size: 4em;
  line-height: 0.85em;
  color: black;
}

.contact {
  margin-top: -35px;
  font-size: 19px;
  line-height: 22px;
}

a {
  color: black;
  font-weight: bold;
}

.row-first {
  display: flex;
  margin-top: 12em;
}

.bgcolor {
  background-color: magenta;
  display: inline-block;
  position: relative;
}

.bgcolor img {
  display: block;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  text-align: center;
  color: white;
  background-color: magenta;
  display: none;
  line-height: 32px;
}

.bgcolor:hover .overlay-text {
  display: block;
}

.row {
  display: flex;
  margin-top: 9em;
}

.column {
  flex: 50%;
  padding: 5px;
}

.column-single {
  flex: 50%;
  padding: 5px;
  margin-top: -90px;
}

.description-tech {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: -30px;
  left: -17px;
  width: 320px;
  padding: 8px;
  background-color: white;
  border: solid black 1px;
}

.description-postmates {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: -10px;
  left: 100px;
  width: 320px;
  padding: 8px;
  background-color: white;
  border: solid black 1px;
}

.description-amaraje {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 150px;
  left: -30px;
  width: 580px;
  padding: 8px;
  background-color: white;
  border: solid black 1px;
}

.description-overlay.linr {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 570px;
  left: 445px;
  width: 530px;
  height: 50px;
  padding: 8px;
  background-color: white;
  border: solid black 1px;
}

.description-overlay.homebody {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 130px;
  left: -15px;
  width: 400px;
  height: 50px;
  padding: 8px;
  background-color: white;
  border: solid black 1px;
}

.description-overlay.supr {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 110px;
  left: -15px;
  width: 420px;
  height: 60px;
  padding: 8px;
  background-color: white;
  border: solid black 1px;
}

.description-overlay-pride {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 44px;
  left: 600px;
  width: 319px;
  padding: 8px;
  background-color: white;
  border: solid black 1px;
}

.menu {
  background-color: white;
}

.menu:hover {
  opacity: 0.5;
  filter: grayscale(100%) contrast(100%);
  mix-blend-mode: screen;
}

@media screen and (max-width: 600px) {
  /* if the screen size is less than 600px   */

  main {
    margin: 12em auto 2em auto;
    width: 95%;
  }

  web {
    display: none;
  }

  .topnav {
    display: none;
  }

  #mobile {
    display: inline;
    max-width: 350px;
  }
  #mobile img {
    max-width: 340px;
    margin-bottom: 20px;
  }

  .mobile-text {
    color: black;
    font-size: 18px;
  }

  .mobile-highlight {
    background-color: yellow;
    display: inline;
    font-size: 18px;
  }

  .mobile-magenta {
    color: magenta;
    font-size: 20px;
    margin-top: -10px;
  }

  .gray {
    color: #696767;
  }
}
