/* Default Styles */

* {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
}

h1 {
  padding: 10rem 2rem;
  color: #000;
  text-align: center;
  font-family: Georgia;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 18px;
}

h2 {
  padding: 0 0 5rem 0;
  color: #000;
  font-family: "Tahoma", Segoe UI, Verdana, Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 5.25px;
}

h3 {
  padding: 0 0 1rem 0;
  color: #000;
  font-family: "Tahoma", Segoe UI, Verdana, Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 3.75px;
}

h4 {
  color: #000;
  text-align: left;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  padding: 0 0 3rem 0;
  color: #000;
  font-family: "Tahoma", Segoe UI, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2.4px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

/* Header Styles */

header {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  justify-content: space-between;
  padding: 1rem 2rem;
  align-items: center;
  background: #ffffff;
  border-bottom: 4px solid #000000;
  font-family: "Inter", sans-serif;
  z-index: 99;
}

header a {
  padding: 0 1rem;
  color: #000000;
  font-size: 19px;
  font-weight: 400;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 40px;
}

.navWrapper {
  display: flex;
  align-items: center;
}

.navCTA {
  padding: 0.5rem 1rem;
  background: #6e82bd;
  border: 1.6px solid #000000;
  font-family: "Inter";
  border-radius: 80px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.hamburger {
  display: none;
}

.mobile-nav {
  display: none;
}

/* Hero Section Styles - Home Page */

.heroImage img {
  width: 100%;
  padding: 4rem 0 0 0;
}

/* Basic Info Section Styles - Home Page */
#basicInfo h2 {
  padding: 10rem 3rem 10rem 10rem;
}

.infoCTA {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  background-color: #ffffff;
  border: none;
}

.textWrapper {
  margin: 0 2rem;
}

.textWrapper p {
  text-align: justify;
}

.textWrapper h3 {
  padding: 0 0 3rem 0;
}

.imageWrapper {
  margin: 0 2rem;
}

.imageWrapper img {
  height: 35vw;
  min-height: 450px;
  object-fit: cover;
}

.invitationWrapper {
  margin: 0 15%;
  display: flex;
  align-items: center;
}

.adidasText p {
  color: #000;
  text-align: right;
  padding: 4rem;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 3px;
}

.adidasText {
  background-color: #d4edf6;
  margin: 0 0 0 25%;
}

.adidasSlogan {
  text-align: right;
}

.charityText p {
  color: #000;
  text-align: left;
  padding: 4rem;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 3px;
}

.charityText {
  background-color: #d3f4e1;
  margin: 0 25% 10% 0;
}

/* Footer Styles */

nav ul {
  list-style: none;
}

li {
  padding: 0 0 0.75rem 0;
}

.footerNewsletter {
  max-width: 350px;
}

.footerContainer {
  border-top: 4px solid #000000;
  padding: 3rem 3% 2rem 3%;
  display: flex;
  justify-content: space-between;
}

.footerContainer a {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footerContainer h4 {
  padding: 0 0 1rem 0;
}

.footerLogo img {
  height: 40px;
  padding-bottom: 1rem;
}
.footerText p {
  padding: 0 0 1rem 0;
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footerSocial img {
  height: 30px;
}

.footerAddress {
  margin: 0 5vw;
}

.footerSocial p {
  padding: 0 1rem 0 0;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footerSocial {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerSocial a {
  font-size: 0px;
}

.newslet {
  display: flex;
  flex-direction: column;
}

.newslet p {
  padding: 0;
  line-height: 25px;
  letter-spacing: 2px;
}

.newslet input {
  border: 2px solid rgb(139, 138, 138);
  padding: 0.89rem;
  margin: 0 0 1rem 0;
}

label[for="email"] {
  visibility: hidden;
}

.subscribeBtn {
  margin: 0;
  color: #ffffff;
  border: none;
  font-size: 24px;
  font-family: Inter;
  font-weight: 600;
  background-color: #000000;
}

.addressWrapper {
  display: flex;
}

/* Hero Section Styles - Event Page */

#heroImageEvent {
  background-image: url(../img/youngPeople.jpg);
}

#heroEvent img {
  width: 30%;
  height: auto;
  margin-top: 7rem;
  padding-right: 3rem;
  float: right;
}

/* About The Event Section Styles - Event Page */

#aboutEvent {
  background-color: #d3f4e1;
}

.whiteBgrnd {
  background-color: white;
  margin: 0 3rem;
}

.twoColumns {
  padding-left: 10%;
  padding-top: 3%;
}

.ColumnsWrapper {
  display: flex;
  justify-content: space-between;
  padding-right: 23%;
}

.ColumnsWrapper h3 {
  padding: 4rem 2rem 0 0;
}

.ColumnsWrapper p {
  padding: 4rem 0 0 0;
  font-family: "Tahoma", Segoe UI, Verdana, Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 7.5px;
}

.topMargin {
  padding: 8rem 8.25% 8% 8.25%;
  margin: 0;
}

.textWrapper ul {
  padding-left: 1rem;
}

.textWrapper {
  padding-right: 10%;
}

.imageWrapperEvent img {
  width: 100%;
  max-height: 1000px;
}

.specialGuests h3 {
  text-align: end;
}

.specialGuests {
  margin: 0 8%;
}

.specialGuests p {
  padding: 4rem 0;
  text-align: justify;
}

.sgWrapper {
  display: flex;
  align-items: center;
  margin-top: 4rem;
  padding-bottom: 4rem;
}

.sgWrapper img {
  max-width: 100%;
}

.sgtextWrapper p {
  padding: 0 0 1rem 0;
  text-align: justify;
}

.sgtextWrapper h3 {
  text-align: left;
  padding-bottom: 2.5rem;
}

.sgtextWrapper ul {
  padding-left: 1rem;
}

.sgtextWrapper {
  margin-left: 10%;
}

/* The Hertsmere Section Styles - Event Page */

#theHertsmere img {
  width: 100%;
}

#theHertsmere {
  background-color: #d3f4e1;
  padding: 0 0 8% 0;
}

