body, .navbar-item {
font-family: 'Acme', sans-serif;
}

.sensation {
  font-family: 'Bangers', cursive;
}

.article {
  text-align: left;
}

h1, h2, h3, h4, h5 {
  text-align: center;
}


p {
  font-family: sans-serif;
  text-align: left;
  font-size: 1.5em;
}

p.small {
  font-size:80%;
  text-align:center;
}

ul , li {
  font-family: sans-serif;
  font-size:1.2em;
}

a {
  color:coral;
  text-decoration: none;
}

.responsive {
    width: 100%;
    height: auto;
}



.icon-level img {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

a.text-link {
  text-decoration: none;
  color:#f26d21;
  box-shadow: inset 0 -7px 0 0 rgba(19,149,186,.15);
}

a:hover {
  color:rgb(19,149,186);
}

a.button-secondary:hover {
  background-color: #000;
  color:#fff;
}

.footer{
  margin-top:20px;
}

.paper {
  background-color: #fff;
  /* Need position to allow stacking of pseudo-elements */
  position: relative;
  padding: 10px;
  border: 1px solid #ccc;
}

.paper,
.paper::before,
.paper::after {
  /* Add shadow to distinguish sheets from one another */
  box-shadow: 2px 1px 1px rgba(0,0,0,0.15);
}

.paper::before,
.paper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eee;
}

/* Second sheet of paper */
.paper::before {
  left: 7px;
  top: 5px;
  z-index: -1;
}

/* Third sheet of paper */
.paper::after {
  left: 12px;
  top: 10px;
  z-index: -2;
}

img {
    max-width: 100%;
    height: auto;
    }

.sponsors img {
  max-width:250px;
  max-height:100px;
  text-align: center;
}

.article-title {
  font-size: 2em;
}

@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0;
  }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  }
