body, html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
header {
    z-index: 99;
}
header .navbar {
    background: #0F1724;
    border-bottom: 4px solid #BFA680;
    min-height: 80px;
}
header .nav-item .nav-link {
    border: 1px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    font-family: 'Lato Regular', sans-serif;
}
header .nav-item .nav-link:hover {
    background: #ffffff;
    color: #0f1724;
}

.footer {
    background: #000000;
    padding-top: 16px;
}
.footer small {
    color: #ffffff;
    font-family: 'Raleway Regular', sans-serif;
    font-size: 10px;    
}
.footer .signature {
    margin: 48px auto;
}
.register-section, .confirm-section {
    padding-top: 130px;
}
body .btn {
    text-transform: uppercase;
}
.heading, body .heading-section, body .btn-block, body .btn-block:hover {
    font-family: 'Syncopate Bold', sans-serif;
}
.heading {
    font-size: 55px;
}
body .heading-section, body .btn-block, body .btn-block:hover {
    color: #BFA680;
}
.btn-outline-light, p {
    color: #FFFFFF;
    letter-spacing: 0px;
    font-family: 'Lato Bold', sans-serif;
    font-size: 16px;
}
.subheading, p, body .btn-block {
    font-size: 24px;
    line-height: 44px;
}
body .call-to-action {
    border-radius: 32px;
    font-size: 21px;
    line-height: 25px;
    padding-left: 24px;
    padding-right: 24px;
}
main {
    padding-top: 80px;
}
figure, .modal-content, .img-fixed, main {    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-fixed {
    min-width: 100vw;
    min-height: 100vh;
}
.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}
.hero-img-container {
    overflow: hidden;
}
.hero-img-container img {
    transition: all .35s ease-in-out; 
}
.hero-img-container img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
@media only screen and (max-width: 576px) {
    .navbar .container.mt-3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar .container.mt-3 .navbar-brand {
        margin: 0;
        max-width: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .img-fluid-custom {
        max-width: 100%;
        height: auto;
    }
  
}
@media only screen and (min-width: 1200px) {
    .img-fluid-custom {
        min-width: 100%;
    }
  
}