.heading-2 {
  font-size: 2.7rem;
  display: inline-block;
  background-image: linear-gradient(to right, #000, #151c24, #1f2935, #2d3c4d, #4e6783);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: .2rem;
  margin-bottom: 1.1rem;
  transition: all .5s; }
  .heading-2:hover {
    transform: skewX(15deg) scale(1.1);
    text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2); }

.emphasize {
  color: black;
  font-weight: bold; }

.paragraph {
  font-size: 1.1rem;
  color: #646464;
  line-height: 2.1rem; }
  .paragraph:not(:last-child) {
    margin-bottom: 2rem; }

.h1-underscore {
  background-color: #f8f8f8;
  height: 3px;
  width: 10%;
  margin-left: 10px;
  margin-top: 5px;
  border-radius: 50px; }

.sectional-heading {
  background-color: #f8f8f8;
  height: 3px;
  width: 10%;
  margin-left: 10px;
  margin-top: 5px;
  border-radius: 50px; }

.section-heading {
  text-align: center !important;
  margin: 0 auto 3rem auto; }

.section-heading h2 {
  position: relative;
  display: inline-block; }

.section-heading h2::before {
  content: "";
  width: 150px;
  bottom: -10px;
  left: 50%;
  position: absolute;
  height: 2px;
  background: #ff6633;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.section-heading h2::after {
  content: "";
  width: 100px;
  bottom: -20px;
  left: 50%;
  position: absolute;
  height: 2px;
  background: #ff6633;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.navbar-border-animation::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #ff6633;
  display: block;
  position: relative;
  top: 2px;
  transition: all 700ms ease;
  border-radius: 50%; }

.navbar-border-animation:hover::after {
  width: 100%; }

.sticky {
  padding: 0;
  box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
  transition: all 1.5s ease !important; }

.my-logo {
  width: 120px;
  height: 70px;
  transition: all 1.5s ease !important; }

@media (max-width: 400px) {
  .my-logo {
    width: 103px;
    height: 50px;
    transition: all 1.5s ease !important; } }

/*# sourceMappingURL=style.css.map */
