@font-face {
  font-family: "Font1"; /* Custom name for your font */
  src: url("../fonts/AvenirRoman.ttf") format("truetype"); /* Modern browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font2"; /* Custom name for your font */
  src: url("../fonts/Santis W01 Bold.ttf") format("truetype"); /* Modern browsers */
  font-weight: normal;
  font-style: normal;
}
.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

.align-center {
  margin: 0 auto;
}

.m0 {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "Font1", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  z-index: 1000;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.landbody {
  background-image: url("../img/BG/V36_TheLeague36_LandingPage.jpg");
  background-size: cover;
  background-position: bottom;
  padding: 0px;
  height: 100vh;
  display: grid;
  place-items: center; /* Centers both horizontally and vertically */
}

.landintro {
  font-family: "Font2", sans-serif;
  color: white;
  text-align: center;
}
.landintro img {
  width: 100%;
}
.landintro h1 {
  font-size: 70px;
  line-height: 170%;
  letter-spacing: 20px;
}
.landintro h1 .title2 {
  font-size: 100px;
  letter-spacing: 70px;
}

.arrow {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}

.module1 {
  font-family: "Font1", sans-serif;
  text-align: center;
  height: 100vh;
  display: grid;
  color: #7c7c7c;
  place-items: center;
  font-size: 35px;
}
.module1 .otherfont {
  font-family: "Font2", sans-serif;
}
.module1 .endline {
  display: flex; /* Use flexbox */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
}
.module1 .endline hr {
  width: 10%;
  height: 3px;
  background-color: #000000;
  border: none;
}

.module2 {
  background: black;
  color: rgb(156, 156, 156);
  text-align: center;
  height: auto;
  padding-top: 50px;
  font-size: 35px;
  letter-spacing: 2px;
}
.module2 .otherfont {
  color: #f1f1f1;
  font-family: "Font2", sans-serif;
  font-size: 40px;
}
.module2 .otherfontspaced {
  color: white;
  font-family: "Font2", sans-serif;
  font-size: 45px;
  letter-spacing: 5px;
}
.module2 .endline {
  display: flex; /* Use flexbox */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
}
.module2 .endline hr {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border: none;
}
.module2 .service {
  padding-top: 50px;
  text-align: left;
  border-top: 1px solid #ffffff;
}
.module2 .service .col-md-6 {
  padding-top: 50px;
  margin-left: 0px;
  padding-left: 100px;
  padding-bottom: 50px;
}
.module2 .service .bottom-border {
  border-bottom: 1px solid white;
}
.module2 .service .right-border {
  border-right: 1px solid white;
}
.module2 .service .insidetext {
  padding-left: 100px;
}

.module3 {
  padding-top: 90px;
  font-family: "Font1", sans-serif;
  text-align: left;
  height: 100vh;
  color: #7c7c7c;
  font-size: 35px;
}
.module3 .container-fluid {
  padding: 0px 20%;
}
.module3 .otherfont {
  font-family: "Font2", sans-serif;
}
.module3 .otherfontspaced {
  color: rgb(104, 104, 104);
  font-family: "Font2", sans-serif;
  font-size: 45px;
  letter-spacing: 5px;
}
.module3 #lname, .module3 #fname {
  width: 100%;
  padding: 0px;
}
.module3 #email, .module3 #phone {
  margin-left: 10px;
}
.module3 button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  visibility: visible !important;
  text-align: center;
  background-color: black !important;
  font-family: "Font2", sans-serif;
  width: 100% !important;
  font-size: 25px !important;
  letter-spacing: 3px !important;
  padding: 30px 0 !important;
  border: 1px solid black;
  color: white !important;
}
.module3 button:hover {
  background-color: white !important;
  color: black !important;
}

.module4 {
  background-color: black;
  height: 40vh;
  margin: 0px;
  margin-top: 80px;
}
.module4 img {
  padding-top: 10vh;
}

