body {
  font-family: 'Josefin Sans', sans-serif;
  padding-top: 54px;
  color: #000000;
}

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

@media (max-width:320px) {
  h1 span {
    display: inline-block;
  }
}

@media (max-width:480px) {
  h1 span {
    display: inline-block;
  }
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

h1 {
  font-size: 3rem;
  line-height: 1.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: .8rem;
}

h5 {
  font-size: .7rem;
}

.subheading {
  font-weight: 500;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.25rem;
}

.list-social-icons a {
  color: #495057;
}

.list-social-icons a:hover {
  color: #000000;
}

.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}

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

.list-icons .list-inline-item i:hover {
  color: #000000;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 100;
  text-transform: uppercase;
  color: #FFF;
}

@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 #FFFFFF;
  }
  #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 (max-width: 768px) {
  #intro-pic{
    order: 1;
    display: none;
  }
  #intro-text{
    order: 2;
  }
  #name-position{
    display: none;
  }
}

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

.bg-primary {
  background-color: #000000 !important;
}

.text-primary {
  font-family: 'Josefin Sans', sans-serif;;
  color: #000000 !important;
}

a {
  color: #000000;

}

a:hover, a:focus, a:active {
  color: #0000FF;
}


p{
  text-align: justify;
  text-justify: inter-word;
}

.ml-1{
  margin-left: 1rem !important;
}

#about{
  background: #fff;
  pointer-events: none;
  display: flex;
}

#about .card, #contact .card{
  border: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}