/* body {
  background-image: url("../images/niscbg.jpg");
  background-position: 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
html, body {
    height: 100%;
    margin: 0;
}
header, article, aside, nav, footer, section {
    display: block;
    padding: 0px;
    margin: 0px;
}
.wrapper {
  width: 80%;
  margin: 0 auto;
}
.custom-navbar {
  margin: 80px 0 0;
  background-color: #9e0933 !important;
  width: 80%;
  
}

.navbar-toggler {
  margin-left: 80%;
  top: 5px;
}
.nav-item.active {
  background-color: #9e0933 !important;
}

.logo {
    float: right;
    margin-right: 20px;
}

.footer {
    background-image: url("../images/slogan_36.png");
    background-repeat: repeat-x;
    bottom: 0 !important;
    clear: both;
    font-size: 90%;
    height: 46px;
    padding: 11px 0;
    position: fixed;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: auto;
    width: 100%;
}
.footerlogo {
  float: left;
}

.footertext {
  float: right;
  padding: 17px 0;
}

.footertext,
.footertext a {
  color: #777777;
  text-transform: uppercase;
  font-weight: bold;
}

.footertext a:hover {
  text-decoration: underline;
} */
