header {
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
header .jumbotron {
  background: none;
  border-radius: 0;
  color: #fff;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
}
header .jumbotron h1 {
  line-height: 72px;
}
header .jumbotron .lead {
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  opacity: 0.9;
  text-transform: uppercase;
}
header .jumbotron .half {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  width: 50%;
}
@media screen and (max-width: 39.9375em) {
  header .jumbotron .half {
    width: 100%;
  }
}
header .nav-item {
  font-size: 13px;
}
header .nav-item a {
  color: white !important;
  text-transform: uppercase;
  transition: 0.3s all;
}
header .nav-item a:hover {
  opacity: 0.5;
}
header .btn:hover {
  background-color: white;
  color: black;
}

.apps h3 {
  line-height: 64px;
}
.apps .carousel-control-next, .apps .carousel-control-prev {
  background: #2b1eb0;
  border-radius: 3px;
  height: 48px;
  opacity: 1;
  top: calc(50% - 24px);
  width: 48px;
  transition: 0.3s all;
}
.apps .carousel-control-next:hover, .apps .carousel-control-prev:hover {
  background-color: #2F2888;
}

.skills p {
  font-size: 16px;
  line-height: 1.6;
}

.sites .card {
  border: 0;
}
.sites .card img {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.58);
  border-radius: 3px;
}
.sites .card h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}
.sites .card .card-body a:hover h5, .sites .card .card-body a:hover {
  color: #2b1eb0 !important;
  text-decoration: none;
}

/*# sourceMappingURL=index.css.map */
