body {
  font-family: "Avenir Next" !important;
  padding-top: 54px;
  color: #868e96;
  text-shadow: 2px 1px 1px rgba(10, 20, 20);
}

#sideNav {
  border-right: 1px solid #868e96;
}

.container-fluid.p-0 {
  background: linear-gradient(to right, black, rgb(150, 150, 150));
}

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

#navbarSupportedContent .img-fluid {
  width: 20%;
  border-radius: 0px !important;
}

.resume-section {
  background: linear-gradient(to right, black, rgb(150, 150, 150))
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir Next";
  font-weight: 500;
  text-transform: uppercase;
  color: #868e96;
}

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

h2 {
  font-size: 3.5rem;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Avenir Next";
  font-size: 1.35rem;
}

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

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

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

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

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

.mb-0.super {
  color: #a6aaa9;
}

.my-auto h2 {
  color: #33a5da;
}

.fa-ul>li {
  font-size: 2em
}


.mb-0.sub {
  font-size: 3em;
  color: #33a5da;
}

.js-scroll-trigger.active {
  color: #33a5da !important;
}

.js-scroll-trigger:hover {
  color: #33a5da !important;
}

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

.rounded-circle {
  border-radius: 0% !important
}

@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(51, 165, 218); */
  }
  #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 #868e96;
  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: black !important;
}

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

a {
  color: rgb(203, 54, 47);
}

.fa-angle-right {
  color: #33a5da;
}

a:active,
a:focus,
a:hover {
  color: rgb(255, 70, 70);
}

#info .my-auto h1 {
  color: white;
}

.d-block.d-lg-none {
  border-radius: 5px;
  color: white;
  text-align: center;
}

h3.mb-0 {
  font-size: 2em;
  position: relative;
  padding-left: 25px;
}

@media (max-width: 786px) {
  #sideNav {
    width: 100%;
  }
  h1 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
  h3.mb-0 {
    font-size: 1.5em;
  }
  .fa-ul>li {
    font-size: .7em
  }
  .my-auto h2 {
    font-size: 2em
  }
  #navbarSupportedContent .img-fluid {
    width: 10%;
  }
  .mb-0.sub {
    font-size: 2.5em;
  }
  .my-auto>h3 {
    font-size: 2.5em;
    color: #33a5da;
  }
  .mb-0 {
    font-size: 2em !important
  }
  #ideatext {
    font-size: 1.2em !important
  }
  #migliore {
    font-size: 3em !important
  }
  #missione h3 {
    font-size: 1.5em !important;
  }
  #cosafacciamo {
    font-size: 1.2em !important;
  }
  .navbar-toggler {
    position: relative;
  }
  .fa.fa-angle-right.fa-3x {
    display: none !important
  }
  .arrow {
    display: inline !important;
    color: #33a5da !important;
  }
}

.arrow {
  display: none
}

.my-auto>h3 {
  color: #33a5da;
}

@media (max-width: 1196px) {
  h1 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
  h3.mb-0 {
    font-size: 2em;
  }
}