/* Sticky footer styles
-------------------------------------------------- */

* {
  scroll-margin-top: 150px;
}

html {
  position: relative;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
}

#top {
  padding-top: 120px;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #ed1c24;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #ed1c24;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #ed1c24;
  margin-top: 50px;
}

a {
  font-weight: bold;
  color: #ed1c24;
}

a:hover {
  color: #ed1c24;
}

a.lnk-footer {
  font-weight: normal;
  color: #777;
}

a.lnk-footer:hover {
  font-weight: normal;
  color: #777;
}

body > .container {
  padding: 10px 15px 0;
  font-family: 'Roboto', sans-serif;
}

.container .text-muted {
  margin: 20px 0;
}

.tick {
    padding-bottom: 1em;
    font-size:1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.tick-label {
    font-size:.375em;
    text-align:center;
}

.tick-group {
    margin:0 .25em;
    text-align:center;
}

.tick-credits {
    display: none;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem
}

.bd-callout h4 {
  margin-top:0;
  margin-bottom:.25rem
}

.bd-callout p:last-child {
  margin-bottom: 0
}

.bd-callout code {
  border-radius: .25rem
}

.bd-callout+ .bd-callout {
  margin-top: -.25rem
}

.bd-callout-igg {
  border-left-color: #ed1c24
}

header {
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 999;
  padding: 15px 0;
  border-bottom: 3px solid #ed1c24;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo img {
  height: 80px;
}

.header nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header nav a {
  font-size: 22px;
  margin: 0 15px;
}

.header nav a:not(.btn) {
  color: #ed1c24;
}

.footer {
  padding: 30px 15px;
  background-color: #f5f5f5;
  width: 100%;
  display: flex;
}

.footer a,
.footer span {
  cursor: pointer;
  color: #000000;
  font-weight: normal;
}

.hamburger {
  display: none;
}

.tns-controls {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.tns-controls button {
  margin: 0 10px;
  border: 0;
  background-color: transparent;
  font-size: 28px;
  color: #ed1c24;
}

.qr-code {
  text-align: right;
}

@media screen and (max-width: 1024px) {

  .bd-callout {
    flex-flow: column;
  }

  header {
    padding: 10px 0;
  }

  .header .logo img {
    height: 60px;
  }

  nav.menu {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position: fixed;
    top: 83px;
    left: 0;
    width: 0;
    height: calc(100vh - 83px);
    overflow: hidden;
    background-color: #ffffff;
    transition: width, .5s;
  }

  nav.menu.active {
    width: 100vw;
  }

  nav.menu a {
    margin: 10px 15px;
  }

  .hamburger {
    display: block;
  }

  footer {
    padding: 0 !important;
  }

  footer, .footer {
    margin: 0;
  }

  .qr-code {
    text-align: center;
  }

}