@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);
html,
body {
  height: 100%;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 8, 2014 */
@font-face {
  font-family: 'LiveLaughLove';
  src: url('../fonts/livelaughlove-webfont.eot');
  src: url('../fonts/livelaughlove-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/livelaughlove-webfont.woff') format('woff'), url('../fonts/livelaughlove-webfont.ttf') format('truetype'), url('../fonts/livelaughlove-webfont.svg#livelaughlovemedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'socicon';
  src: url('../fonts/socicon-webfont.eot');
  src: url('../fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/socicon-webfont.woff') format('woff'), url('../fonts/socicon-webfont.ttf') format('truetype'), url('../fonts/socicon-webfont.svg#sociconregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.social-icon {
  font-family: 'socicon';
  text-transform: none;
}
.btn.btn-disabled {
  background: #a2a2a2;
  pointer-events: none;
  color: black;
}
.tooltip.bottom .tooltip-inner {
  background-color: white;
  color: black;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: white;
}
.tooltip.left .tooltip-inner {
  background-color: white;
  color: black;
}
.tooltip.left .tooltip-arrow {
  border-left-color: white;
}
body {
  background: black url('../img/stitchedbg.png');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: white;
}
body.home .navbar-header a {
  display: none;
}
body.home #title {
  display: block !important;
}
body.home .hidden-home {
  display: none !important;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  color: #111;
}
.fancy-font {
  font-family: 'LiveLaughLove', 'Helvetica Neue', Helvetica, sans-serif;
}
.alt-font {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, sans-serif;
}
.navbar {
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, sans-serif;
}
.navbar .navbar-header a {
  font-family: 'LiveLaughLove', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
}
.navbar #nav-items li a {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
.navbar #nav-items #credits-toggle {
  opacity: 0.5;
}
#main {
  color: white;
  position: fixed;
  bottom: 51px;
  width: 100%;
}
#main #title {
  display: none;
  margin-left: 5px;
  z-index: 100;
}
#main #title h1 {
  font-size: 7em;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  line-height: 80px;
  font-family: 'LiveLaughLove', 'Helvetica Neue', Helvetica, sans-serif;
}
#main #title a {
  margin-right: 30px;
  font-size: 2em;
}
#main #title a:link,
#main #title a:visited {
  color: white;
}
#main #links-container {
  background: rgba(0, 0, 0, 0.6);
  max-height: 0px;
  overflow: hidden;
  z-index: 90;
}
#main #links-container .links {
  padding: 15px 30px;
}
#main #links-container .links strong {
  letter-spacing: 2px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0;
}
#main #links-container .links a {
  display: block;
  width: 100%;
}
#main #links-container .links a:link,
#main #links-container .links a:visited {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  letter-spacing: 1px;
}
#main #links-container .links a:hover {
  color: white;
}
#main #links {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 0;
}
#main #links span {
  padding: 15px;
  cursor: pointer;
  border-bottom: solid transparent 5px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
}
#main #links span:link,
#main #links span:visited {
  color: white;
  text-decoration: none;
}
#main #links span:hover {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
#main #links span.active {
  border-bottom-color: #ffffff;
}
#dark-bg {
  background: rgba(0, 0, 0, 0.8);
  min-height: 100%;
  width: 100%;
  position: fixed;
}
.content-container {
  min-height: 100%;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #nav-items .navbar-nav .items-frame {
    overflow: scroll;
    width: 200px;
    background: red;
    display: block;
  }
  #nav-items .navbar-nav li {
    float: left;
    display: block;
  }
  #nav-items .navbar-nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
  }
  #nav-items .navbar-nav .dropdown-menu li a:link {
    color: rgba(255, 255, 255, 0.8);
  }
  #nav-items .navbar-nav .dropdown-menu li a:hover {
    color: white;
  }
  a.btn {
    opacity: 0.5;
  }
  #title {
    font-size: .7em;
  }
  #links-container {
    margin-bottom: 5px;
  }
}
