/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #ff0000;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

 /*
body {

}*/

.cover-container {
  max-width: 70em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #ff0000;
  border-bottom-color: #fff;
}


.countdown-container {
   border: dashed red;
   margin-top: 50px;
   margin-bottom: 30px;
}

.countdown-container .info {
  font-weight: 500;
  font-size: 45px;
}

.countdown-container #countdown {
  font-weight: 500;
  font-size: 50px;
  background-color: red;
  color: white;
  margin-left: 25%;
  margin-right: 25%;
}


.society {
  background-color: rgb(255, 255, 255);
  border: solid black 0.2rem;
}

.society img {
  margin: 5px;
}

.society p {
  text-align: justify;
  margin-top: 50px;
}

.contact {

  font-size: 20px;
  margin-bottom: 50px;;

}