@media screen and (min-width: 601px) {
  .topnav {
    font-size: 17px;
  }
  .centered_top {
      font-size: 45px;
  }
  .centered_middle {
     font-size: 60px; 
  }
    .logo_image {
        max-width: 350px;
    }
}

@media screen and (max-width: 600px) {
  .topnav {
    font-size: 12px;
  }
  .centered_top {
      font-size: 30px;
  }
  .centered_middle {
     font-size: 40px; 
  }
  .logo_image {
        max-width: 235px;
    }
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.tab {
     padding-left:16px;
}

.topnav {
  overflow: hidden;
  background-color: #afd275;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  /*font-size: 17px;*/
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #e7717d;
  color: white;
}

.topimage {
	width: 100%;
    max-width: 400px;
    height: 100%;
    float: left;
}

.topBanner {
    flex-wrap: wrap;
    padding: 14px;
    background-color: white;
    display: flex;
    z-index: -500;
    position: relative;
}

.logo0 {
    font-weight: bold;
    color: #8a8a8a;
    text-align:center; 
     position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo0 a {
    color: #8a8a8a;
    text-decoration: none;
}

.centered_top {
  position: absolute;
  text-shadow: 4px 4px 6px #333;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  font-family: nebulousregular;
  /*z-index: -10;*/
}
.centered_middle {
    text-shadow: 4px 4px 6px #333;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -75%);
  font-family: skinny_sunbeamsregular;
  z-index: 100;
}

.card {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  margin:auto;
}
.logo_image {
    z-index: 50;
    width: 100%;
}
.image_overlay {
  position: absolute;
  text-shadow: 8px 8px 6px #333;
  top: 20%;
  left: 60%;
  transform: translate(-60%, -20%);
  font-family: Arial, sans-serif;
  color: white;
  font-size: 70px;
  font-weight: bold;
}
.image_overlay1 {
    padding: 40px;
  position: absolute;
  top: 80%;
  left: 55%;
  transform: translate(-55%, -80%);
  font-family: Arial, sans-serif;
  color: white;
  font-size: 40px;
  font-weight: bold;
  background-color: #afd275;
  opacity: 0.9;
}