/*
 * Base structure
 */

body {
}

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

/*
 * Header
 */

#headline{
  font-weight: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-top: 0.5em;
}

#status {
  display: inline-block;
  font-size: 2em;
  list-style-type: none;
  margin:0.5em;
  text-transform: uppercase;
}
#countdown {
  display: inline-block;
  font-size: 2em;
  list-style-type: none;
  text-transform: uppercase;
}

@media all and (max-width: 768px) {
  #countdown {
    font-size: 2rem;
  }
  footer p {
    font-size: 0.5rem;
  }
}








/* 
* Universiteit huisstijl 
*/
@font-face {
  font-family: Vestula;
  src: url("fonts/vestula-regular.woff2") format("woff2"),
    url("fonts/vestula-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Vestula;
  src: url("fonts/vestula-semibold.woff2") format("woff2"),
    url("fonts/vestula-semibold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: fontello;
  src: url("fonts/fontello.woff2") format("woff2"),
    url("fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.uni-body {
  font-family: Vestula, sans-serif;
  background-color: #ffffff;
}
.uni-header {
  background-color: #ffffff;
}

.uni-nav {
  background-color: #001158;
  color: #ffffff;
}
.uni-nav li a,
.uni-nav span,
.uni-nav button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.nav-link {
  padding: 8px 15px 8px 15px !important;
}
.uni-footer {
  background-color: #001158;
  color: #ffffff;
}

#headline {
  font-weight: 700;
}
#home i {
  color: #ffffff;
}
.uni-nav li {
  border: solid #253b85;
  border-width: 0 0 0 1px;
}

@media only screen and (min-width: 769px) {
  .uni-nav li:last-child {
    border-right-width: 1px;
  }
}
