/*
 * HEADER AND NAVBARS
 */
.header {
  width: 100%;
  height: 100px;
}

.top-navbar {
  height: 70px;
}

.navbar-brand {
  text-align: center;
}

.nav-link {
  margin-left: 5px;
  margin-right: 5px;
  font-family: Corbel, "Lucida Sans", "DejaVu Sans", "Liberation Sans", sans-serif;
  color: grey;
}

.nav-link:hover {
  color: black !important;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 12px;
}

@media(min-width: 720px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

}

.flag {
  margin: 10px;
}

.navbar .nav-item.active {
  border-bottom: 2px solid #ffc107 !important;
}

/* ********** END HEADER AND NAVBAR ********** */
body {
  background-color: #343a40 !important;
}

main {
  margin: 16px 20%;
  max-width: 1600px !important;
  background-color: #343a40 !important;
}

@media(min-width: 720px) {
  main {
    margin: 24px 20%;
  }
}

h1 {
  color: #ffc107;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: black !important;
}

#content {
  width: 100%;
  min-height: 300px;
  background-color: #FFF;
  color: black;
  padding: 24px;
  background-color: #343a40 !important;
}

/*
 * Footer
 */
.footer {
  padding: 1rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;
}

.footer p {
  margin-top: 6px;
  margin-bottom: 6px;
}

.footer p:first-child {
  margin-top: 0;
}

.footer p:last-child {
  margin-bottom: 0;
}

.footer-logo {
  height: 32px;
}


/*
 * General
 */

html {
  position: relative; /* Needed by footer */
  min-height: 100%; /* needed by footer */
}

body {
  margin-bottom: 140px; /* Needed by footer, footer.height + space between body */
  background-color: #ffffff;
}

i.fas {
  padding: 10px;
  cursor: pointer;
  color: #3e3f3a;
  vertical-align: text-bottom;
}

i.fas:hover {
  padding: 9px;
  background: #fcfcfc;
  border: 1px solid #95a5a6;
  border-radius: 3px;
}
