@import url("https://use.typekit.net/zsc7svg.css");

html, body {
    height: 100%;
    margin: 0px;
    font-family: "brother-1816", sans-serif;
    font-weight: 300;
    font-style: normal;
}

p, ul, li, label {
    font-size: 22px !important;
    font-family: "brother-1816", sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-family: "cooper-black-std", serif;
    font-weight: 400;
    font-style: normal;
    color:#000;
}

.price-guide {
    background-color: #000;
    padding: 15px;
    color:#fff;
}

.paid {
    color: green;
}

.form-check-input {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.card-text {
    font-size: 20px!important; 
    color: #fff!important;   
}

a.active {
    color:#fff600!important;
    text-decoration: underline;
}


.top-heading {
    margin-top: 275px;
}

.top-heading-2 {
    margin-top: 325px;
}

#behind-center-logo {
    width: 186px;
    position: absolute;
    left: 49%;
    top: 15px;
    margin-left: -80px;
}

.behind-center-logo {
    top: -20px;
    position: relative;
    left: 200px;
}

#google-maps {
    width: 600px;
    height: 450px;
}

#countdown {
    padding-top: 10px;
  background-color: #000000;
  z-index: 10001;
  border-bottom: 3px solid #a57b53;
  color: #fff000;
}

#countdown h4 {
    color: #fff000;
}

.navbar {
    color: #ffffff;
    background-color: #824000;
    margin-top: 44px;
    border-bottom: 5px solid #000;
}

.navbar-toggler-icon {
    background-color: #faed63;
}

.navbar a {
    color:#fff;
    font-size: 20px;
}

.navbar a:hover {
    color:#f7e659;
}

.navbar-nav {
    margin: auto;
}

#nav-right {
    margin-left: 11%;
}

#nav-buy-tickets {
    color:#fff600;
}

.star {
    position: relative;
    top: -5px;
}

.wiggle {
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 99;
  -ms-animation-iteration-count: 99;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

@-webkit-keyframes wiggle {
  0% {-webkit-transform: rotate(10deg);}
  25% {-webkit-transform: rotate(-5deg);}
  50% {-webkit-transform: rotate(10deg);}
  75% {-webkit-transform: rotate(-2.5deg);}
  100% {-webkit-transform: rotate(0deg);}
}

@-ms-keyframes wiggle {
  0% {-ms-transform: rotate(1deg);}
  25% {-ms-transform: rotate(-1deg);}
  50% {-ms-transform: rotate(1.5deg);}
  75% {-ms-transform: rotate(-5deg);}
  100% {-ms-transform: rotate(0deg);}
}

@keyframes wiggle {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(-5deg);}
  50% {transform: rotate(10deg);}
  75% {transform: rotate(-2.5deg);}
  100% {transform: rotate(0deg);}
}

.site-logo {
position: absolute;
  top: 40px;
  left: 48%;
  margin-left: -135px !important;
  display: block;
  z-index: 10000;
  width: 320px;
}

footer {
    padding: 20px;
  background-color: #000;
  color: #ffffff;
}

footer a {
    color:#ffffff;
}

footer a:hover {
    color:#1c1635;
}

.hide {
    display: none!important;
}

.btn-primary {
    background-color: #ee6e3f;
  border: 2px solid #000 !important;
  color: #ffffff !important;
  font-size: 24px;
}

.btn-primary:hover {
    background-color: #000000;
    color: #ffffff!important;
    border: none;
}

#terms-and-conditions-container  {
    background-color: #ffffff;
    padding: 20px;
    color:#000000!important;
}

#terms-and-conditions-container h1, #terms-and-conditions-container h2, #terms-and-conditions-container h3, #terms-and-conditions-container h4, #terms-and-conditions-container p  {
    color:#000000!important;
}

#charlies-heading {
    font-size: 26px;
    color: #ffffff!important;
    border-radius: 20px;
    background-color: #ee6e3f;
    width: 405px;
    padding: 10px 5px;
    margin: auto;
    border: 3px solid #fbed63;
}

li {
    color:#000!important;
}

li li {
    color:#000000;
}

#section-3 li {
    color:#000;
    font-size: 20px;
}

#section-3 li li {
    color:#000;
    font-size: 20px;
}

.alert-success {
    background-color: #009707;
    color:#ffffff;
}

.alert-danger {
    background-color: #ce0000;
    color:#ffffff;
}

#complete-registration-btn {
    color:#ffffff!important;
    background-color: #e53837;
    border: 1px solid #b22e2d;
    font-size:20px;
}

.highlight-text {
    color:yellow;
}

.floorplan-img {
    cursor: pointer;
}

.top-heading-margin {
    margin-top:160px;
}

.panel-background {
    background-color: #ffffff;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
}

.card {
    background-color: #ffd79c;
}


#section-2 p.card-text {
    color:#000000!important;
    text-shadow: none;
}

#panel-box {
    border:2px solid #6a6a6a;
    margin-bottom: 50px;
}



