/*!
 * Start Bootstrap - Resume v5.0.8 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */

body {
  font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  padding-top: 0px;
  color: #868e96;
}

.jumbotron {
  color: white;
  background:
    linear-gradient(rgba(33, 47, 43, 0.2),
      rgba(33, 47, 43, 0.2)),
    url(../assets/img/hero-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  text-align: center;
  z-index: 9999;
}

.bg-image {
  background-image: url(../assets/img/yostall.JPG);
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.card-img-top {
  width: 100%;
  height: 45vw;
  object-fit: cover;
}

.card-deck {
  margin: 0 0px;
  justify-content: space-between;
}

.card-deck .card {
  margin: 0 0 1rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-deck .card {
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
  }

  .card-img-top {
    height: 25vw;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-deck .card {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }

  .card-img-top {
    height: 15vw;
  }
}

@media (min-width: 992px) {
  .card-deck .card {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }

  .card-img-top {
    height: 10vw;
  }
}

.jumbo-text-container {
  position: relative;
  text-align: left;
  left: 20%;
  min-width: 300px;
  z-index: 1;
}

@media (max-width: 768px) {
  .jumbo-text-container h1 {
    font-size: 34px;
    line-height: 36px;
  }

  .jumbo-text-container h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.jumbo-name {
  margin: 0 0 10px 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

.jumbo-ima {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

.typed-text {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #2BA84A;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2rem;
}

p.lead {
  font-size: 1.15rem;
  font-weight: 400;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.5rem;
}

.social-icon {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #868e96;
  color: #fff !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin-right: 1rem;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons p {
  color: #868e96;
  font-size: 2em
}

.social-icons a:hover {
  background-color: #2BA84A;
}

.social-icons p:hover {
  color: #2BA84A;
}

.social-icons p:hover span {
  background-color: #2BA84A;
}

.dev-icons {
  font-size: 3rem;
}

.dev-icons .list-inline-item i:hover {
  color: #2BA84A;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

#sideNav .navbar-toggler:focus {
  outline-color: #2BA84A;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }

  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }

  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }

  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }

  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }

  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

section.resume-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  max-width: 75rem;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }

  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
  }
}

.bg-primary {
  background-color: rgba(20, 30, 43, 1) !important;
}

.text-primary {
  color: rgba(20, 30, 43, 1) !important;
}

#portfolio a {
  color: #868e96;
}

#portfolio a:hover,
a:focus,
a:active {
  text-decoration: none;
}

#contact a {
  color: rgba(20, 30, 43, 1);
}

#contact a:hover,
a:focus,
a:active {
  color: #2BA84A;
}

#about li {
  font-size: 1.1rem;
  font-weight: 450;
  padding-bottom: 10px;
}

.bulletpt {
  color: #2BA84A;
}

.sectiontitle::after {
  content: '';
  position: relative;
  display: block;
  width: 50px;
  height: 3px;
  background: #2BA84A;
  bottom: 0;
  left: 0;
}

#experience ul {
  list-style: none;
  /* Remove default bullets */
}

#experience li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2BA84A;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.card-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.card-deck .card {
  padding-bottom: 50px;
}