/* Site by mattmoney.co.uk */
@import url('//use.fontawesome.com/releases/v6.1.2/css/all.css');
@font-face {
  font-family: one;
  src: url(1.woff);
}
body {
  font-family: one, sans-serif;
  margin: 0;
  color: white;
  background: black;
  font-size: 0;
  text-transform: uppercase;
}
a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.grad {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 52, 117, 1) 100%);
  position: absolute;
  width: 100%;
  height: 100px
}
.inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  left: 100px;
}
.logo img {
  width: 200px;
  padding: 30px 50px;
}
.about {
  line-height: 200%;
  width: 600px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: black;
  z-index: 99;
}
.load img {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translatey(-50%);
}
.roster {
  text-align: center;
  display: block;
}
li {
  width: 25%;
  display: inline-block;
  padding-bottom: 30px;
  box-sizing: border-box;
  border: solid 0.5px white;
}
.roster img {
  width: 100%;
}
.roster a {
  font-size: 18px;
  display: inline-block;
  padding: 7px;
  margin-top: 10px;
}
.roster .book {
  font-size: 12px;
  padding: 10px 25px;
  display: block;
  width: 40px;
  margin: auto;
  margin-top: 10px;
  font-weight: bold;
  border-radius: 5px;
  border: 0.5px solid;
}
.roster span {
  font-size: 20px;
  margin-top: -83px;
  display: block;
  font-weight: bold;
  background: rgb(0 0 0 / 80%);
  position: relative;
  padding: 30px 0;
}
.menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.menu a {
  font-size: 20px;
  color: white;
  padding: 20px;
  display: inline-block;
}
.menu .insta {
  padding: 50px 50px 50px 0;
}
.insta i {
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
  width: 60px;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0 30px #003475;
}
.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.slick-list, .slick-track {
  height: 100%;
}
.slick-slide {
  height: 100%;
  display: inline-block;
  background-size: cover;
}
.slideshow {
  width: 100%;
  height: 100%;
  display: block;
}
.slideshow span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.latest {
  display: block;
  box-shadow: 0 0 30px #003475;
}
.latest-block {
  display: inline-block;
  width: calc(100% / 3);
  vertical-align: top;
  padding: 2%;
  box-sizing: border-box;
}
.latest img {
  width: 30%;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 30px #003475;
}
.latest-text {
  display: inline-block;
  vertical-align: top;
  line-height: 1.7;
  width: 70%;
  font-size: 13px;
  padding-left: 20px;
  box-sizing: border-box;
}
.latest-date {
  display: block;
  margin-top: 10px;
}
.menu .about-roster {
  display: none;
}
.about-page .home-roster {
  display: none;
}
.about-page .about-roster {
  display: inline-block;
}
.about-page .grad {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 100%);
}
.roster .top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 15px;
  border-radius: 100%;
  width: 18px;
  background: #003475;
  cursor: pointer;
  display: none;
}
.roster .show {
  display: inline-block;
}
.opener, .close {
  display: none;
}
@media (min-width: 1000px) {
  .book:hover {
    box-shadow: 0 0 30px #003475;
  }
}
@media (max-width: 1000px) {
  intro {
    height: 100vw;
    position: relative;
  }
  grad {
    height: 100vw;
  }
  inner {
    width: calc(100% - 200px);
  }
  .about {
    width: 100%;
  }
  .slick-slide {
    background-position: center;
  }
  roster {
    padding: 100px 50px;
  }
  roster a {
    display: none;
  }
}
@media (max-width: 500px) {
  intro {
    padding: 0;
    height: auto;
  }
  .slider, grad {
    padding-top: 75px;
    height: 100vw;
  }
  .slider {
    background: black;
    position: relative;
  }
  grad {
    background: linear-gradient(0, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
  }
  menu {
    width: 100%;
    text-align: center;
  }
  menu a {
    font-size: 15px;
    padding: 20px 10px;
  }
  menu a:nth-child(4) {
    padding: 20px 20px 20px 10px;
  }
  menu i {
    padding: 10px;
    width: 35px;
  }
  inner {
    transform: none;
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    top: -50px;
    left: 0
  }
  .logo {
    padding-bottom: 30px;
    width: 170px;
  }
  .about {
    font-size: 15px;
    width: 90%;
    text-shadow: none;
  }
  roster {
    padding: 50px 0;
  }
  li {
    width: calc(50vw - 15px);
    margin: 0 5px 20px;
    padding-bottom: 15px;
    border: solid 1px white;
  }
  roster img {
    width: 100%;
  }
  roster span {
    bottom: 0;
  }
  load img {
    top: 45%;
  }
  .menu {
    display: none;
  }
  .latest-block {
    width: 100%;
    padding: 10px;
  }
  .logo img {
    width: 130px;
    padding: 20px 0 10px 20px;
  }
  .latest img {
    width: 70px;
  }
  .latest-text {
    font-size: 11px;
    width: calc(100% - 70px);
  }
  .latest {
    padding: 10px 0 30px;
  }
  .roster a {
    padding: 7px;
    margin-top: 5px;
    font-size: 13px;
  }
  .roster .book {
    font-size: 10px;
    padding: 7px 20px;
  }
  .roster span {
    font-size: 13px;
    margin-top: 0;
    padding: 10px 0 0;
  }
  .roster .top {
    width: 13px;
  }
  .opener {
    position: absolute;
    display: initial;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 41px;
  }
  .menu .insta {
    padding: 0;
    margin-top: 30px;
  }
  .menu a {
    display: block;
    width: 150px;
    margin: auto;
    text-align: center;
    font-size: initial;
    padding: 15px;
  }
  .open .menu {
    display: initial;
    position: fixed;
    background: black;
    width: 100%;
    left: 0;
    height: 100vh;
    padding-top: 100px;
    z-index: 1;
  }
  .open .close {
    display: initial;
    font-size: initial;
    position: absolute;
    right: 0;
    top: 0;
    padding: 43px 45px;
  }
  .about-page .about-roster {
    display: block;
  }
  .roster-page .roster {
    margin-top: 15px;
  }
}