.youtubeVideoContainer {
  position: relative;
  padding-bottom: 45%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 8%;
}

.youtubeVideoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapContainer {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
  margin: 0 8%;
}
.mapContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Join Us Section Styles - Event Page */

#joinUs {
  position: relative;
  width: 100%;
  background-image: url(../img/ballWithTeeOnGreen.jpg);
  background-size: cover;
  background-position: center;
}

.boxJoinUs {
  display: flex;
  justify-content: end;
}

.textJoinUs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2%;
  width: 30%;
  background: rgba(0, 0, 0, 0.5);
  margin: 8% 15% 8% 0;
}

.textJoinUs p {
  color: white;
  padding: 3rem 0;
  text-align: justify;
}

.textJoinUs h2 {
  color: white;
  padding: 0;
}

.ctabtnbig a {
  font-size: 23px;
}

/* Hero Section Styles - Access Sport Page */

#heroImageAccess {
  background-image: url(../img/kidsPinnies.jpg);
}

.fullHeight {
  height: 100vh;
}

.backgroundImage {
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}

/* About Access Sport Section Styles - Access Sport Page */

.listText li {
  text-align: justify;
  font-family: "Tahoma", Segoe UI, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2.4px;
}

ul.a {
  padding-left: 1.5rem;
}

.boxASwwa {
  padding: 4rem;
  margin: 0 4% 8% 8%;
  background-color: #d3f4e1;
}

.boxASwwd {
  padding: 4rem;
  margin: 0 8% 8% 4%;
  background-color: #d4edf6;
  width: 50%;
}

.infoAS {
  display: flex;
}

.infoAS p {
  text-align: justify;
  padding-bottom: 1rem;
}

.video-container {
  position: relative;
  padding-bottom: 45%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 8% 8% 8%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Donate Section Styles - Access Sport Page */

.donateBox {
  background-color: #81ceeb;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 5%;
}

.donateWrapper {
  display: flex;
  margin: 0 18% 8% 18%;
}

.donateWrapper img {
  height: 700px;
}

/* Hero Section Styles - Adidas Page */

#heroImageAdidas {
  background-image: url(../img/adidasHeadquarters.jpg);
}

/* About Adidas Section Styles - Adidas Page */

.center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 50%;
}

.block {
  padding: 0 8%;
}

