html {
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar {
  z-index: 1;
}

.navigation-bar {
  background-color: purple;
  position: fixed;
  width: 100%;
  overflow: none;
}

.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(./contact.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;
  color: white;
  position: relative;
  z-index: 0;
  top: 50px;
  font-size: 20px;
}

.text {
  font-family: "Merriweather", sans-serif;
}

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

.my-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  background-color: black;
  opacity: 0.5;

}

@media screen and (max-width:992px){
  .my-contact{

  }
}
