

@font-face { font-family: Spinnaker; src: url('../fonts/spinnaker/Spinnaker-Regular.ttf'); } 
@font-face { font-family: BebasNeueRegular; src: url('../fonts/bebas/BebasNeueRegular.otf'); }
@font-face { font-family: ProximaNova; src: url('../fonts/proxima/Proxima-Nova-Regular.otf'); } 

body {
    font-family: ProximaNova,sans-serif;
    font-size: 14px;
    background-color: rgb( 241, 240, 236);
    color: #000000;
    text-transform: uppercase !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-top: 15px;
  padding-left: 15px;
  margin-right: 0;
  margin-left: 40px;
}



/*---------- NAVBAR COLOR BELOW ----------*/
.navbar-inverse .navbar-nav > li > a {color: rgb( 0,  0,  0) !important;}
.navbar{ background: rgb( 241, 240, 236) !important;}
.nav-link , .navbar-brand{ color: #000000 !important; cursor: pointer;}
.nav-link:hover{ background: #505050; color: #FFFFFF !important; }

.nav-link{ margin-right: 1em !important;}
.navbar-collapse{ justify-content: flex-end;}
.navbar-toggler{  background:#fff !important;}
.navbar-collapse{ justify-content: flex-end;}
.dropdown{color:#000000 !important;}

.bg-dark {
    background: rgb(165,42,23) !important;
    text-transform: none !important
    color: #FFFFFF !important;
}

.navbar-text {
    color: #FFFFFF !important;
    text-transform: none !important

}


.normal-space, .normal-order, .fancy-space {
    font-size: 16px;
}
.normal-space {
    letter-spacing: 0.7em;
}
.normal-order {
    letter-spacing: none;
    background: #F73F23;
    color: white !important;
    padding-right: 15px;
    padding-left: 15px;

}
.fancy-space {
    letter-spacing: 0.6em;
    font-family: Spinnaker, sans-serif;
    font-style: italic;
}

.social {

}
#socialite img{
    max-width: 50%;
    height:auto;
}
/*---------- BG AND CELL SPACING BELOW ----------*/

.bgimage {
  position: absolute; 
  /*
  position: absolute;
  position: relative;
  position: fixed;
  position: sticky;
  */
  left: 0px;
  top: 130px;
  z-index: -1;
  max-width: 100%;
  max-height: auto;
}


.daycell {
    position: relative;
    cursor: pointer;
    height: 200px;
 }

.daycellBlank {
    position: relative;
    cursor: arrow;
    height: 200px;
 }

@media all and (min-width: 1200px) {
    .daycellBlank {
        height: 200px !important;
    }
    .daycell {
        height: 200px !important;
    }
 }

@media all and (min-width: 992px) and (max-width: 1199px) {
    .daycellBlank {
        height: 165px !important;
    }
    .daycell {
        height: 165px !important;
    }
 }

@media all and (max-width: 991px) {
    .daycellBlank {
        height: 124px !important;
    }
    .daycell {
        height: 124px !important;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .navbar {
        font-size: 13px;
    }
    .normal-space, .normal-order, .fancy-space {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        font-size: 4em;
    }
    .normal-space, .normal-order, .fancy-space {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    .normal-space, .normal-order, .fancy-space {
        font-size: 11px;
    }
}

.dayImage {
    position: absolute;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
}

.small-squirel {
    max-height: 400px;
}


/*---------- CALENDAR DATE NUMBER and HOVER COLOR BELOW ----------*/
.dayNum {
    position: absolute;
    top: 20px;
    left: 0;
    padding-left: 10px;
}
.dayBody {
    height: 100%;
}

.mouseover {
    background-color: #FF6600;
}
.mover1  {
    background-color: rgba(76, 76, 201, 0.3);
}
.mover2 {
    background-color: rgba(76, 76, 201, 0.3);
}
.mover3 {
    background-color: rgba(76, 76, 201, 0.3);
}
.mover4 {
    background-color: rgba(76, 76, 201, 0.3);
}
.mover5 {
    background-color: rgba(76, 76, 201, 0.3);
}
.mover6 {
    background-color: rgba(76, 76, 201, 0.3);
}

/*---------- MODAL POP-UP Colors below ----------*/
.modal-content {
    background-color:white;
}
.modal-body {
    height: 90%;
    text-align: center;
	color: rgb(165,42,23);
}
.modal-body a {
    color: rgb( 165,42,23) !important;
}

video {
    max-width: 100%;
    max-height: 100%;
}

/*---------- div-specific stuff below ----------*/
#logocell {
    padding: 0px;
}
#subheader {
    position: absolute;
    padding: 5px;
    bottom: 0;
    border: 1px solid #FF8000;
    width: 100%;
}
#subheader img {
    max-width: 100%;
    max-height: 100%;
}
#logo img {
    max-height: 100%;
    max-width: 100%;
}
[class*='col-']{
    padding-right:0;
    padding-left:0;
}

