body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
}

a {
  text-align: center;
  color: white;
}
footer {
  margin: auto;
  text-align: center;
  background-color: #1c4e5e;
}
header {
  text-align: center;
  background-color: #1c4e5e;
  color: white;
}
form {
  margin: 2px;
  padding: 3px;
}
form label, form input {
  margin: 2px;
  padding: 3px;
  width: 100%;
}
.about {
  text-align: center;
  background-color: #1c4e5e;
  color: white;
  margin: 2%;
}
.account_disp {
  height: 100%;
  width: auto;
  text-align: center;
  color: rgb(83, 143, 104);
  margin: 2%;
  position: absolute;
  top: 0;
  right: 10px;
}
.account_disp img {
    display: inline;
}
.network_select_button{
  background-color: #1c4e5e;
  color: rgb(83, 143, 104);
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}
.network_select_button:hover {
  background-color: #45a049;
  color: white;
}
.network_select_button select {
  background-color: rgba(83, 143, 104, 0.608);
  color: #1c4e5e;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;

}
.connect_wallet_button {
  background-color: #1c4e5e;
  color: rgb(83, 143, 104);
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}
.connect_wallet_button:hover {
  background-color: #45a049;
  color: white;
}
.container {
  position: relative;
  height: 85vh;
  width: 100%;
}
.container::before {
  height: 100%;
  width: 100%;
  background-color: black;
  background-image: url('../img/SecretPyramid.gif');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
}

.card {
  width: 100%;
  padding: 3%;
  background-color: white;
  border-radius: 10px;
  opacity: 0.55;
  color: navy;
  width: 33%;
  text-align: left;
  margin: 2%;
  position: relative;
}
.card::before {
  height: 100%;
  width: 100%;
  background-image: url('http://bafybeiga3tsbwdnpnqdoaefgqeydtu3dillcq455shzdczx3ocew3yfszm.ipfs.localhost:8080/Ens_Eth_Breathe.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
}
.card img {
  margin: 6%;
}

.img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.picker {
  background-color: #1c4e5e;
  color: white;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}
input[type=text], select, textarea {
  width: 85%; 
  padding: 10px; 
  border: 1px solid #45a049;
  border-radius: 10px;
  box-sizing: border-box;
  margin: auto;
  resize: vertical;
  color: black;
  text-align: right;
}

input[type=submit] {
  width: 85%;
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
input[type=number], select, textarea {
  width: 85%; 
  border-radius: 10px;
  border: 3px solid #45a049;
  text-align: right;
}
input[type=password] {
  width: 85%; 
  border-radius: 10px;
  border: 3px solid #45a049;
  text-align: right;
  margin: auto;

}
input[type=number]::placeholder {
  text-align: right;
  color: #04AA6D;
}
textarea::placeholder {   
  text-align: right;
  color: #04AA6D;
}

.mainViewWindow {
  position: relative;
  overflow-x: scroll;
  height: 100%;
  width: 100%;
}
.defs {
  text-align: left;
  margin-left: 20%;
  margin-right: 20%;
  color: bwhitelack;
  padding: 5px;
  display: block;
}
.def_box {
  background-color: black;
  opacity: 0.8;
  height: 100%;
  border-radius: 10px;
  margin: 2%;
}
.decent_homes_container {
  background-color: rgba(40, 105, 105, 0.222);
  border: rgba(37, 73, 73, 0.75) double 4px;
  border-radius: 10px;
  margin: 20px;
  padding: 10px;
}
.decent_homes_container h1, h2{
  color: rgb(240, 248, 255, 0.6);
}
.dsh_cta_header {
  background-image: url('../img/iOT_Network_Map_Banner.png');
  background-size: cover;
  width: 100%;
  height: 300px;
  opacity: 0.5;
  border-radius: 10px 10px 0 0;
}
.composTokens_header {
  background-image: url('../img/ComposToken_GarbageHeap.png');
  background-size: cover;
  width: 100%;
  height: 300px;
  opacity: 0.5;
  border-radius: 10px 10px 0 0;
}
.decent_homes_divs {
  background-color: rgba(40, 105, 91, 0.517);
  height: 100%;
  border:rgba(27, 129, 70, 0.75) double 4px;
  border-radius: 10px;
  margin: 10px;
  padding: 20px;
  color: rgb(240, 248, 255, 0.6);
  font-weight: 200;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: justify;
  font-size: 20px;
}
.mintme_redirect_button{
  border-radius: 5px;
  color: rgba(27, 129, 70, 0.75);
  opacity: 0.65;
}
.mintme_redirect_button:hover{
  background-color: #04AA6D;
  color: rgba(38, 73, 53, 0.75);
  opacity: 0.75;
}
.decent_nav {
  color: white;
  display: inline;
  width: 100%;
  padding: 2%;
  margin: 2%;;
}
.mentor_connect {
  text-align: center;
  position: absolute;
  float: left;
  margin-left: 1%;
  top: 0;
  left:0;
}

.wallet_connect {
  text-align: center;
  position: fixed;
  margin: 2px;
  padding: 5px;
  right: 30px;
}
.discord_nav_link{
  display: inline;
  float: left;
  margin: 10px;

}
.da_home_ink{
  display: inline;
  float: right;
  margin: 10px;
}
.composToken_redirect_button{
  /* background-image: url('./img/mandelblum_gate.gif'); */
  width: 25px;
  height: 25px;
  border-radius: 50% 50%;
  opacity: 0.8;
}

.dwmw_button {
  background-image: url(../img/dp/dwmw_Logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20%;
  height: 10%;
  border-radius: 5px;
  color: rgba(27, 129, 70, 0.75);
  opacity: 0.65;
}
.dwmw_button:hover {
  background-color: #04AA6D;
  color: rgba(38, 73, 53, 0.75);
  opacity: 0.75;
}
.rotation_animation {
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
  100% { -moz-transform: rotatey(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotatey(360deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotatey(360deg); 
      transform:rotatey(360deg); 
  } 
}
/* tidy table */
.food_forest_menu {
  width: 100%;
  border: 2px solid white;
  border-radius: 5px !important;
}
.food_forest_menu th, td {
  text-align: left;
  padding: 16px;
}
.food_forest_menu tr:nth-child(even), th {
  background-color: gray;
}
/* end tidy table */
/* remove item button */
.remove_item_button {
  background-color: rgba(52, 56, 56, 0.732);
  color: rgba(45, 68, 45, 0.698);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.8;
}
.remove_item_button:hover {
  color: beige;
  background-color: rgba(45, 68, 45, 0.698);
  opacity: 1;
}
.add_menu_item_button {
  background-color: rgb(52, 56, 56);
  color: rgb(60, 102, 60);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.8;
}
.add_menu_item_button:hover {
  color: beige;
  background-color: rgba(45, 68, 45, 0.698);
  opacity: 1;
}