.block img {
  width: 100%;
  padding: 5rem 0;
}

.block p {
  text-align: justify;
  padding: 1rem 0 0 0;
}

/* Join Community Section Styles - Adidas Page */

.greenbgrd {
  background-color: #d3f4e1;
  padding: 5rem 8%;
}

/* Adidas Golfers Section Styles - Adidas Page */

#adidasGolfers {
  margin: 0 0 10rem 0;
}

#adidasGolfers h2 {
  font-size: 35px;
  text-align: center;
}

.golfersWrapper {
  display: flex;
  align-items: center;
  padding: 0 12%;
}

.golfersWrapper2 {
  display: flex;
  align-items: center;
  padding: 0 12%;
}

.golferTextWrapper {
  padding: 0 3rem;
  width: 40%;
  text-align: justify;
  position: relative;
  margin-left: auto;
  margin: auto;
}

.golferTextWrapper p {
  line-height: 35px;
}

.golferImageWrapper img {
  width: 100%;
}

/* Photo Gallery Section Styles - Photo Gallery Page */

#photoGallery {
  margin-top: 8rem;
  text-align: center;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
  grid-gap: 3%;
  padding: 0 8% 8% 8%;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.close {
  color: white;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 20px;
}

/* Register Hero Section Styles - Register Page */

#registerHero {
  position: relative;
  height: auto;
  width: 100%;
  background-image: url(../img/ballOnGreen.jpg);
  background-size: cover;
  background-position: center;
}

.textRegisterNow p {
  color: #fff;
  padding: 17rem 5% 3rem 20%;
  text-align: right;
  font-family: "Tahoma", Segoe UI, Verdana, Arial, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 10px;
}

/* Register Forms Section Styles - Register Page */

#registerForm h3 {
  padding: 6rem 2rem 1rem 2rem;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 7.5px;
}

#registerForm p {
  text-align: center;
  padding: 0 2rem 6rem 2rem;
}

.itemform {
  display: flex;
  flex-direction: column;
  width: 20vw;
  padding: 0rem 1.5rem 1.5rem 1.5rem;
}
.itemform label {
  font-family: "Tahoma", Segoe UI, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2.4px;
}

.itemform input {
  min-height: 1.5rem;
}

.itemform select {
  min-height: 1.8rem;
}

.columnform {
  display: flex;
  flex-direction: row;
}

.formBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20%;
}

.itemform2 {
  display: flex;
  flex-direction: column;
  padding: 0rem 1.5rem 1.5rem 1.5rem;
}

.itemform2 label {
  font-family: "Tahoma", Segoe UI, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2.4px;
}

label[for="registerbtn"] {
  visibility: hidden;
}

.formActionBtn {
  display: flex;
  justify-content: center;
}

.columnbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Back to top button styles */
#backToTopBtn {
  position: relative;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 20px auto 20px;
}

.arrow-up {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  margin-right: 8px;
}

#backToTopBtn span {
  font-weight: bold;
}

.bttButton {
  display: none;
}

