:root {
  --dark-slate-gray: #262c46;
  --dark-slate-gray-2: #262c46;
  --silver: rgba(194, 190, 179, .59);
  --dark-slate-gray-3: rgba(49, 43, 61, .89);
  --light-sea-green: #1abc9c;
}

body {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url('../images/fans-black.jpg');
  background-size: cover;
  padding-top: 126px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #2d3338;
  text-shadow: none;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

a {
  text-decoration: none;
}

.footer-section {
  color: #7e7c87;
  background-color: rgba(0, 0, 0, .18);
  padding-top: 38px;
  padding-bottom: 34px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyright {
  color: rgba(255, 255, 255, .52);
  text-align: left;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: center;
  align-items: baseline;
  justify-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

.align-right {
  text-align: right;
}

.social-btn {
  opacity: .44;
  margin-left: 17px;
  transition: all .2s;
}

.social-btn:hover {
  opacity: 1;
}

.logo {
  max-width: 65%;
  color: #fff;
  letter-spacing: 8px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 700;
  display: inline-block;
}

.text {
  float: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 22px;
}

.body {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: stretch;
  justify-items: center;
  margin: 100px 0 0;
  display: block;
}

.section {
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  text-decoration: none;
}

.image-4 {
  width: 40px;
  padding-bottom: 20px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.text-block {
  padding: 30px;
  font-size: 1rem;
  line-height: 1.3;
}

.image-5 {
  padding: 0;
}

.section-foot {
  aspect-ratio: auto;
  background-color: #000;
  align-self: stretch;
  margin-top: auto;
}

.text-block-2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1;
}

.link-block-2 {
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 57px;
    padding-right: 57px;
  }

  .social-btn {
    transition: all .2s;
  }

  .social-btn:hover {
    opacity: .8;
  }

  .text {
    text-shadow: none;
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 65px;
  }

  .footer-section {
    background-color: rgba(0, 0, 0, .49);
    padding-top: 23px;
    padding-bottom: 23px;
    position: static;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo, .text {
    text-shadow: none;
  }

  .text-block-2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    font-size: 20px;
  }

  .footer-section {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .copyright {
    text-align: center;
    margin-bottom: 16px;
  }

  .container {
    max-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .align-right {
    text-align: center;
  }

  .social-btn {
    margin-right: 17px;
  }

  .logo {
    text-shadow: none;
    padding: 0;
    font-size: 43px;
  }

  .text {
    width: 75%;
    letter-spacing: 4px;
    text-shadow: none;
    font-size: 19px;
    line-height: 22px;
  }

  .body {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .div-block {
    flex-direction: column;
    display: flex;
  }

  .section {
    margin-bottom: 0;
  }

  .link {
    font-size: 1.4rem;
  }

  .image-4 {
    width: 30px;
  }

  .link-block {
    margin-bottom: 20px;
  }

  .text-block {
    font-size: 1rem;
  }

  .text-block-2 {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}

#w-node-d41d9d9e-5cc2-42d7-1e56-a18eef1c6fae-6810e14d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59037de7-2887-3d26-3141-74d6b43adb40-6810e14d {
  align-self: center;
  justify-self: center;
}

#w-node-_4c241e08-cd20-815b-1233-ab5f255df7f6-6810e14d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ac1e2486-06f3-01a9-7ca0-e769b5fb2803-6810e14d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


