a[href^="http://www.commodoreonthepark.com.au/"] { margin-left: 5px; color: #bfbfbf; }
a[href^="http://www.commodoreonthepark.com.au/"]:hover { margin-left: 5px; color: #8e8e8e; }
label { color: #8e8e8e; }
label[for=pin], #pin { display:none; }
.bg-dark { background-color: #000000!important; }

.btn-primary {
    display: inline-block;
    background: transparent;
    color: #bfbfbf;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2.16px;
    border: 2px solid #bfbfbf;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.btn-primary:hover {
    border: 2px solid #8e8e8e;
    background: #8e8e8e;
    color: #fff;
}