.zoneBranding
{
display: none; 
}

.header1StickyWrapper.stick{
position:static;top:auto;
}

/* Code to change page width START */

.zoneInner, .zoneWrap, .zoneInner >
.WaPlaceHolder { max-width: 10000px; }

/* Code to change page width END */

.fadein {
  opacity: 0;
  animation: fadeIn 1.8s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.background-gradient{
background-image: url("https://firecrafter38.wildapricot.org:443/resources/Pictures/website%20gradient.png");
height: auto;
background-color: #feffff;
}

.btn{
text-color: rgb(254, 255, 255);
box-sizing: border-box;
background-color: rgb(23, 37, 42);
display:block;
padding: 0.3em 1.2em;
margin-left: auto;
margin-right: auto;
border:0.16em solid rgba(255,255,255,0); 
border-radius:2em;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
text-align:center;
transition: all 0.2s;
border-color: rgb(58, 175, 169);
text-decoration-style: solid;
max-width: 20em;
}
.btn:hover{
border-color: rgb(140, 209, 205);
}
@media all and (max-width:30em){
.btn{
display:block;
margin:0.2em auto;
}
}