#nav-links{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 20px;
    font-weight: 600;
}

.heading{
 margin-top: 5%;
 margin-left: 4%;
 font-size: 40px;
 font-weight: 600;
 /* font-family: 'Courier New', Courier, monospace; */
 /* font-family: "Goudy Bookletter 1911", sans-serif; */
 /* font-family: "Gill Sans Extrabold", sans-serif; */
 
}
#carousel-pic{
    height:400px;
}
.text{
    margin-top: 2%;
 margin-left: 4%;
 font-size: 17px;
 font-weight: 500;
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   }
   .footer{
    background: #4a4747;
    color: aliceblue;
   }
   .footer-heading{
    color: whitesmoke;
    font-weight: 600;
    font-size: 25px;
   }
@media screen and (max-width : 576px) {
    #carousel-pic{
        height: 350px;  
    }
    .footer-heading{
        font-size: 24px;
        font-weight: 700;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;;
    }
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}