
html {
  position: relative;
  min-height: 100%;
}

body {
  background-image: url("staticfiles/images/Web_Bkg2021.jpg");
  color: white;
  text-align: center;
  background-size: cover;
  margin-bottom: 90px; /* Margin bottom by footer height */
}

.top-spacer {
  height: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 992px) {
  .top-spacer {
    height: 200px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px; /* Set the fixed height of the footer here */
  line-height: 25px; /* Vertically center the text there */
  background-color: #f5f5f5;
  padding-top: 10px;
  font-size: 0.8em;
}

.footer p {
  margin: 0;
  padding: 0;
}

.footer .socials a {
  padding-right: 15px;
  text-decoration: none;
  color: #316196;
  opacity: 0.8;
}

.footer .socials a:hover {
  opactiy: 1;
}

/** Styles from styles.css **/

b.light-color {
  color: #444;
}

.icon {
  font-size: 1.1em;
  display: inline-block;
  line-height: inherit;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  line-height: inherit;
}

.notify-btn {
  margin: 20px 0;
  padding: 13px 35px;
  border-radius: 50px;
  border: 2px solid #316196;
  color: #fff;
  background: #316196;
}

.notify-btn:hover {
  background: none;
}

a.register-button {
  /* color: #316196;
  background-color: white; */

  background-color: rgba(255, 255, 255, 0.8);
}

/* TIME COUNTDOWN */

#normal-countdown {
  text-align: center;
}

#normal-countdown .time-sec {
  position: relative;
  display: inline-block;
  margin: 12px;
  height: 90px;
  width: 90px;
  border-radius: 100px;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
  background: #fff;
  color: #333;
}

#normal-countdown .time-sec .main-time {
  font-weight: 500;
  line-height: 70px;
  font-size: 2em;
  color: #316196;
}

#normal-countdown .time-sec span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9em;
  font-weight: 600;
}

/* SOCIAL BTN */

.social-btn {
  /* position: absolute;
  bottom: 30px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%); */
  width: 50%;
}

.social-btn .list-heading {
  display: block;
  margin-bottom: 15px;
}

.social-btn {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-btn li {
  float: left;
}

.social-btn > li > a > i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 40px;
  font-size: 1.04em;
  margin: 0 5px;
  color: white;
}

.social-btn > li > a > i:hover {
  /* background: #fff !important;
  color: #2a61d6 */
}

.social-btn > li > a > i[class*="facebook"] {
  background: #2a61d6;
}
.social-btn > li > a > i[class*="twitter"] {
  background: #3aa4f8;
}
.social-btn > li > a > i[class*="google"] {
  background: #f43846;
}
.social-btn > li > a > i[class*="instagram"] {
  background: #e1306c;
}
.social-btn > li > a > i[class*="pinterest"] {
  background: #e1c013;
}


/*** Added for 2021 ***/
/* Color */
/* #7f3995 replaced by #316196 */

/* Fonts */
h1{
font-family: gravesend-sans,sans-serif;
font-weight: 700;
font-style: normal;
}

h2, h3{
font-family: gravesend-sans,sans-serif;
font-weight: 300;
font-style: normal;
}

p, span{
font-family: sofia-pro,sans-serif;
font-weight: 400;
font-style: normal;
}