.navigation-bar {
  background-color: purple;
  position: fixed;
  z-index: 1;
  width: 100%;
}

.nav-item {
  margin-left: 20px;
  margin-right: 20px;
}

.nav-link {
  color: black;
}

.drop-list {
  color: #fff;
  background-color: purple;
  outline: none;
}

.dropdown-menu {
  padding: 0px;
  border: 0px;
  position: relative;
  right: 0%;
  left: auto;
}

.drop-list:focus {
  background-color: #fff;
  color: #000;
}

.mydiv {
  background: url(./time.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 120vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x:auto;
}

table{
  border: 1px solid #000;
}

td{
  padding: 15px;
}

td, tr{
  border: 1px solid #000;
}

tr{
  font-family:
}

.first-row{
  font-family: "Baloo 2", cursive;
  font-size: 1.2rem;
  font-weight: bold;
}

.r1:hover, .r2:hover, .r3:hover, .r4:hover, .r5:hover, .r6:hover, .r7:hover{
  background-color: purple;
  color: white;
  border: 4px dashed black;
}

.social-icon {
  margin: 30px 40px;
  color: purple;
  border-radius: 100%;
  font-size: 25px;
}

.fa-facebook-f:hover, .fa-twitter :hover, .fa-instagram:hover, .fa-envelope:hover {
  color: white;
}

.footer-div {
  margin: 0px;
  background-color: #E8D3DE;
  height: 100px;
  width: 100%;
  padding-bottom: 150px;
  text-align: center;
  border: 0px;
  position: relative;
}

a:hover{
  text-decoration: none;
}

@media screen and (max-width:992px) {
  table{
    padding: 100px 0px 0px;
  }

}
