body{
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  background-color: #f0f0f0;
}
.img-1{
background-image: url('/images/bg1.jpg');
background-size: cover;
background-position: center;
height: 100vh;
width: 100%;
}
.img-2{
background-image: url('/images/bg2.jpg');
background-size: cover;
background-position: center;
height: 100vh;
width: 100%;
}

.img-3{
background-image: url('/images/bg3.jpg');
background-size: cover;
background-position: center;
height: 100vh;
width: 100%;
}

h1.headerTitle {
  font-family: 'BlackJack', sans-serif;
  color: #fff;
  font-size: 120px;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow:
     3px  3px 0 #000,
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}
h2.headerTitle {
  color: #F5ECDB;
  text-shadow:
     2px  2px 0 #000,
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}
.ohnohoney{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.mobile {
  display: none;
}

.desktop {
  display: flex;
}

.uk-slideshow [class*=uk-position-bottom] {
    position: relative!important;
}

.black-text {color:black!important;}
.black-text-bold {color:black!important; font-weight:bold}
@media (max-width: 1024px) {
  .mobile {
    display: flex;
  }
  .desktop {
    display: none;
  }
  .mobile-centered {
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .footer-centered {
    float: none;
  }
  .icons-centered, .icons-center * {
    display: flex;
    justify-content: center;
  }
}

footer {
  border-top: 1px solid lightgray;
}

.footer-bg {
    background: white url('https://i.ibb.co/HDLF3ph/coffee-cup.png') center / cover;
}

.border {
  box-shadow: rgba(9, 30, 66, 0.31) 0px 0px 1px 0px, rgba(9, 30, 66, 0.25) 0px 1px 1px 0px;
}