@media (max-width: 576px) {
  /* width */
  ::-webkit-scrollbar {
    width: 0px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: transparent;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
  .landbody {
    background-image: url("../img/BG/V36_TheLeague36_LandingPage.jpg");
    background-size: cover;
    background-position: bottom;
    padding: 0px;
    height: 100vh;
    display: grid;
    place-items: center; /* Centers both horizontally and vertically */
  }
  .landintro {
    font-family: "Font2", sans-serif;
    color: white;
    text-align: center;
  }
  .landintro h1 {
    font-size: 30px;
    line-height: 150px;
    letter-spacing: 20px;
  }
  .landintro h1 .title2 {
    font-size: 50px;
    letter-spacing: 7px;
  }
  .arrow {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
  }
  .module1 {
    font-family: "Font1", sans-serif;
    text-align: center;
    height: auto;
    display: grid;
    color: #7c7c7c;
    place-items: center;
    font-size: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module1 .otherfont {
    font-family: "Font2", sans-serif;
  }
  .module1 .endline {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
  }
  .module1 .endline hr {
    width: 10%;
    height: 3px;
    background-color: #000000;
    border: none;
  }
  .module2 {
    background: black;
    color: rgb(156, 156, 156);
    text-align: center;
    height: auto;
    padding-top: 50px;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .module2 .otherfont {
    color: #f1f1f1;
    font-family: "Font2", sans-serif;
    font-size: 20px;
  }
  .module2 .otherfontspaced {
    color: white;
    font-family: "Font2", sans-serif;
    font-size: 25px;
    letter-spacing: 5px;
  }
  .module2 .endline {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
  }
  .module2 .endline hr {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border: none;
  }
  .module2 .service {
    padding-top: 50px;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
  .module2 .service .col-md-6 {
    padding-top: 50px;
    padding-left: 0px;
    padding-bottom: 50px;
  }
  .module2 .service .right-border {
    border-right: 1px solid black;
  }
  .module2 .service .insidetext {
    padding-left: 0px;
  }
  .module3 {
    padding-top: 90px;
    font-family: "Font1", sans-serif;
    text-align: left;
    height: auto;
    color: #7c7c7c;
    font-size: 15px;
  }
  .module3 .container-fluid {
    padding: 0px 10%;
  }
  .module3 .otherfont {
    font-family: "Font2", sans-serif;
    font-size: 20px;
  }
  .module3 #namefield {
    margin-top: 20px;
  }
  .module3 #fname, .module3 #lname {
    width: 85.5%;
  }
  .module3 #email, .module3 #phone {
    width: 80%;
    margin-left: 10px;
  }
  .module3 button {
    visibility: visible !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
         appearance: none !important;
    border: 1px solid black;
    text-align: center;
    background-color: black !important;
    font-family: "Font2", sans-serif;
    width: 100% !important;
    font-size: 15px !important;
    letter-spacing: 3px !important;
    padding: 30px 0 !important;
    color: white !important;
  }
  .module3 button:hover {
    background-color: white !important;
    color: black !important;
  }
  .module4 {
    background-color: black;
    height: auto;
    margin: 0px;
    margin-top: -80px;
    padding-bottom: 60px;
  }
  .module4 img {
    padding-top: 10vh;
  }
}
@media (min-width: 577px) and (max-width: 913px) {
  /* width */
  ::-webkit-scrollbar {
    width: 0px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: transparent;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
  .landbody {
    background-image: url("../img/BG/V36_TheLeague36_LandingPage.jpg");
    background-size: cover;
    background-position: bottom;
    padding: 0px;
    height: 100vh;
    display: grid;
    place-items: center; /* Centers both horizontally and vertically */
  }
  .landintro {
    font-family: "Font2", sans-serif;
    color: white;
    text-align: center;
  }
  .landintro h1 {
    font-size: 40px;
    line-height: 150px;
    letter-spacing: 10px;
  }
  .landintro h1 .title2 {
    font-size: 80px;
    letter-spacing: 7px;
  }
  .arrow {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
  }
  .module1 {
    font-family: "Font1", sans-serif;
    text-align: center;
    height: auto;
    display: grid;
    color: #7c7c7c;
    place-items: center;
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module1 .otherfont {
    font-family: "Font2", sans-serif;
  }
  .module1 .endline {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
  }
  .module1 .endline hr {
    width: 10%;
    height: 3px;
    background-color: #000000;
    border: none;
  }
  .module2 {
    background: black;
    color: rgb(156, 156, 156);
    text-align: center;
    height: auto;
    padding-top: 50px;
    font-size: 25px;
    letter-spacing: 2px;
  }
  .module2 .otherfont {
    color: #f1f1f1;
    font-family: "Font2", sans-serif;
    font-size: 30px;
  }
  .module2 .otherfontspaced {
    color: white;
    font-family: "Font2", sans-serif;
    font-size: 25px;
    letter-spacing: 5px;
  }
  .module2 .endline {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
  }
  .module2 .endline hr {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border: none;
  }
  .module2 .service {
    padding-top: 50px;
    text-align: left;
    border-top: 1px solid #ffffff;
  }
  .module2 .service .col-md-6 {
    padding-top: 50px;
    margin-left: 0px;
    padding-left: 3px;
    padding-bottom: 50px;
  }
  .module2 .service .bottom-border {
    border-bottom: 1px solid white;
  }
  .module2 .service .right-border {
    border-right: 1px solid white;
  }
  .module2 .service .insidetext {
    padding-left: 29px;
  }
  .module3 {
    padding-top: 90px;
    font-family: "Font1", sans-serif;
    text-align: left;
    height: auto;
    color: #7c7c7c;
    font-size: 25px;
  }
  .module3 .container-fluid {
    padding: 0px 10%;
  }
  .module3 .otherfont {
    font-family: "Font2", sans-serif;
  }
  .module3 button {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    display: block;
    visibility: visible;
    text-align: center;
    background-color: black;
    font-family: "Font2", sans-serif;
    width: 100%;
    font-size: 28px;
    letter-spacing: 3px;
    padding: 20px 0;
    border: 1px solid black;
    color: white;
  }
  .module3 button:hover {
    background-color: white;
    color: black;
  }
  .module4 {
    background-color: black;
    height: auto;
    margin: 0px;
    margin-top: -80px;
    padding-bottom: 60px;
  }
  .module4 img {
    padding-top: 10vh;
  }
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .landbody {
    background-image: url("../img/BG/V36_TheLeague36_LandingPage.jpg");
    background-size: cover;
    background-position: bottom;
    padding: 0px;
    height: 100vh;
    display: grid;
    place-items: center; /* Centers both horizontally and vertically */
  }
  .landintro {
    font-family: "Font2", sans-serif;
    color: white;
    text-align: center;
  }
  .landintro h1 {
    font-size: 40px;
    line-height: 150px;
    letter-spacing: 10px;
  }
  .landintro h1 .title2 {
    font-size: 80px;
    letter-spacing: 7px;
  }
  .arrow {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
  }
  .module1 {
    font-family: "Font1", sans-serif;
    text-align: center;
    height: 100vh;
    display: grid;
    color: #7c7c7c;
    place-items: center;
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module1 .otherfont {
    font-family: "Font2", sans-serif;
  }
  .module1 .endline {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
  }
  .module1 .endline hr {
    width: 10%;
    height: 3px;
    background-color: #000000;
    border: none;
  }
  .module2 {
    background: black;
    color: rgb(156, 156, 156);
    text-align: center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 25px;
    letter-spacing: 2px;
  }
  .module2 .otherfont {
    color: #f1f1f1;
    font-family: "Font2", sans-serif;
    font-size: 30px;
  }
  .module2 .otherfontspaced {
    color: white;
    font-family: "Font2", sans-serif;
    font-size: 25px;
    letter-spacing: 5px;
  }
  .module2 .endline {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
  }
  .module2 .endline hr {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border: none;
  }
  .module2 .service {
    padding-top: 50px;
    text-align: left;
    border-top: 1px solid #ffffff;
  }
  .module2 .service .col-md-6 {
    padding-top: 50px;
    margin-left: 0px;
    padding-left: 100px;
    padding-bottom: 50px;
  }
  .module2 .service .bottom-border {
    border-bottom: 1px solid white;
  }
  .module2 .service .right-border {
    border-right: 1px solid white;
  }
  .module2 .service .insidetext {
    padding-left: 100px;
  }
  .module3 {
    padding-top: 90px;
    font-family: "Font1", sans-serif;
    text-align: left;
    height: auto;
    color: #7c7c7c;
    font-size: 25px;
  }
  .module3 .container-fluid {
    padding: 0px 10%;
  }
  .module3 .otherfont {
    font-family: "Font2", sans-serif;
  }
  .module3 button {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    z-index: 10;
    text-align: center;
    background-color: black;
    font-family: "Font2", sans-serif;
    width: 100%;
    font-size: 60px;
    letter-spacing: 3px;
    color: white;
  }
  .module3 button:hover {
    background-color: #000000;
    color: white;
  }
  .module4 {
    background-color: black;
    height: auto;
    margin: 0px;
    margin-top: -80px;
    padding-bottom: 60px;
  }
  .module4 img {
    padding-top: 10vh;
  }
}/*# sourceMappingURL=style.css.map */