@media (max-width: 1140px) {
  /* Default Responsive Styles */
  h1 {
    padding: 10rem 2rem;
    font-size: 32px;
    line-height: 50px; /* 156.25% */
    letter-spacing: 4.32px;
  }

  h2 {
    padding: 0 0 3rem 0;
    font-size: 25px;
    line-height: 50px; /* 200% */
    letter-spacing: 3.375px;
  }

  h3 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: 30px; /* 200% */
    letter-spacing: 3.375px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 17px;
    text-align: left;
  }

  /* Header Responsive Styles */
  .navWrapper nav {
    display: none;
  }

  .logo img {
    height: 30px;
  }

  .navCTA {
    font-size: 16px;
  }

  .hamburger {
    position: relative;
    display: block;
    width: 35px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
  }

  .hamburger .bar,
  .hamburger:after,
  .hamburger:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: rgb(0, 0, 0);
    margin: 6px 0px;
    transition: 0.4s;
  }
  .hamburger.is-active:before {
    transform: rotate(-45deg) translate(-8px, 6px);
  }
  .hamburger.is-active:after {
    transform: rotate(45deg) translate(-9px, -8px);
  }
  .hamburger.is-active .bar {
    opacity: 0;
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    display: block;
    z-index: 98;
    background-color: white;
    padding-top: 120px;
    transition: 0.4s;
  }

  .mobile-nav.is-active {
    left: 0;
  }

  .mobile-nav a {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 16px;
    text-align: center;
    padding: 12px 16px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: Inter;
    font-size: 20px;
  }

  .mobile-nav a:hover {
    background-color: rgb(240, 240, 240);
  }

  /* Footer Responsive Styles */

  nav {
    display: none;
  }

  .footerTextAddress {
    display: none;
  }

  .footerContainer {
    padding: 1.5rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row-reverse;
  }

  .footerContainer a {
    color: #000;
    font-family: Inter;
    font-size: 2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .footerContainer h4 {
    padding: 0 0 1rem 0;
  }

  .footerLogo img {
    height: 30px;
    padding-bottom: 0.5rem;
  }
  .footerText p {
    font-size: 11px;
  }

  .footerSocial img {
    height: 25px;
  }

  .footerSocial p {
    padding: 0 0.5rem 0 0;
    font-size: 13px;
  }

  .footerSocial {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footerNewsletter {
    max-width: 250px;
  }

  .newslet p {
    line-height: 20px;
    letter-spacing: 2px;
    font-size: 15px;
  }

  .newslet input {
    border: 1px solid rgb(139, 138, 138);
    padding: 10px;
    margin: 0 0 1rem 0;
  }

  .subscribeBtn {
    font-size: 25px;
  }

  .footerAddress {
    margin-right: 0vw;
    padding: 0 1.5rem 2rem 1.5rem;
  }

  /* Basic Info Section Responsive Styles - Home Page */

  .invitationWrapper {
    flex-direction: column;
    margin: 0 5%;
  }

  .imageWrapper img {
    max-height: 500px;
    padding-top: 3rem;
  }

  .textWrapper p {
    text-align: center;
  }

  .textWrapper {
    padding-right: 0;
  }

  .textWrapper a {
    display: flex;
    justify-content: center;
  }

  #basicInfo h2 {
    padding: 8rem 3em 8rem 3rem;
    text-align: center;
  }

  /* Hero Section Responsive Styles - Event Page */
  #heroEvent img {
    width: 40%;
    height: auto;
  }

  /* About The Event Section Responsive Styles - Event Page */
  .ColumnsWrapper p {
    font-size: 20px;
    text-align: center;
    padding: 2rem 0 0 0;
  }

  .ColumnsWrapper {
    flex-direction: column;
    padding: 0;
  }

  .twoColumns {
    padding: 0;
  }

  .ColumnsWrapper h3 {
    padding: 4rem 0 0 0;
  }

  .topMargin {
    padding-top: 4rem;
  }

  .textWrapper p {
    text-align: left;
  }

  .imageWrapperEvent img {
    max-height: 500px;
  }

  .sgWrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .sgtextWrapper p {
    text-align: left;
  }

  .specialGuests p {
    text-align: left;
    padding: 2rem 0;
  }

  .sgWrapper img {
    max-width: 60%;
    padding-bottom: 2rem;
  }

  .sgtextWrapper p {
    padding: 1rem 0;
  }

  .sgtextWrapper {
    margin-left: 0;
  }

  /* Join Us Section Responsive Styles - Event Page */
  .boxJoinUs {
    justify-content: center;
  }

  .textJoinUs {
    margin: 8% 0 8% 0;
    width: 80%;
  }

  .ctabtnbig a {
    font-size: 17px;
  }

  /* About Access Sport Section Responsive Styles - Access Sport Page */
  .infoAS {
    flex-direction: column;
  }

  .boxASwwa {
    margin: 0 8% 2rem 8%;
    padding: 3rem;
  }

  .boxASwwa p {
    text-align: left;
  }

  .boxASwwa li {
    text-align: left;
  }

  .boxASwwd {
    margin: 0 8% 2rem 8%;
    padding: 3rem;
    width: auto;
  }

  .boxASwwd p {
    text-align: left;
  }

  .boxASwwd li {
    text-align: left;
  }

  /* Donate Section Responsive Styles - Access Sport Page */
  .donateWrapper {
    flex-direction: column;
    margin: 0 8% 8% 8%;
  }

  .donateBox {
    padding: 3rem;
  }

  .donateWrapper img {
    height: auto;
  }

  /* About Adidas Section Responsive Styles - Adidas Page */
  .center img {
    width: 70%;
  }

  /* Join Community Section Responsive Styles - Adidas Page */
  .greenbgrd {
    padding: 3rem 8%;
  }

  /* Adidas Golfers Section Responsive Styles - Adidas Page */
  #adidasGolfers h2 {
    font-size: 25px;
  }

  .golfersWrapper {
    flex-direction: column-reverse;
  }

  .golfersWrapper2 {
    flex-direction: column;
    padding-top: 3rem;
  }

  .golferTextWrapper {
    width: 80%;
    text-align: center;
  }

  .golferTextWrapper p {
    text-align: center;
  }

  /* Photo Gallery Section Responsive Styles - Photo Gallery Page */
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 2%;
    padding: 0 5% 10% 5%;
  }

  /* Register Forms Section Responsive Styles - Register Page */
  .columnform {
    flex-direction: column;
  }

  .itemform {
    width: 100%;
    padding: 0 0 1.5rem 0;
  }

  .itemform2 {
    width: 100%;
    padding: 0 1.5rem 1.5rem 0rem;
  }

  #registerForm p {
    padding: 2rem 2rem 3rem 2rem;
  }

  #registerForm h3 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 35px;
  }

  /* Register Hero Section Responsive Styles - Register Page */
  .textRegisterNow p {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 5px;
  }
}

