@font-face {
  font-family: 'din-condensed';
  src: url("fonts/Din-Condensed.otf") format("opentype");
}

body {
  text-align: center;
  background-color: #171616;
  font-family: "din-condensed", sans-serif;
  line-height: 1.25;
}

.home {
  background-image: url("images/home_background.jpg");
  background-size: cover;
  max-height: 100vh;
}

.home-wrapper {
  height: 100vh;
  display: flex;
}

.home-center-block {
  width: 100vw;
  max-width: 820px;
  margin: auto;
  padding: 16px 8px;
  background: rgba(0, 0, 0, 0.65);
  height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header {
  background-image: url("images/home_header.png");
  background-size: cover;
  width: 100%;
  height: 296px;
  margin: 6px 0;
  position: relative;
}

.home-social {
  position: absolute;
  bottom: 6px;
  left: 4px;
}

.home-btn-social {
  color: #d786af;
  font-size: 26px;
  -webkit-appearance: none !important;
}

.home-btn-social:hover {
  color: #af5c72;
  transform: scale(1.15);
}

.apple-icon {
  transform: scale(1.15);
  position: relative;
  bottom: 3px;
}

.row {
  margin: 0;
}

p {
  margin: 0;
}

.btn:hover, .btn:focus {
  box-shadow: none;
}

.header-text {
  color: #d786af;
  font-size: 24px;
  letter-spacing: 3px;
  text-align: left;
  margin-left: 12px;
  margin-top: 12px;
}

.welcome {
  letter-spacing: 9px;
}

.p1-text {
  width: 50%;
  margin-top: 20%;
}

.p1-text p {
  color: #b12c45;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  text-align: right;
  margin-right: 6px;
}

.cover-btn {
  margin: 12px;
}

.cover-btn:hover {
  filter: brightness(0.85);
}

.youtube-btn {
  width: 18%;
  background-color: rgb(255, 255, 255);
  padding: 6px;
  border-radius: 12px;
}

.youtube-btn:hover {
  filter: brightness(0.85);
}

.listen-btn {
  color: #b70413;
  background-color: white;
  font-size: calc(15px + 0.15vw);
  padding: 8px;
  border-radius: 12px;
  margin-top: 16px;
  border: none;
}

.listen-btn:hover {
  color: #8d011a;
}

.block-img {
  width: 100%;
  margin: 2px 0;
}

.block-img-logo {
  width: 43%;
  margin: 6px 0;
  float: left;
}

.block-img-p1 {
  width: 50%;
  margin: 4px 0;
}

.footer {
  width: 100%;
  height: 16vh;
  color: #ffffff;
  font-size: 19.8px;
  letter-spacing: 2.5px;
  position: relative;
}

.footer-left {
  position: absolute;
  bottom: 0;
  left: 10px;
  text-align: left;
}

.footer-right {
  position: absolute;
  bottom: 0;
  right: 10px;
  text-align: right;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

/* Mobile */

.home-center-block-mobile {
  width: 100vw;
  max-width: 1000px;
  margin: auto;
  padding: 0;
  background: rgba(0, 0, 0, 0.65);
  max-height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

.home-social-mobile {
  position: relative;
}

.home-btn-social-mobile {
  width: 18%;
  color: #d786af;
  font-size: 9vw;
  -webkit-appearance: none !important;
}

.home-btn-social-mobile:hover {
  color: #af5c72;
  transform: scale(1.15);
}

.header-text-mobile {
  color: #d786af;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: left;
  margin-left: 6px;
}

.welcome {
  letter-spacing: 8px;
}

.p1-text-mobile {
  color: #b12c45;
  font-size: 15.5px;
  letter-spacing: 2px;
  margin: 20px auto;
  max-width: 420px;
}

.block-img-p1-mobile {
  width: 98%;
}

.footer-mobile {
  margin-top: 6vh;
  margin-bottom: 12vh;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}

.copyright-mobile {
  margin: 2.5vh 0;
}


/* Desktop-Mobile */

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media only screen and (min-width: 1081px) and (max-width: 1440px) {
  .home-center-block {
    transform: scale(0.9);
    height: 111.2%;
    margin-top: -56px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .home-center-block {
    transform: scale(0.833);
    height: 120%;
    margin-top: -84px;
  }
}

@media only screen and (max-width: 768px) {
  .desktop {
      display: none;
  }
  
  .mobile {
      display: block;
  }
}


/* Welcome to the Outside */

.single-page {
  width: 100vw;
  max-width: 820px;
  margin: auto;
  padding: 20px 8px;
  height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

.listen-text {
  margin: 24px auto;
  color: #b12c45;
  font-size: 18px;
  letter-spacing: 1.4px;
}

.single-cover {
  margin: auto 19%;
  background: rgba(0, 0, 0, 0.65);
}

.single-img {
  height: 310px;
  margin: 0;
}

.single-link-box {
  width: 35%;
  margin-top: 3%;
}

.single-link {
  margin: 12% 6%;
}

.social-img {
  width: 90%;
}

.single-link-box-mobile {
  width: 50%;
  max-width: 160px;
  margin: auto;
}

.listen-text-mobile {
  margin: 24px auto;
  color: #b12c45;
  font-size: 15px;
  letter-spacing: 1.4px;
}

