body {
  padding-top: 75px;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

p.navbar-brand {
    font-weight: bolder;
    font-size: 1.5em;
}

.uk-notification-message {
    background: rgb(108,231,207);
    background: linear-gradient(90deg, rgba(108,231,207,1) 19%, rgba(108,231,207,0.6334908963585435) 52%);

}

.uk-notification-message-primary {
    color: black
}

button#btn-activate {
    background: #da9425!important;
    width: 200px;
}

.heading-primary {
    color: #5d87a6
}

#paypal-button-container {
    margin-top: 3em
}
