body {
  font-family: 'Encode Sans Condensed', sans-serif !important;
}

.navbar .navbar-brand {
  color: rgba (255, 255, 255, 0.85);
  font-size: 1rem;
}

.logo-annisleung {
  text-transform: uppercase;
}

.jumbotron {
  background-image: url('../img/jumbo-home.jpg');
  background-size: cover;
}

.jumbotron {
  color: black;
  margin-top: 70px;
  height: 180px;
  padding-top: 25px;
}

.jumbotron h1 {
  font-size: 1.5rem;
}

.footer i {
  color: #fff;
  opacity: 0.5;
}

.footer i:hover {
  color: #fff;
  opacity: 1;
}

/* ========== Home / About ========== */
.skills {
  font-weight: lighter;
}

/* ========== Resume ========== */

.subtitle {
  color: #28a745 !important; /*text-success*/
  text-transform: uppercase;
  font-weight: bold;
}

.event-title {
  font-weight: bold;
}
.event-subtitle {
  color: #28a745 !important; /*text-success*/
  text-transform: uppercase;
  font-weight: bold;
}

.event-date {
  color: #6c757d !important; /*text-muted*/
  font-size: 0.8rem;
  font-weight: lighter;
  text-transform: uppercase;
  padding-bottom: 0;
}

.skill-dot-gray {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #343a40 !important;
  opacity: 0.3;
  display: block;
}

.skill-dot-gray {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #28a745 !important; /*text-success*/
  display: block;
}

/* ========== Contact ========== */

.contact > .jumbotron {
  background-image: url('../img/jumbo-contact.jpg');
  background-size: cover;
}

/* ========== Portfolio ========== */
.portfolio-detail {
  margin-top: 100px;
}

.button-overlay {
  top: 30%;
  opacity: .9;
}

/* ========== Media Queries ========== */

@media (min-width: 576px) {
  .jumbotron {
    color: black;
    height: 250px;
    padding-top: 40px;
  }

  .jumbotron h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .jumbotron {
    color: black;
    height: 350px;
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .jumbotron {
    color: black;
    height: 400px;
    padding-top: 110px;
  }
}

@media (min-width: 1200px) {
  .jumbotron {
    color: black;
    height: 450px;
    padding-top: 140px;
  }
}
