body {
  background-color: #EFF4E5;
}

@font-face {
  font-family: Cooper_Black_Regular;
  src: url(Cooper_Black_Regular.ttf);
}

#profile {
  border-radius: 50%;
  object-fit: cover;
  padding:20px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: 150px;
}

.elementDiv{
  width:100%;
}

.plants{
    background-color: #ffcd89;
}

.NA-resources{
    background-color: #60cdf4;
}

.bears{
  background-color: #60e660;
}

.roundlink {
  border-radius: 25px;
  box-shadow: 0 0 3pt 2pt #332211;
  width: 100%;
  height: 200px;
  font-family: Cooper_Black_Regular;
}

.longbox {
  border-radius: 25px;
  box-shadow: 0 0 3pt 2pt #332211;
  width: 100%;
  height: auto;
  font-family: Cooper_Black_Regular;
}


.shenandoah_text {
  position: absolute;
  transform: translate(20px, -130px);
  font: 20px;
  color: #004848;
  font-family: Cooper_Black_Regular;
}

/* Centered text */
.bloom_text {
  position: absolute;
  transform: translate(20px, -190px);
  font: 20px;
  color: #004848;
  font-family: Cooper_Black_Regular;
  text-shadow: -.5px .05px 0 white,
      .25px .25px 0 white,
      .25px -.25px 0 white;
}

/* Centered text */
.sst_text {
  position: absolute;
  transform: translate(10px, -190px);
  font: 20px;
  color: #EFF4E5;
  font-family: Cooper_Black_Regular;
}

.org_text {
  text-shadow: -.1px .1px 0 red,
       .1px .1px 0 red,
       .1px -.1px 0 red;
}

.good {
  color: #332211;
  padding: 42px 0;
  text-align: center;
  font: 20px;
  height: 53px;
}

.good_transform {
  transform:translate(0px,-20px);
}

.long {
  border-radius: 25px;
  color: #332211;
  text-align: center;
  font: 20px;
  height: 100px;
}


.padIt {
  padding: 22px 0;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}


/* condition for screen size minimum of 500px */
@media (min-width:500px) {

  /* your conditional / responsive CSS inside this condition */
  .elementDiv{
    width:500px
  }

  .roundlink {
    width: 500px;
   }

}
