#body {
  font-family: 'Roboto Serif', serif;
  overflow: hidden;
  height: auto;
}


.logo {
  width: 150px;
  height: auto;
}

.nav-item {
  text-transform: capitalize;
}

.nav-link {
  color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #f00;
  background-color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-link:focus,
.nav-link:hover,
.nav-link.active {
  color: #f00;
}

.navbar-toggler {
  border: solid black 3px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #f00;
  text-decoration: none;
  background-color: #0067ff00;
}

@media (min-width: 992px) and (max-width: 1200px) {
  nav li {
    font-size: 12px;
  }
}



.will_updated {
  font-size: 42px;
  text-align: center;
  margin-bottom: 15%;
  margin-top: 15%;
  color: red;
  letter-spacing: 2px;
}

/* footer */

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
  float: left;
  width: 100%;
}


@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}



.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social>a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}



.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}