.btn-xl {
  border-style: none;
  height: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
}

body {
  font-family: Montserrat, sans-serif;
}

#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  transition: all .4s ease 0s;
  transform: translateX(250px);
  background: #eaca21;
  border-left: 1px solid rgba(255,255,255,.1);
}

#sidebar-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #212529 !important;
  padding: 0px;
}

#sidebar-nav a {
  color: #212529;
}

#portfolio-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  #portfolio-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 576px) {
  #porfolio-col {
    width: 90%;
  }
}

#porfolio-col {
  margin: 20px;
}

#hero-heading {
  font-size: 78px;
}

@media (max-width: 576px) {
  #hero-heading {
    font-size: 36px;
  }
}

#hero-subheading {
  font-size: 20px;
}

@media (max-width: 576px) {
  #hero-subheading {
    font-size: 16px;
  }
}

#hero-img {
  width: 100%;
}

