.body {
  background-color: #000;
  background-image: url('../images/iconpattern-14.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.backgroundcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splash-logo {
  width: auto;
  height: auto;
  max-width: 78%;
  padding-top: 0px;
  padding-bottom: 36px;
}

.splashsubtitle {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
}

.splashtitle {
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
}

.splashsocial {
  padding-left: 0px;
}

.splashsocialicon {
  max-width: 32px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 5px;
}

.splashcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #fff;
  background-color: transparent;
}

.splashdividerline {
  height: auto;
  max-height: none;
  max-width: 85px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.splashtext {
  text-align: center;
}

.accent {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  text-shadow: 1px 1px 6px #000;
}

.image {
  height: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .body {
    background-position: 50% 50%;
    background-size: cover;
  }
  .splashtitle {
    font-size: 28px;
    line-height: 34px;
  }
  .splashcontent {
    width: 90%;
  }
  .splashdividerline {
    max-width: 80px;
  }
}

@media (max-width: 767px) {
  .body {
    background-position: 54% 0%;
    background-size: cover;
  }
  .splash-logo {
    padding-right: 26px;
    padding-left: 26px;
  }
  .splashtitle {
    font-size: 23px;
  }
  .splashsocial {
    margin-top: 0px;
    padding-left: 13px;
  }
  .splashcontent {
    border-style: none;
  }
  .splashdividerline {
    max-width: 76px;
  }
  .image {
    max-width: 90%;
  }
  .image-2 {
    max-width: 90%;
  }
}

@media (max-width: 479px) {
  .body {
    background-image: url('../images/iconpattern-mobile-4.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .splash-logo {
    max-width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .splashtitle {
    margin-top: 16px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .splashsocial {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-left: 0px;
  }
  .splashcontent {
    width: 93%;
    height: 66vh;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    background-color: transparent;
  }
  .splashdividerline {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .div-block {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

