body, html {
  height: 100%;
}
@media all and (max-width: 700px) {
  .logo {
    width: 100%;
    min-width: 100%;
  }
}
.logo {
  width: 80%;
}
.jumbotron {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  text-align: center;
  position: relative;
  height: 98%;
  background: url('https://hexadecimategame.com/images/promo/promo_bg.jpg') fixed center no-repeat;
  background-size: cover;
  background-position: center top;
}
@-webkit-keyframes bounce {
  from {
    bottom: 20px;
  }
  to {
    bottom: 0;
  }
}
.jumbotron h1 {
  color: white;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  margin-top: 150px;
  font-size: 60px;
  text-shadow: 1px 1px 5px black;
  margin-bottom: 25px;
}
.jumbotron h3 {
  color: white;
  text-shadow: 1px 1px 1px black;
  margin-bottom: 25px;
}
.redline {
  height: 10px;
  background: #f63f45;
  -webkit-animation: surfin 3s linear;
  width: 100%;
  border-radius: 15px;
}
@-webkit-keyframes surfin {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#intro {
  background: #ebeeed;
  margin-top: 0;
  padding: 30px 0;
  text-align: center;
}
#intro h2 {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
}
#intro .line {
  width: 100px;
  height: 5px;
  background: #555;
  margin: 10px auto;
  border-radius: 20px;
  margin-bottom: 30px;
}
#intro .card {
  background: white;
  overflow: hidden;
}
#intro .card .card-img {
  height: 233.328px;
  overflow: hidden;
}
#intro .card .card-img img:hover {
  transition: 0.4s linear;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.contact {
  padding: 30px 0;
  background: url('https://hexadecimategame.com/images/cards/frogboard_back.jpg') fixed center no-repeat;
  background-size: cover;
}
.contact h1 {
  color: white;
  text-shadow: 1px 1px 1px black;
  margin-bottom: 25px;
}
.contact input {
  border-radius: 0;
  height: 50px;
}
.contact .textarea {
  border-radius: 0;
  height: 150px;
}
.contact button {
  border-radius: 2px;
}
.contact p {
  color: white;
}
footer {
  background: white;
}
footer .top-footer {
  padding: 30px 0;
  border-bottom: 1px solid #888;
}
footer .main-footer {
  padding: 30px 0;
}
footer .main-footer .social a {
  font-size: 20px;
  color: #777;
}
footer .main-footer .social a:hover {
  color: #d9534f;
}
footer .main-footer .year {
  text-align: center;
}
footer .main-footer .copyright {
  text-align: right;
}