/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

html {
  scroll-behavior: smooth;
}
/*Loading Animation*/
#loading {
  background: #EFEAE4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
#content {
  display: none;
  animation: appear 0.6s ease-in;
}
@keyframes appear {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

/*Global Styles*/
html {
  font-size: 18px;
}
body {
  font-family: metallophile-sp8, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #0F0907;
  background-color: #EFEAE4;
}
h1 {
  font-family: calder-dark-outline, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
h2 {
  font-family: calder-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  font-size: 50px;
}
h3 {
  font-family: calder-dark, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
em {
  font-style: italic;
}
strong {
  font-weight: 500;
}
/*Navbar*/
.nav-item {
  font-size: 20px;
}
.navbar-toggler-icon {
  height: 40px;
  border: none !important;
  fill: #EFEAE4;
}
.navbar-toggler {
  border: none;
}
.nav-logo {
  width: 70px;
  height: 70px;
  fill: #EFEAE4;
  transition: fill 0.2s ease, transform 0.5s ease;
}
.nav-logo:hover, .nav-logo:focus {
  fill: #E6B55D;
  transform: rotate(-7deg);
}
.bg-light {
  background-color: transparent !important;
}
.nav-link {
  color: #EFEAE4 !important;
}
@keyframes slide {
  from {
    background-position: 0% 100%;
  }
  to {
    background-position: 100% 100%;
  }
}
.nav-link {
  display: inline-block;
}
.nav-link:hover, .nav-link:focus {
  background-position: 100% 100%;
  background-image: url("photos/background-squiggle.png");
  background-size: 250px;
  background-repeat: repeat-x;
  animation-duration: 4s;
  animation-name: slide;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.navbar-nav .show > .nav-link, .navbar-nav .active > .nav-link, .nav-link.show, .nav-link.active {
  background-position: 100% 100%;
  background-image: url("photos/background-squiggle.png");
  background-size: 250px;
  background-repeat: repeat-x;
}
.top-nav {
  min-height: 140px;
}
.club-header-outer .nav-logo, .news-header-outer .nav-logo, .press-header-outer .nav-logo {
  fill: #0F0907;
}
.club-header-outer .nav-logo:hover, .club-header-outer .nav-logo:focus, .news-header-outer .nav-logo:hover, .news-header-outer .nav-logo:focus, .press-header-outer .nav-logo:hover, .press-header-outer .nav-logo:focus {
  fill: #791D04;
}
.club-header-outer .navbar-toggler-icon, .news-header-outer .navbar-toggler-icon, .press-header-outer .navbar-toggler-icon {
  fill: #0F0907;
}
.club-header-outer .nav-link, .news-header-outer .nav-link, .press-header-outer .nav-link {
  color: #0F0907 !important;
}
/*Home*/
.header-outer {
  background-attachment: fixed;
  background-size: cover;
}
.header-outer .row-0 {
  position: relative;
}
.header {
  width: 90%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.header h1 {
  word-spacing: 10px;
}
.header h2 {
  word-spacing: 10px;
}
.home-header-outer {
  background-image: url("photos/lucas-mendes-p1Skd_-TIGU-unsplash.jpg");
  background-position: top;
  min-height: 800px;
}
.home-header-outer .row-0 {
  min-height: 700px;
}
.home-header {
  bottom: 300px;
  color: #EFEAE4;
}
.home-header h1 {
  font-size: 120px;
}
.home-header h2 {
  font-size: 55px;
}
.arrow {
  text-align: center;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  bottom: 100px;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.text-box {
  display: inline-block;
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
.home .grid-img {
  position: absolute;
}
.home .row-1, .home .row-2 {
  position: relative;
}
.home .row-1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.home .row-1 .squiggle {
  width: 80%;
  z-index: 1;
  position: absolute;
  top: -125px;
  left: 50px;
}
.home .row-1 .speckles {
  width: 55%;
  position: absolute;
  left: 30px;
  top: 230px;
  z-index: 1;
}
.home .row-1 .squiggle-container:before {
  content: '';
  height: 105%;
  width: 165%;
  position: absolute;
  top: -12px;
  right: -50px;
  background-image: url("photos/home_illustration.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -2;
}
.home .row-1 .left-column > .container-fluid {
  padding: 0;
}
.home .row-1 .first-column {
  margin-top: 100px;
  margin-right: -60px;
  z-index: 2;
}
.right-column .text-box {
  text-align: left;
}
.home-title {
  border-bottom: 5px solid #791D04;
  line-height: 90%;
}
.home .row-2 {
  background-image: url("photos/martin-katler--nWxUpRyxs0-unsplash.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  min-height: 32rem;
}
.home .row-2 .outer-text-box {
  background-image: url("photos/big-red-squiggle.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  width: 500px;
  position: absolute;
  right: 100px;
  top: 100px;
}
.home .row-2 .text-box {
  top: 100px;
  width: 400px;
  display: block;
  left: 0;
  right: 0;
  color: #EFEAE4;
  padding: 50px;
}
.home .row-2 .text-box strong {
  color: #E6B55D;
}
.home .row-2 .text-box a {
  color: #EFEAE4;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.home .row-2 .text-box a:hover {
  color: #E6B55D;
}
.home .row-2 .text-box .hours {
  color: #E6B55D;
  font-weight: 500;
}
.home .row-3 {
  min-height: 40rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.home .row-3 .left-img {
  top: -50px;
  left: 70px;
  width: 30%;
  z-index: 1;
}
.home .row-3 .squiggle {
  width: 160px;
  top: 530px;
  right: 580px;
  z-index: 1;
}
.home .row-3 .right-img {
  top: 110px;
  right: 30px;
  width: 670px;
}