/*--------------------
Body
--------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fonts */

@font-face {
  font-family: 'Styrene A Web';
  src: url('font/StyreneA-Medium-Web.woff2') format('woff2'),
       url('font/StyreneA-Medium-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Styrene A Web';
  src: url('font/StyreneA-Regular-Web.woff2') format('woff2'),
       url('font/StyreneA-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Styrene A Web';
  src: url('font/StyreneA-Light-Web.woff2') format('woff2'),
       url('font/StyreneA-Light-Web.woff') format('woff');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'nib-regular-pro';
  src: url('font/nib-regular-pro.eot');
  src: url('font/nib-regular-pro.eot?#iefix') format('embedded-opentype'),
       url('font/nib-regular-pro.woff2') format('woff2'),
       url('font/nib-regular-pro.woff') format('woff'),
       url('font/nib-regular-pro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Body */

html {
  min-height: 100svh;
  background-color: #000;
}

body {
  margin: 0;
  font-family: 'Styrene A Web', sans-serif;
  color: #fff;
  min-height: 100svh;
  background-color: #000;
  background-image: url('/img/bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

::selection {
  background: #CD3E17; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #CD3E17; /* Gecko Browsers */
  color: #fff;
}

.teaser-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  flex-direction: column;
}

.teaser-logo {
  width: 300px;
  height: 38px;
  background-image: url('/img/logo-temp-soundbreak.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 40px;
}

.teaser-mission-wrapper {
  background-color: #211d1bd6;
  margin: 0 20px 40px 20px;
  padding: 18px 25px;
  border-radius: 35px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: inset -1px -1px 1px 0 #1414147a, inset 1px 1px 1px #ffffff1a, 0 2px 15px -5px #000;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-content: center;
  align-items: center;
  font-size: 15px;
}

.teaser-mission-wrapper span {
  opacity: .7;
}

.teaser-info strong {
  font-size: 22px;
}

.teaser-info a {
  color: #fff;
  text-decoration: none;
}

.teaser-info {
  font-size: 15px;
}

/* mid */
@media (max-width: 1280px) {

}

/* mobile */
@media (max-width: 920px) {
  .teaser-logo {
    width: 200px;
    height: 30px;
  }
  .teaser-mission-wrapper {
    padding: 10px 15px;
    font-size: 13px;
  }
  .teaser-info {
    font-size: 13px;
  }
  .teaser-info strong {
    font-size: 18px;
  }
}
