
#about .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #66bb31;
    color: #fff !important;
}

#about .nav-link {
    color: #212121 !important;
    transition: all 200ms linear;
}

body{
    background-color: white;
}
/*.about-img img{
    width: 45vw;
}*/
.heading-section .subheading {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-family: lora, Georgia, serif;
    font-style: italic;
    color: #66bb31;
} 

.parallax-window {
    height: 600px;
    background: transparent;
}

#navbar {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 101;
    outline: none;
    border: none;
    background-color: unset;
}


#navbar:focus {
    outline: none;
}

#navbar > span {
    background-color: #7d7d7d;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: height 100ms;
    transition: height 100ms;
}

#navbar > span:after, #navbar > span:before {
    content: "";
    background-color: #7d7d7d;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

 #navbar > span:after {
    top: -7px;
}

#navbar > span:before {
    bottom: -7px;
}

#navbar.act > span {
    height: 0;
}

#navbar.act > span:after,
#navbar.act > span:before {
    background-color: #7d7d7d;
    top: 1px;
}

#navbar.act > span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navbar.act > span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}