body,
html {
  height: 100%;
}
body {
  overflow-x: hidden;
}
.navbar-brand img {
  height: 2em;
  /* margin-right: 10px; */
}

.jumbotron-fluid {
  background-image: url("image-1.jpg");
  background-position: center;
  min-height: 780px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.my {
  margin-top: 250px;
  font-size: 2.85em;
  text-align: center;
  text-shadow: black 1.2px 1.2px;
  animation: slide 1.4s forwards;
  animation-delay: 0.1s;
  /* text-transform: uppercase; */
  font-family: "Comfortaa", cursive;
  font-weight: 600;
  color: white;
}
/* @-webkit-keyframes slide {
  100% {
    left: 0;
  }
} */

@keyframes slide {
  0% {
    left: 500px;
  }
  100% {
    left: 0;
  }
}

ul.navbar-nav a {
  color: white !important;
  font-weight: 600 !important;
  font-size: 1.15em;
  margin-left: 5px;
  letter-spacing: 0.2px;
}
.actve {
  color: #1e92b3 !important;
  font-weight: 600;
}
ul.navbar-nav a:hover {
  color: #076da8 !important;
  font-weight: 700 !important;
}
.btn-outline-light {
  font-size: 0.5em;
  font-weight: 700;
  box-shadow: #111 1px 1px;
  text-shadow: #111 1px 1px;
}
#home {
  background-color: #1e92b3;
  border-radius: 0px 10px 0px 10px;
  /* padding: 7px; */
  margin-top: 2px;
  /* color: #111 !important; */
}
.btn-outline-light:hover {
  text-shadow: #111 0px 0px;
  font-weight: 400;
}
