body {
  font-family: "Jost", sans-serif;
  width: 100%;
  overflow-x: hidden;
}
@font-face {
  font-family: cursiveTitle;
  src: url('fonts/LemonJellyPersonalUse-dEqR.ttf');
}

.imageBox {
  height: 200px;
  width: 180px;  
  outline: 4px solid var(--bluesemidark);
  outline-offset: 0px;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
  margin: auto;
}

.text {
  margin: 10px auto 15px auto;
}

.imageBox img {
height: 100%;
width: 100%;
transition: .4s;
}

.imageBox img:hover {
  transform: scale(1.08);
  transition: .4s;
}

  #forCommittee .text span {
    width: 100%;
    display: block;
    clear: both;
  }

  .quickButtons .btn {
    margin: 25px !important;
    width: 250px;
    transition: all 1s;
  }

  .quickButtons .btn.btn-info:hover {
    background-color:gold;
    transition: all 0.5s;
  }

  .quickButtons .btn.btn-primary:hover {
    background-color:#a90434;
    transition: all 0.5s;
  }

  /* accordian */

.accordions {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    transition: 0.4s;
    /*font-weight: lighter;*/
    border-bottom: 1px solid var(--darkGrey);
  }
  
  .active, .accordions:hover {
    background-color: #ccc;
  }
  
  .accordions:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

/* accordian */

.menuMainBox {
    background-color: #fff;
    margin-bottom: -30px;
    box-shadow: 0px 3px 5px grey;
    border-radius: 0px 0px 0px 40px;
    z-index: 99999;
}

.socialAssociation a {
    color:#eee;
    padding: 12px;
}
.socialAssociation a:hover {
    color: gold;
}

.menuMainBox a:hover {
color:#e8320c;
}

.contactSection .contacts .w-100:nth-child(odd) {
  border: 2px solid gold;
}

.borderCut {
  padding: 20px;
  border:8px solid darkblue;
}

.borderShadow {
  border: 3px solid #fff;
  box-shadow: 0px 0px 5px grey;
  padding: 10px;
  height:380px;
}

.borderShadow iframe {
  height: 100%;
  width: 100%;
}
footer {
  background-image: url('../images/footer_bg_2.png');
 /* background-repeat: no-repeat;
  background-size: cover;*/
}

footer a {
  color:var(--white);
  text-decoration: none;
  transition: 0.4s all;
}

footer a:hover {
color:gold !important;
transition: 0.8s all;
}
  /* ==================================================== */

  .blackbg {
    background-color: var(--black) !important;
  }

  .whitebg {
    background-color: var(--white) !important;
  }

  .lightGreybg {
    background-color: var(--lightGrey) !important;
  }

  .lightBluebg {
    background-color: var(--bluelight) !important;
  }

  .semiBluebg {
    background-color: var(--bluesemidark) !important;
  }

  .darkBluebg {
    background-color: var(--bluedark) !important;
  }

  .darkBluefg {
    color: var(--bluedark) !important;
  }

  .lightBluefg {
    color: var(--bluelight) !important;
  }

  .semiBluefg {
    color: var(--bluesemidark) !important;
  }

  .darkBluefg {
    color: var(--bluedark) !important;
  }

  .blackfg {
    color: var(--black) !important;
  }

  .whitefg {
    color: var(--white) !important;
  }

  .lightGreyfg {
    color: var(--lightGrey) !important;
  }

  .radius
  {
    border-radius: 12px;
  }

  /*countdown*/

  #timerSection {
    position: relative;
    z-index: 99;
  }

  .timer ul li {
    padding: 20px;
    text-transform: capitalize;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    background: #2c2f77;
    background: linear-gradient(180deg, #a90434 0%, #e8320c 100%);
    border: 2px solid #fff;
    box-shadow: 0px 0px 4px #000;
    margin: 5px;
  }

  .timer ul li {
    text-transform: capitalize;
  }

  .countdown .box {
    position: absolute;
  align-content: center;
  text-align: center;
  }

  .countdown .box .clock {
    font-size: 2.325rem;
    font-weight: 600;
    color: #ffffff;
  }

  .countdown .box .time {
    margin-bottom: 0;
    font-style: italic;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: gold;
    margin-left: 4px;
  }

  .blockTitle .w-100 img {
    width: 85px !important;
    margin-top: -35px !important;
  }

  .nav-item {
    margin: 8px 12px;
  }

  .cursiveTitle {
    font-family: cursiveTitle;
  }
  .jost-cursiv {
    font-family: "Tangerine", cursive;
  font-weight: 900;
  font-style: normal;
  font-size: 42px;
  }

  .contactSection .venueImage img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid gold;
  }
  /*countdown*/
  
  /* accordian end */

  :root
  {
    --darkGrey:darkgrey;
    --bluesemidark:#5895cc;
    --bluelight:#d1e6f9;
    --bluedark:#033866;
    --black:#0f1010;
    --white:#fefefe;
    --lightGrey:#f4f4f5;
  }