@import url('https://fonts.googleapis.com/css2?family=Averia+Gruesa+Libre&display=swap');
html, body {
  min-height: 400px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Averia Gruesa Libre', cursive;
  min-width: 512px;
  background-color: #fff;
  color: #000;
}
.press-kit-link {
  text-decoration: none;
}
.press-kit-button {
  Position: relative;
  border: 4px solid #fff;
  color: #fff;
  background-color: #0940ae;
  font-weight: 600;
  padding: 8px;
  margin: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  width: 160px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX-50%);
}
.press-kit-button:hover {
  background-color: #fff;
  color: #0940ae;
}
.showcase {
  background-color: #0940ae;
  color: #fff; 
  padding: 0;
  margin: 0;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
}
.wallpaper {
    width: 100%;
}
.trailer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-color: #000;
}
.m-title {
  font-size: 300%;
  font-weight: 900;
  padding: 0;
  margin: 0;
  padding-bottom: 48px;
}
.n-title {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.t-title {
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}
.thin {
  font-weight: 400;	
}
.p-title, .p-front {
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
  white-space: pre-line;
}
.p-front {
  text-align: justify;
  max-width: 480px;
}
.yt-frame {
  position: relative;
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: calc((100vw - 40px) / (16/9));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 0.5rem black);
  -webkit-filter: drop-shadow(0 0 0.5rem black);
}
.soundcloud {
  margin: 0;
  padding: 0;
  margin-bottom: 48px;
}
/*img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}*/
.arrow {
  font-family: sans-serif;
  position: absolute;
  color: #fff;
  bottom: 24px;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%); 
}
.arrow:hover, .arrow:focus, .close:hover, .close:focus, .ss:hover, .ss:focus {
	cursor: pointer;
  	color: #e5ac22;
}
.blue {
  color: #e5ac22;
}
.photo {
  position: relative;
  padding: 12px;
  padding-bottom: 48px;
  background-color: #fff;
  filter: drop-shadow(0 0 0.5rem black);
  -webkit-filter: drop-shadow(0 0 0.5rem black);
  max-width: 100%;
  max-height: 100%;
  width: 320px;
  height: 340px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.name, .role {
  margin: 0;
  padding: 5px;
}
.profile {
  max-width: 100%;
  padding-bottom: 12px;
}
.ss, .ii {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  /*image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: crisp-edges;*/
  image-rendering: pixelated;
}
.close {
  position: absolute;
  top: 15px;
  right: 40px;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  transition: 0.3s;
}
.close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  color: white;
}
.modal-content {
  position: relative;
  top: 50%;
  left: 50%;
  width: 75%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  image-rendering: pixelated;
}
.fast-fact {
  list-style-type: square;
}
.row-1, .row-2 {
  display: flex;
  justify-content: space-between; 
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.row-1 {
  flex-direction: row;	
}
.row-2 {
  flex-direction: row-reverse;	
}
[class*="col-"] {
  padding: 0;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-2, .col-2b {
  flex: 50%;
}
.col-2b {
  display: inline-block;	
}
.col-3 {
  flex: 33%;
}
.col-4{
  flex: 25%;
}
.header {
  background-image: url("/knight-of-the-deep/img/blue-bg.png");\
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: block;
  min-height: 600px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ts-logo {
  position: relative;
  background-image: url("/knight-of-the-deep/img/tskotd-logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: calc((100vw) - 40px);
  max-width: 900px;
  max-height: 350px;
  position: relative;
}
.cover {
  background-image: url("/knight-of-the-deep/img/the-swordfish.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  max-width: 540px;
  max-height: 360px;
  width: 100%;
  height: calc((100vw) - 40px);
  filter: drop-shadow(0 0 0.5rem black);
  -webkit-filter: drop-shadow(0 0 0.5rem black);
}
.ss, .ii {
  filter: drop-shadow(0 0 0.5rem black);
  -webkit-filter: drop-shadow(0 0 0.5rem black);
}
.gifs {
  display: inline-block;
}
.body, .front {
  padding: 0;
  margin: 0;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 24px;
  padding-bottom: 24px;
}
.front {
  padding-top: 64px;
  padding-bottom: 64px;
}
.gifs {
  padding: 0;
  margin: 0;
  margin-left: 2%;
  margin-right: 2%;
}
.footer_logo {
  background-image: url("/knight-of-the-deep/img/wb-stamp.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100px;
  margin-bottom: 24px;
}
.footer, .gifs, .team {
  text-align: center;
}
.footer {
  /*background-image: url("/knight-of-the-deep/img/wallpaper-footer.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;*/
  font-family: sans-serif;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
  background-color: #0940ae;
  color: #fff;
}
.wb-logo {
  background-image: url("/knight-of-the-deep/img/wb-black-text.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 128px;
  height: 128px;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom-right-radius: 15px;
  filter: drop-shadow(0 0 0.5rem black);
  -webkit-filter: drop-shadow(0 0 0.5rem black);
}
.wb-logo:hover {
  padding: 0;
  padding-top: 4px;
  padding-left: 4px; 
}
.steam-button {
  background-image: url("/knight-of-the-deep/img/steam-button.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 210px;
  height: 70px;
  bottom: 32px;
  right: 32px;
  filter: drop-shadow(0 0 0.5rem black);
  -webkit-filter: drop-shadow(0 0 0.5rem black);
}
.steam-button:hover {
  opacity: .8;
  background-color: #0677ff;
}
.copyright {
  padding: 0;
  margin: 0;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 13px;
}
.twitter-follow-button {
  margin: 24px; 
}
@media only screen and (max-width: 768px) {
  html, body {
    min-height: 100%;
  }
  body {
    min-width: 100%;
  }
  .p-title {
    text-align: center;
  }
  .steam-button {
	top: 75%;
	bottom: auto;  
    left: 50%;
	right: auto;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .steam-button:hover {
    padding: 0; 
  }
  .wb-logo {
    padding: 0;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .wb-logo:hover {
   padding: 0;
   padding-top: 4px; 
  }
    [class*="col-"] {
	  flex-direction: column;
    }
  .row-1, .row-2 {
    flex-direction: column;
  }
  .showcase {
    padding-left: 5%;
    padding-right: 5%;
  }
  .body {
    margin-left: 5%;
    margin-right: 5%;
  }
  .game-poster {
    width: 100%;
  }
}
/*@media only screen and (max-width: 1080px) {
  body {
    min-width: 100%;
  }
  .row-1, .row-2 {
    flex-direction: column;
  }
  .body {
    margin-left: 5%;
    margin-right: 5%;
  }
}*/
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) and (orientation : landscape) {
  html, body {
    min-height: 100%;
  }
  body {
    min-width: 100%;
  }
  .ts-logo {
	width: 50%;  
  }
  .header {
  	min-height: 100%;
  }
  .row-1, .row-2 {
    flex-direction: column;
  }
  .body {
    margin-left: 5%;
    margin-right: 5%;
  }
  .arrow {
	bottom: 8px;
  }
  .steam-button {
	top: auto;
    bottom: 16px;
	left: auto;
    right: 16px;
    transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;

  }
  .steam-button:hover {
    padding: 0; 
  }
  .wb-logo {
    left: 0;
    top: 0;
    padding: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 15px;
  }
  .wb-logo:hover {
   padding: 0;
   padding-top: 4px; 
   padding-left: 4px;
  }
  .row-1, .row-2 {
    flex-direction: column;
  }
  .p-title {
    text-align: center;
  }
  .p-front {
    text-align: justify;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) and (orientation : portrait) {
  html, body {
    min-height: 100%;
  }
  body {
    min-width: 100%;
  }
  .row-1, .row-2 {
    flex-direction: column;
  }
  .body {
    margin-left: 5%;
    margin-right: 5%;
  }
  .p-title {
    text-align: center;
  }
  .p-front {
    text-align: justify;
  }
}