/* Show it is fixed to the top */

body {
    background-color: #d4d6d7;
    color: #000;
    font-size: 16px;
    scroll-behavior: smooth;
/*    scroll-margin-top: 65px;*/
    font-family: Arial, sans-serif;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover, a:focus {
    color: #333;
    text-decoration: underline;
}
.navbar {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar.bg-dark {
    background-color: #000 !important;
}
main {
/*    margin-top: 68px;*/
    background: url('../assets/images/header-dine-and-drive.jpg') center center no-repeat;
    background-size: cover;
    max-height: 1000px;
    color: #fff;
}
.main-header h3 {
    color: #045896;
    margin-bottom: 20px;
}
/* .main-header .title-wrap {
    height: 815px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 70px;
} */

h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.02;
    color: #045896;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 18px;
}
h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}
p {
    line-height: 1.3;
}
strong, #venue h3 {
    color: #e1251b;
}
ul {
    padding-left: 20px;
}
.header {
    width: 400px;
    background-color: #1d1d1b;
    color: #FFF;
    margin: 10px auto;
    border-radius: 20px;
    border: 2px solid #e1251b;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
}
.header strong, #venue strong {
    color: #FFF;
}
.header .large {
    font-size: 26px;
}
.small {
    font-size: 12px;
}
.large {
    font-size: 22px;
}
.logo-set {
    width: 500px;
}
#join {
    background-color: #1d1d1b;
    color: #FFF;
    font-size: 20px;
}
a.link {
    color: #FFF;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.link:hover, a.link:focus {
    text-decoration: none;
    opacity: 0.8;
}
#join h3 {
    color: #e1251b;
    font-size: 25px;
}
#details {
    background-color: #3c3c3b;
    color: #FFF;
    font-size: 20px;
}
#details .section-wrap {
    background: url('../assets/images/glitter-panel-1.png') top left no-repeat;
    background-size: 575px auto;
    padding-top: 40px;
    
}
#venue {
    background-color: #1d1d1b;
    color: #FFF;
}
.rego-form {
    background-color: #e1251b;
    padding: 30px 20px;
    border-radius: 0 40px 0 0;
}
hr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #DA291C;
    opacity: 1;
}
.bullet-wrap {
    width: 350px;
}
.btn-primary {
    background-color: #e1251b;
    border: 1px solid #e1251b;
    border-radius: 5px;
    padding: 13px 15px 13px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-default {
    background-color: #000;
    color: #FFF;
    font-size: 15px;
    border-radius: 5px;
    padding: 13px 15px 13px 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #FFF;
    background-color: #333;
    border: 1px solid #333;
}
.icon-arrow {
    color: white;
    margin-left: 1rem;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #000;
    border-color: #000;
    text-decoration: none;
}


/*------------------------Footer--------------------------*/
footer a {
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
footer a:hover, footer a:focus {
    color: #FFF;
    text-decoration: underline;
    opacity: 0.8;
}

footer {
    font-size: 14px;
    color: #FFF;
    background-color: #000;
}

footer h4 {
    font-size: 16px;
}

/*------------------------Back to Top--------------------------*/
.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    color: #000000;
    font-size: 1em;
    padding: 1em;
    opacity: 0.6;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    display: none;
    z-index: 200;
    background-color: #888;
    border-radius: 50%;
}

.back-to-top:hover {
    opacity: 1;
}

.back-to-top i {
    position: absolute;
    color: #FFF;
    top: 13px;
    left: 14px;
    font-size: 25px;
    font-weight: 600;
}

/*------------------------Mobile--------------------------*/
@media (max-width: 767px) {
    
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 28px;
    }
    .main-header {
        max-height: unset;
    }
    .main-header h3 {
        font-size: 24px;
    }
    .main-header p {
        font-size: 16px;
    }
    #details .section-wrap {
        background-size: 100% auto;
    }
    .header {
        width: 100%;
    }
    .icon {
        width: 100%;
        text-align: center;
    }
    .btn-primary {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .bullet-wrap {
        width: 100%;
    }
    .bullet-wrap h3 {
        text-align: center;
    }

}

/*------------------------Small Tablet--------------------------*/
@media (min-width: 768px) and (max-width: 991px) {

    .bullet-wrap {
        width: 100%;
    }
}

/*------------------------Large Tablet--------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {

    .icon img {
        width: 120px;
    }
    .bullet-wrap {
        width: 300px;
    }
}

/*------------------------Regular Desktop--------------------------*/
@media (min-width: 1200px) and (max-width: 1399px) {
    
    .icon img {
        width: 120px;
    }
    .bullet-wrap {
        width: 300px;
    }
}

/*------------------------Large Desktop--------------------------*/
@media (min-width: 1400px) and (max-width: 1599px) {}

/*------------------------Extra Large Desktop--------------------------*/
@media (min-width: 1400px) {

}