@font-face{ 
	font-family: 'letterpressscript_bold';
	src: url('../fonts/letterpressscript_bold.eot');
	src: url('../fonts/letterpressscript_bold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/letterpressscript_bold.woff') format('woff'),
	     url('../fonts/letterpressscript_bold.ttf') format('truetype'),
	     url('../fonts/letterpressscript_bold.svg#webfont') format('svg');
}

html,
body {
  height: 100%;
  color:#ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #161719;
  background-image: url("../media/blackboard-tall.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  
}

h1 {
  font-family: 'letterpressscript_bold';
  font-size: 48px;
}
h2 {
  font-family: 'letterpressscript_bold';
  font-size: 38px;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #cccccc;
  text-decoration: none;
}
.center-content {
  padding: 15px;
  margin: 0 auto;
}

.text-muted {
  color: #ffffff!important;
  font-size: 14px;
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

ul li {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  
  ul li {
  list-style: none;
  margin-bottom: 5px;
}
}