#section-1 {
    background-color: #2f3084;
    background: url(https://www.njbeachcon.com/images/section-1.jpg?v=11) no-repeat center center!important;
    -webkit-background-size: cover!important; 
    margin-top: 100px;
}

#section-1 h2, #section-1 h1, #section-1 h3, #section-1 h4, #section-1 p{
    color: #000;
}

#section-1 h3 {
    color: #000;    
}

#section-1 a {
    color: #fff;
}

.section-2 {
    background-color: #2f3084;
    background: url(https://www.njbeachcon.com/images/section-2.jpg?v=6) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
    padding-top: 50px;
    padding-bottom: 20px;
    border-top: 10px solid #faed63;
}

#section-2 h2, #section-2 h1, #section-2 h3, #section-2 h4, #section-2 p {
    color: #000;
}

#section-2 h3 {
    color: #000;  
}

#section-2 p { 
    margin-bottom: 0;
}

#section-2 a {
    color: #fff;
}

#section-3 {
    background-color: #2f3084;
    background: url(https://www.njbeachcon.com/images/section-3.jpg?v=6) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 15px solid #faed63;
}


#section-3 p { 
    margin-bottom: 0;
    color: #000;
}

#section-3 label {
    font-size:20px;
color: #000;
}

#section-3 ul li {
    color: #000;
}

#section-4 {
    background-color: #2f3084;
    background: url(https://www.njbeachcon.com/images/section-2.jpg?v=6) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
    padding-top: 50px;
    padding-bottom: 20px;
    border-top: 10px solid #faed63;
}

#section-4 h1, #section-4 h2, #section-4 h3, #section-4 h4 {
    color: #000;
}

#section-4 p { 
    color:#000;
    margin-bottom: 0;
}

#section-4 label {
    color:#000;
    font-size:20px;
}

#section-5 {
    background-color: #2f3084;
    background: url(https://www.njbeachcon.com/images/section-5.jpg?v=6) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
    padding-top: 50px;
    padding-bottom: 20px;
}

#section-5 h2, #section-5 h1, #section-5 h3, #section-5 h4, #section-5 p {
    color: #d298ff;
}

#section-4 p { 
    margin-bottom: 0;
}

#section-6 {
    background-color: #2f3084;
    background: url(https://www.njbeachcon.com/images/section-6.jpg?v=6) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
    margin-top: 55px;
}

#section-6 h2, #section-6 h1, #section-6 h3, #section-6 h4, #section-6 p{
    color: #d298ff;
}

#section-6 a {
    color: #fff;
}

#section-7 {
    background-color: #2f3084;
    background: url(https://www.njbeachcon.com/images/section-7.jpg?v=6) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
    margin-top: 55px;
}

#section-7 h2, #section-7 h1, #section-7 h3, #section-7 h4, #section-7 p{
    color: #d298ff;
}

#section-7 a {
    color: #fff;
}

#section-8 {
    background-color: #2f3084;
    background: url(https://www.njbeachcon.com/images/section-8.jpg?v=6) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
    margin-top: 55px;
}

#section-8 h2, #section-8 h1, #section-8 h3, #section-8 h4, #section-8 p{
    color: #d298ff;
    text-shadow: 2px 2px #000;
}

#section-8 a {
    color: #fff;
}

#section-9 {
    background-color: #2f3084;
    background: url(https://www.njbeachcon.com/images/section-9.jpg?v=6) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
    margin-top: 55px;
}


#exhibitor-table {
    border:4px solid #ffffff;
    border-radius: 10px;
}

#carouselExampleCaptions {
    width:410px;
    margin: auto;
    border:5px solid #000;
}

.clean-logo {
    margin-top: 320px;
}

.card-body {
    background-color: #ffd79c;
}

.card-body p {
    font-size: 15px;
    color: #fff;
}

.guest-btn, .guest-btn:hover, .guest-btn:active {
    background-color:#ffc200;
    color:#000000!important;
}

.grow { 
transition: all .2s ease-in-out; 
}

.grow:hover { 
transform: scale(1.3); 
}

#section-3 h2 {
    color: #000;
    text-shadow: 2px 2px #fff;
}

#section-2 h1 {
    color: #fff000;
}

.rainbow {
  width:100%;
  height:5px;
  background-color: #52c2c6;
}

.box-shadow {
      box-shadow: 5px 5px 5px #000000;
}

/* Overlay styles */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
#loading-spinner {
    border: 8px solid #0066ff; 
    border-top: 8px solid #ddd; 
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 540px) { 

    .navbar-nav {
        margin-left: 20px!important;
    }

    .site-logo {
        left: 45%;
    }

    #nav-right {
        margin-left: 20px!important;
    }

    #behind-center-logo {
        display: none!important;
    }

    #google-maps {
        width: 400px!important;
        height: 450px!important;
    }

    .card {
        width:100%!important;
        margin-bottom:25px;
    }

    #countdown {
        text-align: center;
    }

    #map {
        width: 95%;
    }

}
