/* Navigation */
.nav {
  margin: 0;
  width: 100%;
  border-radius: 0;
  font-family: "Federo", sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  background-color: #1a1a1a;
  background-image: linear-gradient(to bottom, #1b2128, #121212);
  background-repeat: repeat-x;
  min-height: 2rem;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
}

.nav .nav-center {
  display: table;
  margin: 0 auto;
}

.nav ul.nav-list {
  list-style: outside none none;
  float: left;
  left: 0;
  width: 100%;
  position: relative;
  margin: 0 0.8rem 0 0;
  padding-left: 3%;
  display: block;
}

.nav ul.nav-list .active > a,
.nav ul.nav-list .active > a:hover,
.nav ul.nav-list .active > a:focus {
  color: white;
  background-color: #121212;
}

.nav ul.nav-list li {
  display: inline;
  font-size: 120%;
  line-height: 120%;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  color: #8d939b;
  float: left;
  margin: 0;
}

.nav ul.nav-list li a {
  float: none;
  padding: 0.8rem 3rem;
  color: #8d939b;
  text-decoration: none;
  display: block;
}

.nav ul.nav-list li a:hover,
.nav ul.nav-list li a:focus {
  color: #ffd675;
}

@media (max-width: 768pt) {
  .nav ul.nav-list li {
    font-size: 105%;
  }
  .nav ul.nav-list li a {
    padding: 0.8rem 2rem;
  }
}

@media (max-width: 414pt) {
  .nav ul.nav-list li {
    font-size: 95%;
  }
  .nav ul.nav-list li a {
    padding: 0.8rem 1.2rem;
  }

  .optional {
    display: none !important;
    height: 0;
    max-height: 0;
  }
}

/* Masthead */
.masthead {
  text-align: center;
  position: relative;
  padding-top: 3.2rem;
  padding-bottom: 1.8rem;
  background-color: #121212;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.masthead h1 {
  font-family: "Federo", sans-serif;
  font-size: 7rem;
  line-height: 0.6;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  color: white;
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 768pt) {
  .masthead h1 {
    font-size: 5.5rem;
  }
}

@media (max-width: 568pt) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 0.4;
  }
}

@media (max-width: 414pt) {
  .masthead h1 {
    font-size: 3rem;
    line-height: 0.3;
  }
}

/* Footer */
.footer {
  color: #444;
  text-align: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #121212;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.footer a {
  color: #bee4f7;
}

.footer a:hover,
a:focus {
  color: #ffd675;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbb450),
    to(#f89406)
  );
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f39106;
}

.btn-xlarge {
  width: 80%;
  font-size: 2.5em;
  padding: 0.2em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: normal;
  border-radius: 8px;
}

@media (max-width: 768pt) {
  .btn-xlarge {
    font-size: 1.5em;
    width: 94%;
  }
}

@media (max-width: 568pt) {
  .btn-xlarge {
    font-size: 1.5em;
    width: 92%;
  }
}