body{
  padding-top: 80px;
}
/* [COOKIE BANNER] */
#cookie-law {
    position: fixed;
    z-index: 99999;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    padding: 20px 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#cookie-law p {
    margin: 0;
}

/* [/COOKIE BANNER] */

#wifi{
  width: 250px;
  height:250px;
  margin-top: 100px;
}

.contact{
  text-align: center;
  font-size: 16px;
  font-weight: bold !important;
  color: #blue !important;
}

.text{
  font-size: 20px;
}



.divider {
	margin: 10px 0; /* <hr> */
}

.nav-color{
  border-radius: 0.25rem;
	color: #ffffff !important;
	background-color: #0069D9;
}

.wifif {
	overflow: hidden; /* Clear*/
}
.wifif p {
	  font-size: 20px;
    font-weight: 200;
    color: #000;
    letter-spacing: -1px;
}

.wifi-heading {
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -1px;
	color: #0069D9;
}

.container-wifi {
	padding: 40px 0;
}

.wifi-image.wifi-right {
		float: right!important;
		margin-left: 0px;
	}

.footer{
  background-color: #0069D9;
  text-decoration-color: #ffffff !important;

}
.card-header{
  background-color: #0069D9;
}

.carousel-inner > .item{min-height: 600px; background-size: cover;background-position: center center;}

@media(max-width:33.9em) {
  .navbar .collapse {max-height:250px;width:100%;overflow-y:auto;overflow-x:hidden;}
  .navbar .navbar-brand {float:none;display: inline-block;}
  .navbar .navbar-nav>.nav-item { float: none; margin-left: .1rem;}
  .navbar .navbar-nav {float:none !important;}
  .nav-item{width:100%;text-align:left;}
  .navbar .collapse .dropdown-menu {
    position: relative;
    float: none;
    background:none;
    border:none;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}
