body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container {
    max-width: 960px;
}

.nav_bg {
    background-image: linear-gradient(180deg, #B30F09, #E0190B);
}

.nav_bg nav a:hover {
    background-color: #7c0305;
    padding: 8px;
}

.edge p {
    font-family: "Lucida Calligraphy";
    color: #444444;
}

.section-vission-mission {
    background-image: linear-gradient(180deg,#b30f09c7, #770e0ef5);
}

hr.hrl {
    border-top: 2px solid red;
}

.nav-item a:hover {
    background-color: #7c0305;
    padding: 8px;
}

.section-bg {
    background-color: #303030;
}
 
.section-bottom-image {
    background-image: url("/static/images/black-bg-2.png") ;
    background-position: center;
    height: 55px;
    width: 100%;
}

.footer-top-image {
    background-image: url("/static/images/black-bg.png") ;
    background-position: center;
    height: 55px;
    width: 100%;
}