/* CSS Document */

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

header h1 {
  margin-bottom: 20px;
}
header h1,
header h2 {
  text-shadow: 1px 1px 2px black;
}
main h2,
footer h2 {
  color: #B93E40;
  text-transform: uppercase;
}
.navbar-nav {
  font-size: 20px;
  border-bottom: 3px;
}
.navbar-bg {
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 575.98px) {
  .navbar-bg {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.navbar-bg-scroll {
  background-color: rgba(0, 0, 0, 0.4);
  /* margin: -10px; */
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}
.topmenu {
  /* background: url("../assets/images/sunrise-3579931_1920.jpg") no-repeat top center; */
  background: url("../assets/images/sunrise-3579931_1920.jpg") no-repeat fixed center;
  height: 1200px;
}

.swiper-wrapper {
  padding-bottom: 45px;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

main a {
  color: #B93E40;
}

main a:hover {
  color: #B93E40;
  text-decoration: underline;
}

/* to give space above fixed top menu */
.anchor {
  padding-top: 60px;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* cookie banner */

.cookies-notification-container {
  position: fixed;
  bottom: 16px;
  left: 0;
  width: 100%;
  z-index: 10000;
  display: none;
}

.cookies-notification {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 16px 0 rgba(15, 16, 17, 0.15);
  box-shadow: 0 4px 16px 0 rgba(15, 16, 17, 0.15);
  background-color: #fff;
  border: 1px solid #b3c8e4;
  padding: 24px;
  display: table;
  color: #4a4a4a;
  text-align: right;
}

.cookies-notification > div {
  display: table-cell;
  vertical-align: middle;
}

.cookies-notification .learn-more {
  text-decoration: none;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .cookies-notification-container {
    bottom: 0;
  }
  .cookies-notification {
    border: 0;
  }
}

@media screen and (max-width: 414px) {
  .cookies-notification {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
  .cookies-notification,
  .cookies-notification > div {
    display: block;
  }
  .cookies-notification .c {
    padding-right: 0;
    margin-bottom: 16px;
  }
}

/* -- */

.style1 {
  background-image: url("../assets/images/windmills-1048981_1280.jpg");
  background-size: auto ;
}

.style2 {
  background-image: url("../assets/images/windmills-1048981_1280.jpg");
  background-size: auto;
}
