.container .heading{
    background-color: orange;
    width: 98.2%;
    height: 50px;
    margin: 1% 0% 2% 1%;
    font-family: Jost;
    color: #fff;
    font-size: 32px;
}

p{
    margin-left: 1.5%;
    font-size: 19px;
    width: 97.5%;
}

.gallery{
    margin-left: 1.5%;
}

.all-img{
    /*height: 210px;*/
    height: 85%;
    width: 100%;
}

.nav-content{
    margin: 3% 0% 3% 0%;
}

.nav-content .nav-item .nav-link{
    border: 2px solid orange;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.nav-content .nav-item{
    margin-bottom: 10px;
}

.nav-content .nav-item .nav-link:hover{
    border: 1px solid lightgrey;
    background-color: lightgrey;
    border-radius: 4px;
    color: #fff;
}

.nav-content .nav-item .nav-link.active{
    background-color: #a3a860;
    border: 1px solid #a3a860;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-heading{
    margin: 3% 2% 0.6% 1.5%;
    font-family: Jost;
    font-size: 22px;
}

.underline{
    background-color: orange;
    width: 120px;
    height: 8px;
    margin-bottom: 1%;
    margin-left: 1.5%;
}

@media only screen and (min-width: 250px) and (max-width: 710px) {
    .footertext{
		background-color: #fff;
        color: #000;
        margin-left: -2%;
	}
}

@media (min-width: 711px) {
    .footertext{
		position: absolute;
        bottom: 0;
        margin: 2% 0 0 1%;
        width: 98%;
        background-color: #000;
        color: #fff;
	}
}
