.homepage {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.homepage .content-wrapper {
  padding-top: 100px;
}

.homepage .content-wrapper .frost {
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  max-width: 500px;
}

.homepage .content-wrapper .frost.curved-top {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.homepage .content-wrapper .frost.curved-bottom {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.homepage .content-wrapper .frost .welcome {
  padding: 50px;
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 2.1rem;
}

.homepage .content-wrapper .frost .welcome p {
  margin-bottom: 0;
}

.homepage .content-wrapper .frost .welcome h1,
.homepage .content-wrapper .frost .welcome h2,
.homepage .content-wrapper .frost .welcome h3,
.homepage .content-wrapper .frost .welcome h4,
.homepage .content-wrapper .frost .welcome h5,
.homepage .content-wrapper .frost .welcome h5,
.homepage .content-wrapper .frost .welcome p {
  color: white;
}

.page .page-title-wrapper .title {
  font-size: 2.5rem;
  margin-top: 110px;
}

.page .page-title-wrapper .title.color-white {
  color: white;
}

.page .page-title-wrapper .title.color-black {
  color: black;
}

img {
  height: auto;
  max-width: 100%;
}

/* flexy sticky footer */

html {
  height: 100%;
}

body {
  margin: 0;
  /* Takes away the default margin which would otherwise make the body extend beyond 100% of page height */
  display: -webkit-box;
  display: flex;
  /* Items have equal height */
  /* same as display:flex for IE11 */
  display: -webkit-flex;
  /* iPad & Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /* layout item's content vertically */
  /* flex-direction: column for IE11 */
  height: 100%;
  /* Needed for IE11 so that body takes up at least 100% of height */
}

header {
  -webkit-box-flex: 0;
  flex: none;
}

.main {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  flex-basis: auto;
  /*background-color: #eee;  let's fade to grey...  ' */
}

/*flex footer ends here*/

footer {
  -webkit-box-flex: 0;
  flex: none;
  min-height: 30px;
  background: #1C0C23;
  color: #fff;
}

.footer-slack {
  background-color: #1C0C23;
  padding: 5px 0;
  text-align: right;
}

header {
  z-index: 999;
}

header .header-slack {
  background: #868383;
  padding: 8px;
}

header .header-slack .header-slack-heading {
  font-weight: bold;
  padding-right: 5px;
}

header .header-slack a {
  color: white;
}

header nav.navbar {
  height: 90px;
  position: absolute;
  width: 100%;
}

header nav.navbar .navbar-brand {
  margin-top: -5px;
}

header nav.navbar .navbar-brand .logo {
  height: 80px;
}

header nav.navbar a.nav-link {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1rem;
  padding: 10px 25px;
}

header nav.navbar button {
  border: none;
  outline: none;
  position: absolute;
  right: 50px;
}

header nav.navbar .navbar-collapse {
  background: white;
  position: absolute;
  left: 0;
  width: 100%;
  top: 94px;
  padding: 10px 10px 10px 0px;
  background: #868383;
}

@media (min-width: 600px) {
  header nav.navbar .navbar-collapse {
    padding: 10px 10px 10px 50px;
  }
}

@media (min-width: 992px) {
  header nav.navbar .navbar-collapse {
    position: initial;
    background: initial;
    padding: initial;
  }
}

header nav.navbar.transparent {
  background: rgba(134, 131, 131, 0.3);
}

header nav.navbar.transparent .dropdown-menu.show {
  background: rgba(134, 131, 131, 0.3);
}

header nav.navbar.full {
  background: rgba(158, 138, 138, 0.7);
}

header nav.navbar.full .dropdown-menu.show {
  background-color: rgba(158, 138, 138, 0.7);
}

header nav.navbar .nav-link.current {
  color: black;
  font-weight: 700;
}

header nav.navbar .dropdown-menu.show {
  border: none;
  display: block;
  min-width: 100%;
  border-radius: 0;
}

header nav.navbar .dropdown-menu.show .dropdown-item:hover {
  background: none;
}

header nav.navbar .dropdown-menu.show .second-level-nav-wrapper {
  border-bottom: 1px solid rgba(212, 199, 199, 0.34);
  padding-top: 10px;
  padding-bottom: 10px;
}

header nav.navbar .dropdown-menu.show .second-level-nav-wrapper .second-level-nav {
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
}

header nav.navbar .dropdown-menu.show .third-nav-link {
  display: block;
  padding: 5px 10px;
  color: #fff;
}

header nav.navbar .dropdown-menu.show .third-nav-link:hover {
  text-decoration: none;
}

header nav.navbar .dropdown-menu.show .dropdown-item:not(:last-child) {
  border-right: 1px solid rgba(212, 199, 199, 0.34);
}

@media (min-width: 992px) {
  header nav.navbar .dropdown-menu.show {
    display: -webkit-inline-box;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  header nav.navbar .dropdown-menu {
    margin-top: 24px;
  }
}

.element .col-title {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3caca;
}

.element .banner_element .banner {
  background-size: cover;
  background-repeat: no-repeat;
}

.element .banner_element .banner .title {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2.5rem;
}

.element .tile-element img {
  height: 250px;
  width: 100%;
}

.element .tile-element .title {
  font-size: 1.2rem;
  padding-top: 5px;
  font-weight: 700;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  height: 300px;
}

.swiper-container .swiper-pagination {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 130px;
  padding: 10px;
}

.swiper-container .swiper-pagination.no-thumbs {
  bottom: 0;
}

.swiper-container.gallery-top {
  height: 80%;
  width: 100%;
}

.swiper-container.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-container.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

