body {
  overflow-x: hidden;
  background: #22a7f0;
}
p {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #22a7f0;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #22a7f0;
  color: white;
}
hr.star-primary {
  border-color: #34495e;
}
hr.star-primary:after {
  background-color: white;
  color: #34495e;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #22a7f0;
  color: white;
}
header .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
header .help {
  text-align: left;
  margin-top: 10px;
}
header .help img {
  margin-top: 30px;
}
header .instructions {
  margin-top: 10px;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 3em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar {
  min-height: 20px;
}
.navbar-default,
.navbar-inverse {
  border: none;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #22a7f0;
  background: white;
  border: solid 2px white;
}
.intro-text input {
  border: 0;
}
footer {
  color: white;
  padding: 10px 0;
  background-color: #2b3c4e;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn-success {
  background-color: white;
  border-color: #34495e;
  color: #34495e;
}
.btn-success:focus {
  background-color: #34495e;
  border-color: white;
  color: white;
}
.btn-success:hover {
  background-color: #34495e;
  border-color: white;
  color: white;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.help-btn {
  margin-top: 5px;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
