/*
 * Globals
 */
/* Links */
a {
  color: #D0D0D0;
  text-decoration: none !important;
  outline: none;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  -ms-transition: .5s ease;
  transition: .5s ease;
}
a:hover {
  color: #fff;
  text-decoration: none !important;
  outline: none;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  -ms-transition: .5s ease;
  transition: .5s ease;
}
/* Custom default button */
.btn-default {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.5rem 2rem;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  -ms-transition: .5s ease;
  transition: .5s ease;
}
.btn-default:hover, .btn-default:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
/*
 * Base structure
 */
html, body {
  height: 100%;
}
body {
  background: url(../img/cover.jpg) no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 14pt;
  font-weight: 400
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  background: rgba(48, 53, 70, 0.5);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
.logo {
  height: 800px;
}
/* Padding for spacing */
.inner {
  padding: 30px 0px 0px 0px;
}
/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav-masthead {
  text-align: center;
  display: block;
}
.nav-masthead .nav-link {
  display: inline-block;
}
/*
 * Cover
 */
.cover {
  padding: 0 0 20px 0;
}
.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
}
h1.cover-heading {
  font-family: "Boogaloo", sans-serif;
  font-size: 68pt;
  font-weight: 900;
  color: #FFF;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 3px 8px 13px #000;
  letter-spacing: 10px;
  margin-top: 2%;
}
.first-letter {
  font-size: 80pt
}
h2.cover-heading {
  font-family: "Boogaloo", sans-serif;
  font-size: 30pt;
  font-weight: 800;
  color: #FFF;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 2px 5px 13px #000;
  letter-spacing: 5px;
  margin-top: 5%;
}
h3.masthead-brand {
  font-family: "Boogaloo", sans-serif;
  font-size: 24pt;
  font-weight: 800;
  color: #FFF;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 2px 5px 13px #000;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.mastfoot {
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 776px) {
	.cover {
  padding: 0 10px;
  }
  h1.cover-heading {
    font-size: 48pt;
    font-weight: 600;
  }
  .first-letter {
    font-size: 60pt
  }
  h2.cover-heading {
    font-size: 22pt;
    font-weight: 400
  }
  h3.masthead-brand {
    font-size: 22pt;
    font-weight: 400;
  }
}

@media screen and (max-width: 800px) {
  .logo {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    height: 400px;
  }
  .cover {
  padding: 0px;
  }
  h1.cover-heading {
    font-size: 30pt;
  }
  .first-letter {
    font-size: 36pt
  }
  h2.cover-heading {
    font-size: 22pt;
  }
  h3.masthead-brand {
    font-size: 16pt;
  }
}
@media screen and (max-width: 375px) {
  .logo {
    height: 300px;
  }
  .cover {
  padding: 0px;
  }
  h1.cover-heading {
    font-size: 24pt;
  }
  .first-letter {
    font-size: 30pt
  }
  h2.cover-heading {
    font-size: 16pt;
  }
  h3.masthead-brand {
    font-size: 12pt;
  }
}
