html, body {
  font-size: 12pt;
  margin-top: 35px;
}

.navbar-brand img {
  height: 40px;
}

.navbar-inverse .navbar-nav li a {
  line-height: 40px;
  font-size: 12pt;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav li a:hover {
  color: yellow;
}

h1 {
  font-size: 16pt;
  color: white;
  background-color: black;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 400px;
}

h2 {
  font-size: 14pt;
  border-bottom: 3px solid black;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 250px;
}

h4 {
  font-size: 12pt;
  color: black;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

img a:hover {
  color: rgba(96, 41, 169, 0.7);
}
.noline {
  border-bottom: none !important;
}
.nohover:hover {
  color: black;
  background-color: white;
  border: none;
}

@media screen and (max-width: 740px) {
  h4 {
    border: none;
  }
}

h4:hover {
  color: white;
  background-color:black;
  border: solid black 1px;

}

small a {
    color: black;
    background-color: yellow;
}

a:hover {
    text-decoration: none;
  }

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: smaller;
  line-height: .9em;
  color: white;
  padding-top: 5px;
  background-color: black;
}

footer a {
  color: yellow;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 25px;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

.auto-resizable-iframe {
  max-width: 800px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 90%;
}

figcaption {
  display: inline;
  padding: 10px;
  background-color: #111;
  color: white;
  font-size: smaller;

  border-radius: 3px;
}

.icon-next, .icon-prev {
  font-size: 50pt !important;
  color: white;
}
figcaption a {
  color: yellow;
}

#design-doc {
  margin-top: 5%
}

#design-doc h1 {
  font-size: 18pt;
  font-weight: bold;
  text-transform: uppercase;
}

@media all and (max-width: 960px) {
  body {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {

  .navbar-header {
    height: 60px;
  }

  figcaption {
    display: none;
  }

  footer {
    position: relative;
    font-size: smaller;
    text-align: center;
    line-height: .9em;
  }

}
