body {
  font-family: "Open Sans", serif;
  padding: 0.5rem!important;
  color: #000000;
}

section {
  width: 100%;
}

.navbar {
  display: none !important;
}

div {
  break-inside: avoid;
}

#projects { display:none!important; }
#code { display:none!important; }

#gi {
  display: none !important;
}

h2.mb5 {
  margin-bottom: 0.5rem!important;
}

.my-auto {
  margin-bottom: 0rem!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Saira Extra Condensed", serif;
  font-weight: 700;
  color: #000000;
}

h1,
h2 {
  text-transform: uppercase;
}

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

h2 {
  font-size: 2rem;
  border-bottom: 1px #495057;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Saira Extra Condensed", serif;
  font-size: 1.35rem;
}

.list-social-icons a {
  display: none !important;
  color: #495057;
}

.list-social-icons a:hover {
  color: rgb(83, 36, 136);
}

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

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

.list-icons .list-inline-item i:hover {
  color: rgb(83, 36, 136);
}

#sideNav .navbar-nav .nav-item .nav-link {
  display: none !important;
  font-weight: 600;
  text-transform: uppercase;
}

section.resume-section {
  min-height: 0vh;
  padding: 0rem!important;
  border-bottom: none;
}

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

section.resume-section .resume-item .resume-content img {
    max-height: 100px !important;
    max-width: 100px !important;
}

.bg-primary {
  background-color: rgb(83, 36, 136) !important;
}

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

a {
  color: rgb(83, 36, 136);
}

a:hover,
a:focus,
a:active {
  color: rgb(130, 55, 214);
}

.mapson {
  unicode-bidi: bidi-override;
  direction: rtl;
}
