header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg,rgb(144,191,68),rgb(255,195,34));
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background: linear-gradient(0deg,rgb(232,83,158),rgb(242,101,49));
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: scroll;
  background-size: cover;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #bd0760!important;
  border-color: rgb(253,185,33)!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(247,148,30);
  border-color: #fff;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #ffffff!important;
  border-color: #ffffff!important;
}

