/*
 * Globals
 */


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


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

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


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  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: #fff;
  border-bottom-color: #fff;
}



#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}


.hero {
  height: 100vh;
    background: url("assets/img/logobluebg.jpg");
    background-position: center;
    background-size: cover;
  

  
    /* countdown */
  }


  #main .social-links {
    margin-top: 40px;
  }
  
  #main .social-links a {
    font-size: 16px;
    color: #fff;
    margin: 0 3px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  #main .social-links a i {
    line-height: 0;
  }
  
  #main .social-links a:hover {
    background: #d21312;
    border-color: #ed2b2a;
  }