/*!
 * Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 /* */
body {
  font-family: "Open Sans", serif;
  padding-top: 54px;
  color: #000000;
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Saira Extra Condensed", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
}
h1 {
  font-size: 3.5rem;
  line-height: 4rem;
}
h2 {
  font-size: 3.5rem;
}
.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Saira Extra Condensed", serif;
  font-size: 1.15rem;
}
.list-social-icons a {
  color: #495057;
}
.list-social-icons a:hover {
  color: #1e4d77;
}
.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}
.list-icons {
  font-size: 3rem;
}
.list-icons .list-inline-item i:hover {
  color: #bd5d38;
}
#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}
@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: 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 {
  border-bottom: 1px solid #dee2e6;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
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;
    padding-bottom: 3rem !important;
  }
}
.bg-primary {
  background-color: #1e4d77 !important;
}
.text-primary {
  color: #1e4d77 !important;
}
a {
  color: #1e4d77;
}
a:active,
a:focus,
a:hover {
  color: #824027;
}
 .box-shadow {
  /* box-shadow: 0 1px 1rem rgba(0, 0, 0, .15) !important; */
  box-shadow: 0 0.5rem 1rem 10px rgba(0, 0, 0, 0.15) !important;
}
.resume-list p {
  padding-left: 20px;
  list-style: disc;
  position: relative;
}
.resume-list p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #868e96;
}
.object-cover {
  object-fit: cover;
}
.about-img::before,
.about-img::after, .resume-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 40%;
  transition: all 0.3s linear;
}
.resume-img::before{
  opacity:50%;
}
.about-img::after {
  background-color: #1e4d77;
  height: 0;
}
.about-img:hover::after {
  height: 100%;
}
.nav-link {
  width: fit-content;
  margin: 3px auto;
  border-radius: 5px;
  padding: 8px 16px !important;
}
.nav-link.active,
.nav-link:hover {
  background-color: #fff3;
}
.resume-date svg {
  width: 15px;
}
.resume-date a {
  width: fit-content;
}
@media (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
