/* Found Mounds Stylesheet */
.foundmounds_background {
  /* background image css */
  background-image: url(https://decentagency.space/public/img/FoundMounds/EastCoast_US_Mounds.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.4;
}
.fm_title {
  background-image: url(https://decentagency.space/public/img/confetti.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: cyan;
  text-align: center;
  padding: 20px;
  height: 200px;
  opacity: 0.8;
  margin: 0px 0px !important;
}
.instagram_link {
  width: 35px;
  height: 35px;
  display: inline;
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.minds_link {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 10px;
}
.decent_arch_widget {
  font-family: 'Chalkboard';
  text-align: center;
  color: slategray;
  background-color: beige;
  margin: 15%;
  padding: 2%;
  border-radius: 10px;
  opacity: 0.6;
}
.decent_arch_widget input {
  margin: 1%;
  display: block;
  border-radius: 5px;
  text-align: right;
  
}
.instagram_QR {
  width: 100px;
  height: 100px;
  display: inline;
  margin: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.decent_arch_widget input {
  margin: 1% auto 1% auto;
  display: block;
  border-radius: 5px;
  text-align: right;
  
}