@media (max-width: 800px) {
  /* Header Responsive Styles */
  header {
    padding: 1rem 1rem;
  }

  header a {
    padding: 0 0.5rem;
  }

  .logo img {
    height: 25px;
  }

  .navCTA {
    font-size: 13px;
  }

  /* Footer Responsive Styles */
  .addressWrapper {
    flex-direction: column;
  }

  .footerAddress {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footerContainer {
    flex-direction: column-reverse;
    padding-top: 2rem;
  }

  /* Basic Info Section Responsive Styles - Home Page */
  .adidasText {
    margin: 0;
  }

  .adidasText p {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
  }

  .charityText {
    margin: 0 0 10% 0;
  }

  .charityText p {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
  }

  /* Hero Section Responsive Styles - Event Page */
  #heroEvent img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30vw;
    margin-top: 0;
    padding-right: 0;
    float: none;
  }

  /* About The Event Section Responsive Styles - Event Page */
  .invitationWrapper {
    margin: 0;
  }

  .topMargin {
    padding: 4rem 0 8% 0;
  }

  .whiteBgrnd {
    margin: 0 1.5rem;
  }

  .ColumnsWrapper p {
    padding: 2rem 1rem 0 1rem;
  }

  /* About Access Sport Section Responsive Styles - Access Sport Page */

  .boxASwwa {
    margin: 0 0 2rem 0;
  }

  .boxASwwd {
    margin: 0 0 2rem 0;
  }

  /* Join Us Section Responsive Styles - Event Page */
  .textJoinUs p {
    text-align: center;
  }

  /* About Adidas Section Responsive Styles - Adidas Page */
  .center img {
    width: 90%;
  }

  .block p {
    text-align: left;
    padding: 0 8% 0 8%;
  }

  .block {
    padding: 0;
  }

  .block img {
    padding: 4rem 0;
  }

  /* Join Community Section Responsive Styles - Adidas Page */
  .greenbgrd {
    padding: 3rem 0 3rem 0;
  }

  /* Adidas Golfers Section Responsive Styles - Adidas Page */
  #adidasGolfers h2 {
    font-size: 22px;
    line-height: 40px;
  }

  .golferTextWrapper {
    padding: 0;
    width: 100%;
  }

  .golferTextWrapper p {
    text-align: left;
    padding: 0 8% 2rem 8%;
  }

  .golfersWrapper {
    padding: 0;
  }

  .golfersWrapper2 {
    padding: 2rem 0 0 0;
  }

  /* Back to top button Responsive Styles */
  .bttButton {
    display: block;
  }
}

@font-face {
  font-family: Tahoma;
  src: url(../fonts/TahomaRegularFont.ttf);
}
