/*
copyright 2025 
if you would like to use some of our tech. please contact us at https://www.facebook.com/strawbu 

*/



@font-face {
    font-family: 'Action-Man-Shaded';
    src: url('../fonts/Action-Man/Action_Man_Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0;
  font-size: 28px;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: Action-Man-Shaded;
  display:none;
  /* background: #00b5ff; */
  background: white;
}

#headerLogo{
  width:200px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 4px white;
  display:none;
  
}

.header{
  padding: 30px;
  padding-top:100px;
  text-align: center;
  color: white;
  align-content:bottom;
}
.g{
  font-family: "Action-Man-Shaded";
  background: #00b5ff;
  background-image: url("img/bgple.png");
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  display:none;
  border-radius: 0px 0px 20px 20px;
  box-shadow:0 16px 108px black; 

}
.b{
  background: #00b5ff;
  display:none;
  padding: 20px;
  overflow: scroll;
  font-size:1em;
}
.section{
  margin:0px;
  min-height:600px;
  padding-bottom: 25px;

}
.greeting{
  display:none;
}
.aboutContent{
  background: #005577;
  padding:20px;
  border-radius: 8px;
  color:white;
}
.gallery{
  background: #002635;
  border:1px solid #005577;
  padding:20px;
  display:none;
  color:white;


}

.awards{
  background: #005577;
  border:1px solid #005577;
  padding:20px;
  display:none;
  color:black;


}

.nftDiv{
  background: #00b5ff;
  background: #005577;
  /* background: #002635; */
  padding:20px;
  border:1px solid #00b5ff;
  border:1px solid #005577;
  display:none;
  color:white;
  overflow: scroll;

}
.aboutNFT{
  background: #005577;
  background: #00b5ff;
  padding:20px;
  border-radius: 8px;
  color:black;
}
#richardCreatorImg{
    width:200px;
    border-radius:8px;
    margin-top:25px;
}
.nftButton{
  height:100px;
  width: 100px;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px white;
}
.inspire{
  display:none;
  margin-top:200px;
  min-height:500px;
  align-content:center;
  opacity:.001;
}
#disclaimer{
  background:#d2d2d2;
  font-size:1em;
  padding:20px;
}
.signup-newsletter{
  min-height:500px;
  padding-bottom:150px;
}
#disclaimer h2{
  text-align: center;
}
@media only screen and (max-width:600px) {
  .inspire{
    margin-top:0px;
  }
}