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

.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;
}

.social-icon {
  margin: 50px 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: 200px;
  text-align: center;
  border: 0px;
  position: relative;
  top: 50px;
}

a:hover {
  text-decoration: none;
}

.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;
}

.mydiv {
  padding-bottom: 100px;
  background-color: pink;
  position: relative;
  top: 50px;
  padding-top: 50px;
  background: url(./hobbies1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mydiv h1 {
  text-align: center;
  font-family: "Merriweather", sans-serif;
  font-weight: bold;
  color: purple;
  padding-bottom: 40px;
}

#tt, #badminton, #cricket, #movies {
  margin-left: 60px;
}

form label {
  color: purple;
  font-size: 20px;
}

.my-label {
  font-family: "Baloo 2", cursive;
  font-size: 24px;
}

.submit-btn {
  color: black;
  border: 1px solid black;
  margin: 50px;
}

.submit-btn:hover {
  background-color: purple;
  color: white;
}

.mydiv p {
  margin: 50px;
  font-family: 'Baloo 2', cursive;
  font-size: 30px;
}

.mydiv button {
  margin: 50px;
  background-color: white;
  border: 1px solid black;
  font-size: 20px;
}

.mydiv button:hover {
  background-color: purple;
  color: white;
}

#tt-d {
  height: 400px;
  width: 100%;
  text-align: center;
  background-color: rgba(100, 160, 200, 0.4);
  display: none;
  padding-top: 60px;
}

#badminton-d {
  height: 400px;
  width: 100%;
  text-align: center;
  background-color: rgba(200, 160, 200, 0.4);
  display: none;
  padding-top: 60px;
}

#cricket-d {
  height: 400px;
  width: 100%;
  text-align: center;
  background-color: rgba(200, 200, 100, 0.4);
  display: none;
  padding-top: 60px;
}

#movies-d {
  height: 400px;
  width: 100%;
  text-align: center;
  background-color: rgba(150, 150, 150, 0.4);
  display: none;
  padding-top: 60px;
}

label{
  font-size: 25px;
  font-family: "Baloo 2",cursive;
}
