body {
  font-family: "Barlow", sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 50px;
}

h2 {
  font-weight: 700;
}

p {
  font-size: 25px;
}

ul,
li {
  font-size: 21px;
}

.jumbotron {
  margin-bottom: 0;
  padding-bottom: 0;
}

.jumbo-background,
.jumbo-background-mini {
  background-image: url("../img/background.png");
  background-attachment: scroll;
  left: -384px;
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0);
  height: 650px;
}

.jumbo-background-mini {
  height: 250px;
}

.logo {
  margin-top: 150px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-left-20 {
  margin-left: 20px;
}

.background-gradient {
  background: -webkit-linear-gradient(
    top,
    rgb(247, 247, 247) 0%,
    rgb(255, 255, 255) 100%
  );
}

.border-bottom-celeste {
  border-bottom: solid 4px #fa7100;
}

p.font-size-16 {
  font-size: 16px;
}

.glyphicon {
  color: white;
  padding: 8px;
  background: #fa7100;
  border-radius: 5px;
}

.btn-ghost {
  font-weight: bold;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

  color: #fa7100;
  text-decoration: none;
  text-transform: uppercase;

  border: 0.15em solid #fa7100;
  padding: 0.4em 0.6em;

  -webkit-transition: color 300ms, background 500ms, border-color 700ms;
  transition: color 300ms, background 500ms, border-color 700ms;
}

.btn-ghost:hover {
  background: #fa7100;
  border-color: #fa7100;
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 850px) {
  .jumbo-background {
    height: 300px;
  }

  .logo {
    margin-top: 50px;
  }
}
