.container {
  max-width: 700px;
}

ul {
  list-style-position: outside;
}

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

div#header {
  margin-top: 20px;
}

div#title{
}

div#title{
}

div#footer {
  width: 100%;
  border-top: 1px solid #ededed;
  padding: 20px 0;
  margin: 20px auto;
}

h6 {
  font-size: 2.0rem;
}

div.centered {
  text-align: center;
}

div.justify {
  text-align: justify;
}

.navbarwrapper {
  width: 100%;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 20px auto;
  margin-top: 0;
}

.navbarlist {
  list-style: outside none none;
  display: block;
  margin: 10px 0;
}

.navbaritem {
  display: inline-block;
  margin: 0;
}

.navbarlink {
  color: #222;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 3.5rem;
  margin: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbarlink:hover {
  color: #0fa0ce;
}
