/* 
CUSTOM CSS
*/
section#about, section#paper, section#more {
    background-color: #001226;
}
.bg-overlay[data-style="2"] {
    background: #001226;
    opacity: .9;
}
.icon-box.border .icon {
    border: 3px solid #fff;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
}

h2.text-md.mb-4.text-black {
    color: #001226;
}

button.btn gold,
.btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
  background-image: url(/images/gold.png);
    background-size: cover;
    color: black;
    border-color: black;
}

a.btn.btn-dark.btn-lg {
    color: black !important;
}
}