body {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.casely-logo {
  margin-bottom: 25px;
  max-width: 25%;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 90%;
}

video.main-featured-video {
  width: 600px;
  max-width: 90%;
  padding: 0;
  object-fit: cover;
  margin: auto;
  margin-bottom: 25px;
  border-radius: 50px;
  border: 5px solid #97f8f6;
}

.button-container a.btn-links {
  display: block;
  max-width: 425px;
  padding-left: 25px;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-left: 5px solid #97f8f6;
  border-right: 5px solid #97f8f6;
  border-top: 1px solid #97f8f6;
  border-bottom: 1px solid #97f8f6;
  padding: 7.5px 15px;
  margin: auto;
  margin-bottom: 25px;
  border-radius: 50px;
  background: linear-gradient(
    35deg,
    rgba(151, 248, 246, 0.75) 0%,
    rgba(0, 0, 0, 1) 25%
  );
  color: #fff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.casely-championship-container {
  margin-bottom: 25px;
}

.button-container a.casely-championship-link {
  margin-bottom: 5px;
}

.button-container p.casely-award {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.contact-block a {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 3px;
  font-size: 12px;
}

.social-media-overlay i {
  border-radius: 50px;
  font-size: 14px;
  line-height: 1.75;
  color: #ffffff;
  background-color: #79b769;
  border: 1px solid #97f8f6;
  height: 35px;
  width: 35px;
  margin: 10px;
  padding: 5px;
}

footer {
  /* position: fixed; */
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 768px) {
  .button-container a.btn-links {
    max-width: 375px;
    font-size: 12px;
  }
}
