/*
 * Globals
 */
@font-face {
    font-family: 'midietsans_medium';
    src: url('../fonts/midiet_sans_medium.woff2') format('woff2'),
         url('../fonts/midiet_sans_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Links */
a,
a:focus,
a:hover {
  color: #1D4783;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  font-family: 'midietsans_medium';
  height: 100%;
  background: #58CAEF url('../img/home-bg.jpg') no-repeat;
  background-size: cover;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #1D4783;
}

.cover-container {
  max-width: 1000px;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.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: #fff;
  border-bottom-color: #fff;
}

.logo, .date-info {
  max-width: 320px;
  margin-bottom: 35px;
}

.date-info {
  margin-top: 65px;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

@media (max-width: 47em) {
  .date-info {
    margin: 0px 0 40px 0;
  }

  .mastfoot a {
    width: 100%;
    display: inline-block;
  }

  .hidden-xs {
    display: none;
  }

}


/*
 * Cover
 */

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  margin: 15px 0;
  text-transform: uppercase;
}

.mastfoot p {
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.mastfoot a {
  font-weight: bold;
  letter-spacing: 0px;
}


.mastfoot .contact-mail {
  margin-left: 20px;
}

.mastfoot .fa {
  border-radius: 50px;
  background-color: #1D4783;
  color: #58CAEF;
  width: 22px;
  height: 22px;
  padding: 3px 0;
  margin-left: 10px;
}

.mastfoot .sponsor-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px 0px;
  border-radius: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.mastfoot .sponsor-box img {
  max-width: 100%
}