.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.price-table h4 {
    font-size: 20px;
}


.otherclubs_desc {
    font-weight: bold;
    text-align: center;
}

.price-table p.club-desc {
    padding-left: 0;
}

#overview,
#onepercent,
#about,
#recruit,
#social,
#clubs,
#other_clubs {
    padding: 80px 0;
}

.subscribe {
    padding: 30px 0;
    margin-bottom: -70px;
}

div.buttonwrapper {
    height: 65px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

a.linkButton {
    cursor: pointer;
    color: #fff !important;
    
    padding: 14px 20px;
    background: #274351;
    color: #fff;
    font-family: pb;
    position: relative;
    text-decoration: none;
    outline: 0;
}

a.linkButton::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    background: #3c677d;
    z-index: -1;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

a.linkbutton:hover:after {
    top: 6px;
}

sub {
    bottom: 0 !important;
}

.card-body p {
    margin-bottom: 10px;
}



/* Red version */ 
/* original color #ff 76 57 replaced by  #a2 21 01 */
/* original color #f8 61 5a replaced by  #a2 21 01 */

/* Blue version */
/* original color #ff 76 57 replaced by #27 43 51 */
/* original color #f8 61 5a replaced by #27 43 51 */
/* original color #eb 58 37 replaced by #3c 67 7d */
/* original color #db 55 36 replaced by #3c 67 7d */