@font-face {
  font-family: ProximaNova-Black;
  src: url(ProximaNova-Black.otf);
}

.communityRow strong {
  font-weight: bold;
}

.commheader {
  background: #152B02;
  background-size: cover;
  position: relative;
  background-position: center;
  z-index:999;
}

.communityRow{
  background-image: url(../images/IMG_5018.JPG);
  background-size: cover;
  position: relative;
  background-position: center;
  

}


.communityRow:before {
  content: "";
  background: #1C3604;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .75;
  z-index:80;
}

.communityRow p {
  color: #fff;
  text-align: center;
  z-index: 999;
  position: relative;
  display: block;
}


.goldRush {
  background: rgb(28,54,4);
background: -moz-radial-gradient(circle, rgba(28,54,4,1) 0%, rgba(66,129,21,1) 100%);
background: -webkit-radial-gradient(circle, rgba(28,54,4,1) 0%, rgba(66,129,21,1) 100%);
background: radial-gradient(circle, rgba(28,54,4,1) 0%, rgba(66,129,21,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3604",endColorstr="#428115",GradientType=1);
}

.darkRow {
  margin-top: -1px;
background-image: url(../images/backgroundPNG.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
padding-bottom: 30px;
}

.goldrushButton {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px auto;
  border-radius: 50px;
  border: solid 5px #C8A900;
  font-family: ProximaNova-Black ;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  max-width: 350px;
}

.goldrushCol {

  background: radial-gradient(93.66% 92.07% at 50% 2.36%, #6DAB2F 0%, #335F11 53.85%, #193B05 100%);
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  justify-content: center;
}

.goldrushCol .row {
  display: block;
}


.revisedRow {
  margin-left: -10px !important;
  margin-right: -10px !important;
}