@font-face {
  /*font-family: Fira Sans;
  src: url(Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-Regular.ttf);*/
 /* font-family: Nunito Sans;
  src: url(Nunito_Sans/NunitoSans-Regular.ttf);*/
  font-family: ABeeZee;
  src: url(ABeeZee/ABeeZee-Regular.ttf);
  /*font-family: Dancing_Script;
  src: url(Dancing_Script/DancingScript-VariableFont_wght.ttf);*/
  font-family: Original_Surfer;
  src: url(Original_Surfer/OriginalSurfer-Regular.ttf);
}



body {
  font-family: 'ABeeZee' !important;
}

.container {
  max-width: 960px;
}

html {
  scroll-behavior: smooth;
}

#clockdiv{
  color: #f50000;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

#clockdiv > div{
  padding: 10px;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
}

#clockdiv div > span{
  padding: 15px;
  border-radius: 3px;
  display: inline-block;
}

.smalltext{
  padding-top: 5px;
  font-size: 16px;
}

#activities table, td, thead{
  border: 1px solid black !important;
}

.results-table table, td{
  border: 1px solid black !important;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #ffffff;
  transition: ease-in-out color .15s;
}

.site-header a:hover {
  color: #ffffff;
  background-color: #f50000;
  text-decoration: none;
}

.site-header .nav-item.active a{
  color: #ffffff;
  background-color: #f50000;
}

.section-title{
  padding-top: 1rem !important;
  color: #f50000;
}
/*
 * Extra utilities
 */

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.flex-equal>* {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal>* {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}


/*--------------------------------------------------------------
# front Section
--------------------------------------------------------------*/
#front {
display: flex;
width: 1230px;
margin: auto;
z-index: -80px;
height: 100vh;
justify-content: center;
}

@media (min-width: 1024px) {
  #front {
    background-attachment: fixed;
  }
}

#front.before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#front .front-container {
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #front .front-container {
    top: 70px;
  }
}


.cover .dates{
  
  border-radius: 10px;
  margin-top: -15px;
  position: absolute;
}

#front h1 {
  color: #fff;
  font-family: "ABeeZee", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#front h1 span {
  color: #f50000;
}

@media (max-width: 991px) {
  #front h1 {
    font-size: 34px;
  }
}

#front p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #front p {
    font-size: 16px;
  }
}

#front .about-btn {
  font-family: "ABeeZee", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid yellow;
  background-color: yellow;
  color: red;
}

#front .about-btn:hover {
  background-color: red;
  color: yellow;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.site-footer{
 color:#fff;
 background-color: #000;
 width: 100% !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f50000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #f50000;
  color: #ffffff;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 4px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
  font-size: 25px;
}

.instagram {
  background: #bb0000;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
  font-size: 25px;
}

.linkedin {
  background: #007bb5;
  color: white;
}


.box {
  float: left;
  overflow: hidden;
  color: #ffffff;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 2;
  cursor: pointer;
  display: block;
  background-color: red;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Add padding and border to inner content
for better animation effect */
.box-inner {
  width: 100%;
  height: auto;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


#abc
{  
  font-family: 'Original_Surfer';
  font-size: 25px;
  color: red;
}


.cover {
width: 100%;
background-color: #021422;
z-index: -15;
}

@media only screen and (min-width: 500px){
 
#hero{
margin: auto;
max-width: 1220px;
display:flex;
align-self: center;
align-items: center;
}

.cover .dates{

  border-radius: 10px;
  margin-top: 20px;
  /*position: absolute;*/
} 
 
}

#kk{
padding:0px;
margin:0px;
}

#ll{
padding:0px;
margin:0px;
}


img {
  max-width: 100%;
  height: auto;
}




@media only screen and (max-width: 500px){
 
 .cover .dates{
  margin-top: 70px;
  position: absolute;
} 

#iconcal{
  display: none;
}

#ll{
  margin-top: -60px;
}
 
}