body {
  margin: 0;
}

body .container {
  max-width: 1250px;
  margin: auto;
}

.mainNav {
  background-color: #126E51;
}

.mainNav .navWrapper {
  padding: 3px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainNav .navWrapper img {
  max-width: 110px;
}

.mainNav a {
  text-decoration: none;
  margin: auto 0;
  font-size: 12px;
  color: #E4E4E4;
  font-family: "futura-pt", sans-serif;
  height: 36px;
  border: 1px #E4E4E4 solid;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .mainNav a {
    border: none;
  }
}

.topSection {
  background-image: url(SoccerTennis.jpg);
  height: calc(100vh - 60px);
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 30px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .topSection .container {
    z-index: 1;
    position: relative;
  }
  .topSection .container:before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    width: calc(100% + 60px);
    height: 100%;
    z-index: 0;
    background-image: -webkit-linear-gradient(bottom, #1f1f1f 30px, transparent 100%);
    background-image: linear-gradient(to top, #1f1f1f 40px, transparent 100%);
  }
}

.topSection .textContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-width: 540px;
}

@media screen and (max-width: 1024px) {
  .topSection .textContainer {
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 2;
    padding-top: 50px;
    box-sizing: border-box;
    padding-bottom: 50px;
  }
  .topSection .textContainer * {
    text-align: center !important;
  }
}

.topSection .textContainer h3 {
  margin: 0;
  color: #26FFBE;
  font-size: 30px;
  letter-spacing: 5px;
  line-height: 29px;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 550px) {
  .topSection .textContainer h3 {
    font-size: 22px;
    line-height: 20px;
  }
}

@media screen and (max-width: 350px) {
  .topSection .textContainer h3 {
    font-size: 18px;
  }
}

.topSection .textContainer h1 {
  margin: 0;
  text-align: left;
  max-width: 540px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 64px;
  padding: 0;
  color: white;
  font-family: "futura-pt", sans-serif;
}

@media screen and (max-width: 550px) {
  .topSection .textContainer h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 350px) {
  .topSection .textContainer h1 {
    font-size: 34px;
  }
}

.topSection .textContainer p {
  margin: 0;
  color: white;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
  font-family: "futura-pt", sans-serif;
}

.topSection .textContainer p.miniTC {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 10px;
  color: #888;
  text-decoration: none;
  line-height: 13px;
}

@media screen and (max-width: 1024px) {
  .topSection .textContainer p.miniTC {
    margin-top: auto;
  }
}

.topSection .textContainer .button {
  background: linear-gradient(to right, #FFDF1B, #FFDF1B);
  text-decoration: none;
  padding: 10px 20px;
  width: 150px;
  text-align: center;
  color: #111111 !important;
  font-weight: 500;
  border-radius: 2px;
  font-family: "futura-pt", sans-serif;
  letter-spacing: .8px;
}

@media screen and (max-width: 550px) {
  .topSection .textContainer .button {
    margin-bottom: 30px;
  }
}

.topSection .textContainer .imageWrapper {
  margin-top: 40px;
}

.topSection .textContainer .imageWrapper img {
  margin-right: 10px;
  height: 30px;
}

@media screen and (max-width: 1024px) {
  .topSection {
    background: #222;
  }
  .topSection .mobileImage {
    background-image: url(SoccerTennis-1024.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 30px;
    background-size: auto 534px;
    height: calc(100vh - 57.66px);
    position: absolute;
    width: 534px;
    margin: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0px);
  }
}

@media screen and (max-width: 550px) {
  .topSection .mobileImage {
    width: calc(100% - 60px);
  }
}
