@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/scriptina');
* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 'sans-serif';
  box-sizing: border-box;
}

body {
  background: #000;
  color: #fff;
}

/* Header CSS */

#header {
  width: 100%;
  height: 100vh;
  background-image: url(images/home_header_img.jpeg);
  background-size: cover;
  background-position: center;
}

#visit-header {
  width: 100%;
  height: 100vh;
  background-image: url(images/header_visit.jpeg);
  background-size: cover;
  background-position: center;
}

#exhibit-header {
  width: 100%;
  height: 100vh;
  background-image: url(images/sponsor-header_img.jpeg);
  background-size: cover;
  background-position: center;
}

#exhibit-booking-header {
  width: 100%;
  height: 100vh;
  background-image: url(images/sponsor-header_img.jpeg);
  background-size: cover;
  background-position: center;
}

#sponsor-header {
  width: 100%;
  height: 100vh;
  background-image: url(images/exhibit-header-image.jpeg);
  background-size: cover;
  background-position: center;
}

#sponsor-booking-header {
  width: 100%;
  height: 50vh;
  background-image: url(images/exhibit-header-image.jpeg);
  background-size: cover;
  background-position: center;
}

#competition-header {
  width: 100%;
  height: 100vh;
  background-image: url(images/competition-header-img.jpeg);
  background-size: cover;
  background-position: center;
}

#golf-day-header {
  width: 100%;
  height: 100vh;
  background-image: url(images/golf-day-header.jpeg);
  background-size: cover;
  background-position: center;
}

#contact-header {
  width: 100%;
  height: 70vh;
  background-image: url(images/contact-header.jpeg);
  background-size: cover;
  background-position: center;
}

#booking-header {
  width: 100%;
  height: 60vh;
  background-image: url(images/shop-mbe-img.jpg);
  background-size: cover;
  background-position: center;
}

#login-header {
  width: 100%;
  height: 100vh;
  background-image: url(images/shop-mbe-img.jpg);
  background-size: cover;
  background-position: center;
}
#sign-up-header {
  width: 100%;
  height: 130vh;
  background-image: url(images/shop-mbe-img.jpg);
  background-size: cover;
  background-position: center;
}

#successfull-signup-header {
  width: 100%;
  height: 100vh;
  background-image: url(images/shop-mbe-img.jpg);
  background-size: cover;
  background-position: center;
}

#verified-account-header {
  width: 100%;
  height: 100vh;
  background-image: url(images/shop-mbe-img.jpg);
  background-size: cover;
  background-position: center;
}

#profile-header {
  width: 100%;
  height: 70vh;
  background-image: url(images/contact-header.jpeg);
  background-size: cover;
  background-position: center;
}

#verify-payment-header {
  width: 100%;
  height: 70vh;
  background-image: url(images/contact-header.jpeg);
  background-size: cover;
  background-position: center;
}
#checkout-header {
  width: 100%;
  height: 20vh;
  background-size: cover;
  background-position: center;
}

.announcement-banner {
  background-color: #ff4081;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

/*Page containers */
.container {
  padding: 10px 5%;
}

/* Page Rows */
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

/* Nav CSS */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: right;
  flex-wrap: wrap;
  background-color: #08080877;
  padding: 1rem;
  border-radius: 10px;
  margin-right: 1rem;
}

nav img {
  width: 80%;
}

nav ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 20px;
  position: relative;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  position: relative;
}
nav ul li a::after {
  content: '';
  width: 0%;
  height: 3px;
  background: #691769;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.5s;
}

nav ul li a:hover::after {
  width: 100%;
}

#mobile-menu-button {
  display: none;
}

/* The subnavigation menu */

nav ul li ul {
  display: none;
  position: absolute;
}

nav ul li:hover ul {
  display: block;
}

.subnav {
  margin-left: -90px;
  background: #08080877;
  text-wrap: nowrap;
}

.logout-nav {
  font-size: 27px;
  margin-right: 90px;
  margin-left: -15px;
}

/*Mobile Menu & Bottom Booking Section CSS */
@media only screen and (max-width: 768px) {
  .nav {
    z-index: 1 !important;
  }

  .subnav {
    display: none;
  }

  .nav img {
    margin-left: -70px !important;
  }

  #menu-items {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
  }

  nav ul li a {
    display: block;
    font-size: 22px;
  }

  #mobile-menu-button {
    display: initial;
    cursor: pointer;
    font-size: 50px;
    padding-right: 30px;
    color: #691769;
  }
  .booking-text {
    margin-top: -1px !important;
    border-radius: 0% !important;
  }
  #bottom-expo-text {
    margin-top: -60px !important;
    margin-right: 10% !important;
  }
  .booking-text h1 {
    line-height: 4rem;
    text-align: left;
    font-size: 45px !important;
  }
  #countdown li {
    font-size: 20px !important;
  }
}

/* Header CSS */
.header-container {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.header-text {
  margin-top: 25%;
  font-size: 30px;
  font-weight: bold;
}

/* Page Header Text */
.header-text h1 {
  font-size: 60px;
  font-weight: 600;
  text-shadow: #000 1px 0 10px;
}

.header-text h5 {
  text-shadow: #000 1px 0 10px;
  margin-bottom: 8px;
}
#expo-text {
  font-family: 'Scriptina';
  font-size: 60px;
  margin-right: 23%;
  margin-bottom: -45px;
  text-align: right;
  text-shadow: #fcfcfc 1px 0 10px;
}
/* Main Booking Button*/

.main-book-now-button {
  background-color: #691769;
  font-size: 30px;
  color: white;
  border-color: white;
  border-radius: 10px;
  padding: 10px 70px;
  margin-top: 20px;
}

#main_countdown li {
  display: inline-block;
  list-style-type: none;
  font-size: 30px;
  padding: 1rem;
  background-color: #691769c7;
}

/* Home Page CSS */
#about {
  padding: 80px 0;
}

.sub-title {
  margin-bottom: 10px;
}

.adout-col-1 {
  flex-basis: 30%;
}

.about-col-1 img {
  height: 50%;
  width: 20%;
}

.about-col-2 {
  flex-basis: 70%;
}

#about-extra {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.age {
  margin-right: 20px;
}
.reserved {
  margin-right: 20px;
}
#about-extra i {
  margin-top: 55px;
  margin-bottom: 20px;
  font-size: 55px;
}

#about-extra h3 {
  margin-bottom: 10px;
}

/*Home mobile CSS*/

@media only screen and (max-width: 768px) {
  #expo-text {
    font-size: 50px !important;
    margin-right: 20% !important;
  }

  .header-text h1 {
    font-size: 35px !important;
  }

  #main_countdown li {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }

  #about {
    text-align: center !important;
    margin-left: -20px !important;
  }

  .adout-col-1 {
    margin-top: -45px !important;
  }

  .adout-col-2 {
    margin-left: 10px !important;
  }

  #about-extra {
    justify-content: center !important;
    margin-left: 25px !important;
  }
}

/* Bottom book now */
.book-now {
  display: flex;
  justify-content: center;
  background-image: url(images/durban_icc_crop.jpeg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 80vh;
}

#countdown li {
  display: inline-block;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  text-shadow: #000 1px 0 10px;
}

#countdown li span {
  display: block;
}

.booking-text {
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 1rem;
  background-color: rgba(74, 74, 74, 0.538);
  border-radius: 10%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

#bottom-expo-text {
  font-family: 'Scriptina';
  font-size: 70px;
  font-weight: 700;
  margin-right: 24%;
  margin-bottom: -45px;
  text-align: right;
  text-shadow: #fcfcfc 1px 0 10px;
}

.booking-text h1 {
  font-size: 70px;
  font-weight: 500;
  margin-top: -60px;
  margin-bottom: 10px;
}

.booking-text h5 {
  text-shadow: #000 1px 0 10px;
}

.book-now-button {
  background-color: #691769;
  margin-top: 20px;
  width: 350px;
  height: 60px;
  color: white;
  font-size: 20px;
  border-radius: 10px;
  border-color: #fff;
}

/* Global Footer CSS */
.footer {
  background-color: white;
  color: black;
}

.footer a {
  text-decoration: none;
  color: purple;
}

/* Visit Page CSS */
.visit-header-text {
  margin-top: 24%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

.visit-header-text h1 {
  margin-bottom: 20px;
  font-weight: 500;
}

.visit-header-text h5 {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

.visit-header-text p {
  margin-bottom: 30px;
}

.visit-expo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.why-visit-col-1 {
  flex-basis: 40%;
  padding: 1rem;
  line-height: 1.5rem;
}

.why-visit-col-2 {
  padding: 1rem;
  line-height: 1.5rem;
}

.who-should-visit {
  margin-bottom: 20px;
}

.who-should-visit-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}
.who-should-visit-col-1 {
  flex-basis: 45%;
  text-align: center;
}

.who-should-visit-col-1 .quote {
  color: #691769;
  font-family: 'Scriptina';
  font-size: 2rem;
}

.who-should-visit-col-1 img {
  width: 100%;
  height: 100%;
}

.who-should-visit-list-1 {
  margin-right: 40px;
}

.who-should-visit-list-1 li {
  list-style: none;
  padding: 0.3rem;
}

.who-should-visit-list-2 li {
  list-style: none;
  padding: 0.3rem;
}

hr {
  width: 30%;
  margin: auto;
}

/* Education Sessions */

.education-sessions {
  margin-top: 10%;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: white;
}

.education {
  margin-top: 50px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 25px;
  font-weight: 300;
}

.education h1 {
  text-align: center;
  font-weight: 400;
}

.div-row1 {
  display: grid;
  grid-template-columns: 100px 400px 480px;
  justify-content: center;
}

.schedule {
  height: 55px;
  border: 2px solid #fff;
  color: white;
  font-size: 35px;
  text-align: center;
}

.category {
  height: 55px;
  border: 2px solid #fff;
  color: white;
  font-size: 35px;
}

.topic {
  height: 55px;
  border: 2px solid #fff;
  color: white;
  font-size: 35px;
}

.schedule1 {
  height: 55px;
  border: 2px solid #fff;
  color: white;
  font-size: 32px;
  margin-top: -2px;
  text-align: center;
}

.category1 {
  height: 55px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
  margin-top: -2px;
}

.topic1 {
  height: 55px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
  margin-top: -2px;
}

.break {
  width: 220%;
  height: 55px;
  border: 2px solid #fff;
  color: white;
  font-size: 32px;
  margin-top: -2px;
}

/*Visit mobile CSS*/
@media only screen and (max-width: 768px) {
  .visit-expo {
    margin-top: 250px !important;
  }
  .why-visit-col-1 {
    flex-basis: 100% !important;
  }
  .who-should-visit-col-1 {
    flex-basis: 100% !important;
  }
}

/* Exhibit Page CSS */

.exhibit-header-text {
  margin-top: 28%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

.exhibit-header-text h5 {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

.exhibit-header-text p {
  margin-bottom: 10px;
}

.why-exhibit-text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 50px;
}

.exhibit-video {
  display: flex;
  justify-content: center;
  align-items: center;
}

#why-exhibit {
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#why-exhibit h2 {
  text-align: center;
  padding: 2rem;
}

#why-exhibit li {
  list-style: none;
  padding: 0.5rem;
}

#why-exhibit h1 {
  margin-bottom: 20px;
}

.exhibit-cols {
  margin-top: 20px;
}

#why-exhibit p {
  margin-bottom: 20px;
}

/* exhibitor-booking */
.exhibitor-booking-header-text {
  margin-top: 28%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

#exhibitor-booking-expo-text {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

#exhibition-booking-info {
  display: block;
  justify-content: center;
  text-align: center;
}

#book-a-stand {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#raw-space {
  margin-bottom: 20px;
}

.raw-space-div-1 {
  flex-basis: 50%;
  text-align: center;
}

.raw-space-div-1 h1 {
  font-weight: 400;
}

.raw-space-div-2 {
  flex-basis: 50%;
}

#option-1 {
  margin-bottom: 20px;
}

.option-one-div-1 {
  flex-basis: 50%;
  text-align: center;
}

.option-one-div-1 h1 {
  font-weight: 400;
}

.option-one-div-1 img {
  width: 50%;
}
.option-one-div-2 {
  flex-basis: 50%;
}

#option-2a {
  margin-bottom: 20px;
}

.option-twoa-div-1 {
  flex-basis: 50%;
  text-align: center;
  padding: 2rem;
}

.option-twoa-div-1 h1 {
  font-weight: 400;
}

.option-twoa-div-1 img {
  width: 50%;
}
.option-twoa-div-2 {
  flex-basis: 50%;
}

#option-2b {
  margin-bottom: 20px;
}
.option-twob-div1 {
  flex-basis: 50%;
  text-align: center;
  padding: 2rem;
}

.option-twob-div1 h1 {
  font-weight: 400;
}

.option-twob-div1 img {
  width: 50%;
}

.option-twob-div2 {
  flex-basis: 50%;
}

#furnished-a {
  margin-bottom: 20px;
}

.furnished-package-optiona-div1 {
  flex-basis: 50%;
  text-align: center;
  padding: 2rem;
}

.furnished-package-optiona-div1 h1 {
  font-weight: 400;
}

.furnished-package-optiona-div1 img {
  width: 50%;
}
.furnished-package-optiona-div2 {
  flex-basis: 50%;
}

.furnished-package-optionb-div1 {
  flex-basis: 50%;
  text-align: center;
  padding: 2rem;
}

.furnished-package-optionb-div1 h1 {
  font-weight: 400;
}

#furnished-b {
  margin-bottom: 20px;
}

.furnished-package-optionb-div1 img {
  width: 50%;
}
.furnished-package-optionb-div2 {
  flex-basis: 50%;
}

#option3 {
  margin-bottom: 20px;
}

.option3-div-1 {
  flex-basis: 50%;
  text-align: center;
  padding: 2rem;
}

.option3-div-1 h1 {
  font-weight: 400;
}

.option3-div-1 img {
  width: 50%;
}
.option3-div-2 {
  flex-basis: 50%;
}

#exclusions-container {
  text-align: center;
  margin-bottom: 20px;
}

#sales-team-div h1 {
  font-weight: 400;
}

.sales-team-div1 {
  flex-basis: 50%;
  text-align: left;
}

.sales-team-div1 h5 {
  font-size: 1.5rem;
  font-weight: 500;
}

.sales-team-div1 li {
  list-style: none;
  line-height: 2rem;
}

.sales-team-div1 li i {
  font-size: 20px;
  margin-right: 10px;
}

.sales-team-div2 {
  margin-top: -70px;
  flex-basis: 50%;
  text-align: left;
}

.sales-team-div2 li {
  list-style: none;
  line-height: 2rem;
}

.sales-team-div2 li i {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 50px;
  margin-right: 10px;
}

#how-many-sqm {
  display: none;
}

.sqm-btn {
  margin: 0 3px 0 3px;
  font-size: 18px;
  width: 25px;
  background-color: #691769;
  color: white;
  border-color: #fff;
  border-radius: 5px;
  border-width: 1px;
}

#open-hours {
  margin-top: 20px;
}
/*Exhibitor booking CSS */
@media only screen and (max-width: 768px) {
  .exhibitor-booking-header-text {
    margin-top: 80px !important;
  }

  #book-a-stand {
    font-weight: 300 !important;
  }
  .raw-space-div-1 {
    flex-basis: 100%;
  }

  .raw-space-div-1 img {
    width: 100%;
  }

  .raw-space-div-1 h1 {
    font-weight: 300;
  }

  .raw-space-div-2 {
    flex-basis: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .option-one-div-1 {
    flex-basis: 100%;
  }

  .option-one-div-1 h1 {
    font-weight: 300;
    display: inline !important;
  }

  .option-one-div-1 img {
    width: 100%;
  }

  .option-one-div-2 {
    margin-top: 20px;
    text-align: center;
  }

  .option-twoa-div-1 {
    flex-basis: 100%;
  }

  .option-twoa-div-1 h1 {
    font-weight: 300;
    display: inline !important;
  }

  .option-twoa-div-1 img {
    width: 100%;
  }

  .option-twoa-div-2 {
    text-align: center;
  }

  .option-twob-div1 {
    flex-basis: 100%;
  }

  .option-twob-div1 h1 {
    font-weight: 300;
    display: inline !important;
  }

  .option-twob-div1 img {
    width: 100%;
  }

  .option-twob-div2 {
    text-align: center;
  }

  .furnished-package-optiona-div1 {
    flex-basis: 100%;
  }

  .furnished-package-optiona-div1 h1 {
    font-weight: 300;
    display: inline !important;
  }

  .furnished-package-optiona-div1 img {
    width: 100%;
  }

  .furnished-package-optiona-div2 {
    text-align: center;
  }

  .furnished-package-optionb-div1 {
    flex-basis: 100%;
  }

  .furnished-package-optionb-div1 h1 {
    font-weight: 300;
    display: inline !important;
  }

  .furnished-package-optionb-div1 img {
    width: 100%;
  }

  .furnished-package-optionb-div2 {
    text-align: center;
  }

  .option3-div-1 {
    flex-basis: 100%;
  }

  .option3-div-1 h1 {
    font-weight: 300;
    display: inline !important;
  }

  .option3-div-1 img {
    width: 100%;
  }

  .option3-div-2 {
    text-align: center;
  }

  .exclusions-div-1 h1 {
    font-weight: 300;
  }

  .exclusions-div-1 p {
    font-weight: 300;
  }

  .sales-team-div1 {
    text-align: center;
    flex-basis: 100%;
  }

  .sales-team-div1 h1 {
    font-weight: 300;
  }

  .sales-team-div2 {
    flex-basis: 100%;
    margin-top: 30px;
    text-align: center;
  }
}

/* Sponsor page css */
.sponsor-header-text {
  margin-top: 32%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

.sponsor-header-text h5 {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

.sponsor-mbe-text {
  font-size: 60px;
  text-align: center;
}

.paragraph-col-1 {
  flex-basis: 40%;
  text-align: left;
}

.paragraph-col-2 {
  flex-basis: 50%;
  text-align: left;
}

#sponsor-dash {
  font-family: 'Scriptina';
  font-size: 30px;
  font-weight: bolder;
  margin: 50px 0px 50px 0px;
  text-shadow: #fcfcfc 1px 0 3px;
}

.sponsor-col-1 {
  flex-basis: 50%;
}
.sponsor-col-1 img {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.sponsor-col-2 {
  flex-basis: 50%;
}

.sponsor-col-2 li {
  list-style-type: none;
  padding: 0.5rem;
}

.sponsor-col-2 h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.sponsor-col-1 p {
  font-family: 'Scriptina';
  font-size: 25px;
  text-align: center;
  margin: -100px 0px 20px 0px;
  text-shadow: #fcfcfc 1px 0 3px;
  font-size: bolder;
}

.sponsor-col-2 span {
  color: #ababab;
  font-weight: bolder;
}

.sponsor-mbe-paragraph {
  padding: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 18px;
}

.sponsor-mbe-paragraph ul {
  text-align: left;
  list-style: none;
  line-height: 3rem;
}

.sponsor-mbe-paragraph p {
  margin-bottom: 10px;
}

.sponsor-mbe-par-cols {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.sponsor-mbe-par-cols i {
  font-size: 50px;
  margin-bottom: 50px;
}
.col-num {
  font-size: 60px;
  margin-bottom: 80px;
}

/*Sponsor mobile CSS */
@media only screen and (max-width: 768px) {
  .paragraph-col-1 {
    flex-basis: 100%;
  }
  .paragraph-col-2 {
    flex-basis: 100%;
  }
  .sponsor-mbe-paragraph ul li {
    font-size: 15px !important;
  }

  .sponsor-mbe-paragraph ul li span {
    font-size: 18px !important;
    text-shadow: #fcfcfc 1px 0 3px !important;
  }
  .sponsor-mbe-par-cols {
    display: block;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .sponsor-col-1 {
    flex-basis: 100% !important;
  }
  .sponsor-col-2 {
    flex-basis: 100% !important;
  }
}

/*Sponsor Booking CSS */
.sponsor-booking-header-text {
  margin-top: 15%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

.pay-for-sponsor {
  width: 100%;
  background-color: #691769;
  color: #fff;
  font-size: 22px;
  border: 0;
}

#title-sponsor-h1 {
  font-weight: 400;
  text-align: center;
  text-shadow: #fcfcfc 1px 0 3px;
}

.title-sponsor-div-1 {
  flex-basis: 50%;
  padding: 1rem;
}

.title-sponsor-div-1 h1 {
  font-weight: 400;
}

.title-sponsor-div-1 li {
  list-style: none;
}
.title-sponsor-div-2 {
  flex-basis: 50%;
  padding: 1rem;
}

.title-sponsor-div-2 h1 {
  font-weight: 400;
}
.title-sponsor-div-2 li {
  list-style: none;
}

#platinum-sponsor-h1 {
  font-weight: 400;
  text-align: center;
  text-shadow: #fcfcfc 1px 0 3px;
}

.platinum-sponsor-div-1 {
  flex-basis: 50%;
  padding: 2rem;
}

.platinum-sponsor-div-1 li {
  list-style: none;
}
.platinum-sponsor-div-2 {
  flex-basis: 50%;
  padding: 2rem;
}

.platinum-sponsor-div-2 li {
  list-style: none;
}

#scitech-h1 {
  font-weight: 400;
  text-align: center;
  text-shadow: #fcfcfc 1px 0 3px;
}

.sci-tech-div-1 {
  flex-basis: 50%;
  padding: 2rem;
}

.sci-tech-div-1 p {
  margin-bottom: 20px;
}

.sci-tech-div-2 {
  flex-basis: 50%;
  padding: 2rem;
}

.sci-tech-div-2 h2 {
  font-weight: 300;
}

.sci-tech-div-2 li {
  list-style: none;
}

#major-golf-h1 {
  font-weight: 400;
  text-align: center;
  text-shadow: #fcfcfc 1px 0 3px;
}

.major-golf-sponsor-div-1 {
  flex-basis: 50%;
  padding: 2rem;
}

.major-golf-sponsor-div-1 li {
  list-style: none;
}
.major-golf-sponsor-div-2 {
  flex-basis: 50%;
  padding: 2rem;
}

#hole-golf-h1 {
  font-weight: 400;
  text-align: center;
  text-shadow: #fcfcfc 1px 0 3px;
}

.hole-golf-sponsor-div-1 {
  flex-basis: 50%;
  padding: 2rem;
}

.hole-golf-sponsor-div-1 li {
  list-style: none;
}
.hole-golf-sponsor-div-2 {
  flex-basis: 50%;
  padding: 2rem;
}

#exhibitor-relaunch-h1 {
  font-weight: 400;
  text-align: center;
  text-shadow: #fcfcfc 1px 0 3px;
}

.exhibitor-relaunch-div-1 {
  flex-basis: 50%;
  padding: 2rem;
}

.exhibitor-relaunch-div-1 h1 {
  font-weight: 400;
}

.exhibitor-relaunch-div-1 li {
  list-style: none;
}

.exhibitor-relaunch-div-2 {
  flex-basis: 50%;
  padding: 2rem;
}

.exhibitor-relaunch-div-2 h1 {
  font-weight: 400;
}

#exhibitor-eats-h1 {
  font-weight: 400;
  text-align: center;
  text-shadow: #fcfcfc 1px 0 3px;
}

.exhibitor-eats-div-1 {
  flex-basis: 50%;
  padding: 2rem;
}

.exhibitor-eats-div-1 h1 {
  font-weight: 400;
}

.exhibitor-eats-div-1 li {
  list-style: none;
}

.exhibitor-eats-div-2 {
  flex-basis: 50%;
  padding: 2rem;
}

.exhibitor-eats-div-2 h1 {
  font-weight: 400;
}

#gift-bag-h1 {
  font-weight: 400;
  text-align: center;
  text-shadow: #fcfcfc 1px 0 3px;
}

.gift-bag-sponsor-div-1 {
  flex-basis: 50%;
  padding: 2rem;
}

.gift-bag-sponsor-div-1 h1 {
  font-weight: 400;
}

.gift-bag-sponsor-div-1 li {
  list-style: none;
}
.gift-bag-sponsor-div-2 {
  flex-basis: 50%;
  padding: 2rem;
}

.gift-bag-sponsor-div-2 h1 {
  font-weight: 400;
}

.gift-bag-sponsor-div-2 p {
  margin-bottom: 10px;
}

#digi-sponsor-h1 {
  font-weight: 400;
  text-align: center;
  text-shadow: #fcfcfc 1px 0 3px;
}

.digi-sponsor-div-1 {
  flex-basis: 50%;
  padding: 2rem;
}

.digi-sponsor-div-1 h1 {
  font-weight: 400;
}

.digi-sponsor-div-1 li {
  list-style: none;
}
.digi-sponsor-div-2 {
  flex-basis: 50%;
  padding: 2rem;
}

.digi-sponsor-div-2 h1 {
  font-weight: 400;
}

#network-h1 {
  font-weight: 400;
  text-align: center;
  text-shadow: #fcfcfc 1px 0 3px;
}

.network-sponsor-div-1 {
  flex-basis: 50%;
  padding: 2rem;
  font-weight: 400;
}

.network-sponsor-div-1 h1 {
  font-weight: 400;
}
.network-sponsor-div-1 h2 {
  font-weight: 400;
}

.network-sponsor-div-1 li {
  list-style: none;
}
.network-sponsor-div-2 {
  flex-basis: 50%;
  padding: 2rem;
}

.network-sponsor-div-2 h1 {
  font-weight: 400;
}

/*Sponsor Booking mobile CSS */
@media only screen and (max-width: 768px) {
  .sponsor-booking-header-text {
    font-size: 20px;
  }
  #title-sponsor-h1 {
    font-weight: 200;
  }
  .title-sponsor-div-1 {
    flex-basis: 100%;
    text-align: center;
    padding: 0% !important;
  }
  .title-sponsor-div-1 h1 {
    font-weight: 200;
  }
  .title-sponsor-div-1 li {
    font-weight: 200;
  }
  .title-sponsor-div-2 {
    flex-basis: 100%;
    text-align: center;
    padding: 0% !important;
  }

  .title-sponsor-div-2 h1 {
    font-weight: 200;
  }

  .title-sponsor-div-2 li {
    font-weight: 200;
  }

  #platinum-sponsor-h1 {
    font-weight: 200;
  }

  .platinum-sponsor-div-1 {
    flex-basis: 100%;
    text-align: center;
    padding: 0% !important;
  }
  .platinum-sponsor-div-1 h1 {
    font-weight: 200;
  }
  .platinum-sponsor-div-1 li {
    font-weight: 200;
  }

  .platinum-sponsor-div-2 {
    flex-basis: 100%;
    text-align: center;
    padding: 0% !important;
  }

  .platinum-sponsor-div-2 h1 {
    font-weight: 200;
  }

  .platinum-sponsor-div-2 li {
    font-weight: 200;
  }

  #scitech-h1 {
    font-weight: 200;
  }

  .sci-tech-div-1 {
    flex-basis: 100%;
    text-align: center;
    font-weight: 200;
    padding: 0% !important;
  }

  .sci-tech-div-2 {
    flex-basis: 100%;
    text-align: center;
    font-weight: 200;
    padding: 0% !important;
  }

  .sci-tech-div-2 h2 {
    font-weight: 200;
  }

  #major-golf-h1 {
    font-weight: 200;
    padding: 0% !important;
  }

  .major-golf-sponsor-div-1 {
    flex-basis: 100%;
    text-align: center;
    font-weight: 200;
    padding: 0% !important;
  }

  .major-golf-sponsor-div-2 {
    flex-basis: 100%;
    text-align: center;
    font-weight: 200;
    padding: 0% !important;
  }

  .major-golf-sponsor-div-2 h1 {
    font-weight: 200;
  }

  .major-golf-sponsor-div-2 h2 {
    font-weight: 200;
  }

  #hole-golf-h1 {
    font-weight: 200;
  }

  .hole-golf-sponsor-div-1 {
    flex-basis: 100%;
    text-align: center;
    font-weight: 200;
    padding: 0% !important;
  }

  .hole-golf-sponsor-div-2 {
    flex-basis: 100%;
    text-align: center;
    font-weight: 200;
    padding: 0% !important;
  }

  .hole-golf-sponsor-div-2 h2 {
    font-weight: 200;
  }

  #exhibitor-relaunch-h1 {
    font-weight: 200;
  }
  .exhibitor-relaunch-div-1 {
    flex-basis: 100%;
    padding: 0% !important;
    text-align: center;
  }

  .exhibitor-relaunch-div-1 h1 {
    font-weight: 200;
  }

  .exhibitor-relaunch-div-1 li {
    font-weight: 200;
  }
  .exhibitor-relaunch-div-2 {
    flex-basis: 100%;
    padding: 0% !important;
    text-align: center;
  }

  .exhibitor-relaunch-div-2 h1 {
    font-weight: 200;
  }

  .exhibitor-relaunch-div-2 p {
    font-weight: 200;
  }

  #exhibitor-eats-h1 {
    font-weight: 200;
  }
  .exhibitor-eats-div-1 {
    flex-basis: 100%;
    text-align: center;
    padding: 0% !important;
  }

  .exhibitor-eats-div-1 h1 {
    font-weight: 200;
  }

  .exhibitor-eats-div-1 li {
    font-weight: 200;
  }

  .exhibitor-eats-div-2 {
    flex-basis: 100%;
    text-align: center;
    padding: 0% !important;
  }

  .exhibitor-eats-div-2 h1 {
    font-weight: 200;
  }

  #gift-bag-h1 {
    font-weight: 200;
  }

  .gift-bag-sponsor-div-1 {
    flex-basis: 100%;
    padding: 0% !important;
    text-align: center;
  }

  .gift-bag-sponsor-div-1 h1 {
    font-weight: 200;
  }

  .gift-bag-sponsor-div-2 {
    flex-basis: 100%;
    padding: 0% !important;
    text-align: center;
  }

  .gift-bag-sponsor-div-2 h1 {
    font-weight: 200;
  }

  #digi-sponsor-h1 {
    font-weight: 200;
  }

  .digi-sponsor-div-1 {
    flex-basis: 100%;
    text-align: center;
    padding: 0% !important;
  }

  .digi-sponsor-div-1 h1 {
    font-weight: 200;
  }

  .digi-sponsor-div-1 li {
    font-weight: 200;
  }

  .digi-sponsor-div-2 {
    flex-basis: 100%;
    text-align: center;
    padding: 0% !important;
  }

  .digi-sponsor-div-2 h1 {
    font-weight: 200;
  }
  .digi-sponsor-div-2 p {
    font-weight: 200;
  }

  #network-h1 {
    font-weight: 200;
  }
  .network-sponsor-div-1 {
    flex-basis: 100%;
    text-align: center;
    padding: 0% !important;
  }

  .network-sponsor-div-1 h1 {
    font-weight: 200;
  }

  .network-sponsor-div-1 h2 {
    font-weight: 200;
  }

  .network-sponsor-div-2 {
    flex-basis: 100%;
    text-align: center;
    padding: 0% !important;
  }

  .network-sponsor-div-2 h1 {
    font-weight: 200;
  }

  .network-sponsor-div-2 p {
    font-weight: 200;
  }
}

/*Competition CSS */
.competition-header-text {
  margin-top: 30%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

.competition-header-text h5 {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

#battle-of-the-barbers {
  margin-bottom: 30px;
}

.barber-battle-col-1 {
  flex-basis: 50%;
}

.barber-battle-col-1 img {
  width: 100%;
  height: 100%;
}

.barber-battle-col-2 {
  flex-basis: 40%;
}

.make-up-competition-col-1 {
  flex: 50%;
}

.make-up-competition-col-2 {
  flex-basis: 40%;
}

.make-up-competition-col-2 img {
  width: 100%;
  height: 100%;
}

.barber-button {
  background-color: #691769;
  margin-top: 20px;
  padding: 1.5rem;
  color: white;
  font-size: 20px;
  border: none;
  border-radius: 10px;
}

#battle-of-the-barbers h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

#battle-of-the-barbers p {
  color: #ababab;
  margin-bottom: 20px;
}

#make-up-competition {
  margin-top: 30px;
  margin-left: 30px;
}

#make-up-competition h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

#make-up-competition p {
  color: #ababab;
  margin-bottom: 20px;
}

.make-up-button {
  background-color: #691769;
  margin-top: 20px;
  padding: 1.5rem;
  color: white;
  font-size: 20px;
  border: none;
  border-radius: 10px;
}

/*Competition mobile CSS */
@media only screen and (max-width: 768px) {
  .competition-header-text p {
    font-size: 25px !important;
    text-shadow: #000 1px 0 3px !important;
  }
  .make-up-competition-col-2 {
    flex-basis: 100%;
    margin-right: 10%;
  }

  .make-up-button {
    margin-bottom: 20px !important;
  }
  .barber-battle-col-1 {
    flex-basis: 100%;
  }

  .barber-battle-col-2 {
    flex-basis: 100%;
  }
}

/* BARBER COMPETITION CSS */

.barber-header {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: white;
}

.categories {
  text-align: left;
  margin-top: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 20px;
  font-size: 25px;
  color: white;
  font-weight: 300;
}

.categories h1 {
  font-weight: 400;
}

.text-box {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -6px;
}
.text-box1 {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -7px;
}
.text-box2 {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -6px;
}
.text-box3 {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -6px;
}
.text-box4 {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -6px;
}
.text-box5 {
  width: 152px;
  height: 150px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -6px;
}

.min {
  width: 150px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -6px;
}
.min1 {
  width: 150px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -7px;
}
.min2 {
  width: 150px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -6px;
}
.min3 {
  width: 150px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -6px;
}
.min4 {
  width: 150px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -6px;
}
.min5 {
  width: 152px;
  border: 2px solid #fff;
  color: white;
  display: inline-block;
  margin-right: -6px;
}

.rules {
  margin-top: 5%;
  margin-bottom: 3%;
  font-size: 35px;
  color: white;
  text-align: center;
}

.judges {
  margin-bottom: 35px;
}

.point {
  margin-left: 5%;
}

.list {
  margin-bottom: 3%;
}

.link {
  margin-bottom: 2%;
}

.programme {
  margin-bottom: 1%;
}

.time {
  width: 25%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
}

.time1 {
  width: 25%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
}
.time2 {
  width: 25%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
}
.time3 {
  width: 25%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
}
.time4 {
  width: 25%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
}
.time5 {
  width: 25%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
}
.time6 {
  width: 25%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
}

.time7 {
  width: 25%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
}

.categorie {
  width: 45%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
  margin-left: 25%;
  margin-top: -400px;
}
.categorie1 {
  width: 45%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
  margin-left: 25%;
}
.categorie2 {
  width: 45%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
  margin-left: 25%;
}
.categorie3 {
  width: 45%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
  margin-left: 25%;
}

.categorie4 {
  width: 45%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
  margin-left: 25%;
}
.categorie5 {
  width: 45%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
  margin-left: 25%;
}
.categorie6 {
  width: 45%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
  margin-left: 25%;
}
.categorie7 {
  width: 45%;
  height: 50px;
  border: 2px solid #fff;
  color: white;
  font-size: 30px;
  margin-left: 25%;
}

.information {
  font-size: 25px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  text-align: center;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #691769;
  color: white;
}

/* Modal Body */
.modal-body {
  padding: 2px 16px;
  color: #000;
}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #691769;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.pay-for-barber {
  width: 100%;
  background-color: #691769;
  color: #fff;
  font-size: 22px;
  border: 0;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/*Barber comp mobile CSS */
@media only screen and (max-width: 768px) {
  .categories-h1 h1 {
    display: none;
  }
  .categories-div {
    display: none;
  }
  .categories {
    display: inline-block;
    justify-content: center;
    text-align: center;
    padding: 0% !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .categories h1 {
    font-size: 30px !important;
  }
  .categories p {
    font-size: 20px;
  }
  .babrer-program {
    display: none !important;
  }
  .rules h1 {
    font-size: 30px !important;
  }
  .rules p {
    font-size: 20px !important;
  }
  .barber-date-do {
    display: none !important;
  }
}

/* Golf Day CSS */
.golf-day-header-text {
  margin-top: 30%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

.golf-day-header-text h5 {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

#golf-day-display p {
  padding: 1rem;
}

.golf-day-title-text {
  margin: 20px 0px 30px 0px;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.golf-day-display-col-1 {
  flex-basis: 50%;
}

.golf-day-display-col-2 {
  flex-basis: 50%;
}

.golf-day-display-col-2 img {
  width: 100%;
  height: 100%;
}

.golf-day-display-col-1 ul {
  list-style: none;
  line-height: 2.2rem;
}

.golf-day-slot-button {
  background-color: #691769;
  margin-top: 5px;
  padding: 1.5rem;
  color: white;
  font-size: 20px;
  border-radius: 10px;
  border-width: 2px;
  border-color: white;
}

/*Gold Day mobile CSS */
@media only screen and (max-width: 768px) {
  .golf-day-display-col-1 {
    display: inline-block;
    flex-basis: 100% !important;
    text-align: center;
  }
  .golf-day-display-col-2 {
    margin-top: 20px;
    flex-basis: 100%;
  }
}

/*Contact page CSS */
.contact-header-text {
  margin-top: 20%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

.contact-header-text h1 {
  margin-bottom: 5px;
}

.contact-header-text h5 {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

#contact-info {
  margin: 20px 0px 20px 0px;
  color: #ababab;
}

#contact-info ul {
  list-style: none;
  line-height: 2rem;
}

#contact-info ul span i {
  font-size: 20px;
  margin-right: 2%;
}

#contact-info ul i {
  font-size: 50px;
  margin: 20px 5px 20px 5px;
}

.contact-info-col-1 {
  flex-basis: 50%;
}
.contact-info-col-2 {
  flex-basis: 50%;
}

#facebook {
  color: #1e90ff;
}

#instagram {
  color: #691769;
}

input {
  display: block;
  width: 100%;
  height: 2rem;
}

textarea {
  display: block;
  width: 100%;
  height: 5rem;
}

#contact-form button {
  margin-top: 20px;
  background-color: #691769;
  font-size: 18px;
  color: white;
  border-color: white;
  border-radius: 10px;
  padding: 10px 70px;
}
/* Contact mobile CSS */
@media only screen and (max-width: 768px) {
  .contact-info-col-1 {
    flex-basis: 100%;
    text-align: center;
  }
  .contact-info-col-2 {
    flex-basis: 100%;
  }

  .contact-info-col-2 h1 {
    text-align: center;
    color: #fff;
  }
}

/* Golf Booking Form CSS */
.top-booking-form {
  display: inline-flex;
  justify-content: center;
  width: 1380px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.golf-book-header-text {
  margin-top: 0.5em;
  margin-left: 4em;
  margin-right: 11em;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
  color: white;
}
.golf-book-header-text p {
  margin-top: 0.5em;
  font-size: 14px;
  text-align: center;
  line-height: 2.5rem;
  color: white;
}

#four-ball-header {
  margin-top: -30px;
}

.booking-form h1 {
  font-size: 35px;
}

.contact-golf-col-1 {
  flex-basis: 50%;
  text-align: left;
}

.contact-golf-col-2 {
  flex-basis: 50%;
}

.booking-form {
  margin: 20px 0px 0px 20px;
  color: white;
}

.booking-form label {
  font-weight: 400;
}

.booking-form-basket {
  width: 70%;
  text-align: center;
  margin-left: 10%;
}

.booking-form-basket label {
  font-weight: 400;
}

.label-left {
  display: inline-block;
  font-weight: 800;
  word-wrap: break-word;
  width: 35%;
}

.input-right {
  display: inline-block;
  width: 60%;
  margin-bottom: 15px;
}

.input-left {
  display: inline-block;
  width: 40%;
  margin-bottom: 15px;
}

.label-1 {
  display: inline-block;
  font-weight: 800;
  word-wrap: break-word;
}
.label-2 {
  font-weight: 800;
  word-wrap: break-word;
}
.label-3 {
  font-weight: 800;
  word-wrap: break-word;
  width: 27%;
  display: inline-block;
}

.input-1 {
  display: inline-block;
  width: 20%;
  margin-bottom: 15px;
}
.input-2 {
  display: inline-block;
  width: 50%;
  margin-bottom: 15px;
  flex-basis: 50%;
}

.input-message {
  display: inline-block;
  width: 30%;
  margin-bottom: 15px;
}

.message-div {
  min-width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-left: 18%;
}

.date-div {
  min-width: 100%;
  margin-top: 4em;
  margin-bottom: 3em;
}

.ball-div {
  min-width: 100%;
  flex-basis: 50%;
}
.ball {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.checkbox {
  margin-bottom: 30px;
}
.checkbox-1 {
  display: inline-block;
  width: 50%;
}
.checkbox-2 {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-left: 35px;
}
.checklabel {
  display: inline-block;
  font-weight: 800;
}

.basket {
  max-width: 45%;
  min-width: 45%;
  display: inline-block;
}
.banking {
  max-width: 50%;
  min-width: 50%;
  display: inline-block;
}

.payments {
  font-weight: 700;
  margin-left: 130px;
}
.account {
  margin-top: 25px;
  font-weight: 800;
  font-size: large;
  margin-left: 130px;
}
.account1 {
  margin-top: 25px;
  margin-bottom: 50px;
  font-weight: 800;
  font-size: large;
  margin-left: 130px;
}

.invoice-button {
  font-size: 15px;
  padding: 0.5rem;
}

.confirm-form-submit {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #691769;
  font-size: 18px;
  color: white;
  border-color: white;
  border-radius: 10px;
  padding: 10px 70px;
}

/*Golf day booking mobile CSS */
@media only screen and (max-width: 768px) {
  .top-booking-form {
    width: auto !important;
    padding: 10%;
  }

  .booking-form {
    width: auto !important;
    margin-right: 10px;
  }
  .booking-form h1 {
    font-size: 30px !important;
  }

  .booking-form p {
    font-size: 15px !important;
    width: 100% !important;
  }

  .contact-golf-col-1 {
    flex-basis: 100%;
    margin: 0% !important;
  }

  .contact-golf-col-1 h1 {
    font-size: 25px !important;
    text-align: center !important;
  }

  .contact-golf-col-1 .input-right {
    flex-basis: 100% !important;
    width: 100% !important;
  }
  .contact-golf-col-1 .input-left {
    width: 100% !important;
  }
  .contact-golf-col-2 {
    display: block !important;
    margin-top: 20px !important;
    flex-basis: 100%;
  }
  .contact-golf-col-2 .input-right {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .contact-golf-col-2 .input-left {
    width: 100% !important;
  }
  .booking-form h1 {
    margin-top: 20px !important;
  }
  .date-div {
    margin-top: -20px !important;
    text-align: center;
  }

  #host-div {
    margin-top: -40px !important;
  }

  .booking-form-basket {
    display: inline-block;
    justify-content: center !important;
    text-align: center !important;
  }
  .booking-form-basket input {
    width: 100% !important;
  }

  .booking-form-basket label {
    width: 100% !important;
  }
  .checkbox .label-3 {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .checkbox .checkyes {
    padding-left: 40px !important;
  }
}

/* Booking page CSS */
.booking-header-text {
  margin-top: 20%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}
.booking-header-text h1 {
  margin-bottom: 10px;
}

.booking-header-text h5 {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

#booking-info {
  padding: 2rem 3rem 2rem 3rem;
}

#booking-info h3 {
  text-align: center;
  margin: 10px 20px 5px 20px;
}

#booking-info h2 {
  text-align: center;
  font-size: 30px;
  font-family: 'Scriptina';
  text-shadow: #fcfcfc 1px 0 10px;
}

.booking-selector-col-1 h1 {
  font-weight: 500;
  margin-bottom: 10px;
}

.booking-selector-col-1 ul {
  margin-top: 20px;
  padding: 2rem 3rem 2rem 3rem;
  border: 1px solid #ababab;
}

.booking-selector-col-1 li {
  display: flex;
  justify-content: space-between;
  list-style: inside;
  font-size: 22px;
  margin-bottom: 5px;
}

.booking-selector-col-1 button {
  margin: 0 3px 0 3px;
  font-size: 18px;
  width: 25px;
  background-color: #691769;
  color: white;
  border-color: #fff;
  border-radius: 5px;
  border-width: 1px;
}

.booking-selector-col-2 {
  flex-basis: 50%;
  height: 400px;
  padding: 0.5rem;
  position: relative;
  padding: 2rem 6.5rem 2rem 3rem;
}

.booking-selector-col-2 h1 {
  font-family: 'Scriptina';
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: -40px;
}

.check-out-div {
  position: absolute;
  bottom: 0;
  border: 1px solid #ababab;
  padding: 1rem;
}

.make-payment-button {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  background-color: white;
  color: white;
}

.cart-has-items {
  background-color: #4eb183;
  color: white;
  width: 100%;
  height: 30px;
  margin-top: 10px;
}

.check-out-list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 5px;
}

.check-out-list li span {
  text-shadow: #fcfcfc 1px 0 10px;
  font-size: 20px;
}

.cart-has-items {
  background-color: #4eb183;
  color: white;
}

@media only screen and (max-width: 768px) {
  .booking-selector-col-1 {
    flex-basis: 100%;
  }

  .booking-selector-col-1 h1 {
    text-align: center;
    font-size: 25px;
  }

  .booking-selector-col-2 {
    flex-basis: 100%;
    display: inline-block;
    justify-content: center;
    text-align: center;
    margin-left: 10%;
  }

  .booking-selector-col-2 li {
    font-size: 13px !important;
  }

  .booking-selector-col-1 ul {
    padding: 1rem 0.5rem 1rem 0.5rem !important;
  }

  .booking-selector-col-1 li {
    font-size: 13px;
    justify-content: space-between;
  }

  .booking-selector-col-1 li button {
    float: right !important;
  }

  .check-out-div {
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin-left: -20% !important;
  }
}

/*Login Page CSS */
.login-header-text {
  margin-top: 12%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

.login-header-text h5 {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

.log-me-in {
  text-align: center;
  margin-top: 20px;
}

#login-form {
  display: inline-block;
  width: 45%;
  padding: 2rem;
  background-color: rgba(74, 74, 74, 0.538);
  border-radius: 10%;
}

.log-me-in p {
  margin-bottom: 20px;
  text-align: left;
}

.log-me-in form {
  text-align: left;
}
.log-me-in label {
  font-size: 18px;
}

.log-me-in button {
  width: 100%;
  margin: 0 3px 0 3px;
  font-size: 18px;
  background-color: #691769;
  color: white;
  border-color: #fff;
  border-radius: 5px;
  border-width: 1px;
}

.create-account-button {
  margin-top: 20px;
  background-color: #4eb183;
  font-size: 18px;
  color: white;
  border-color: white;
  border-radius: 10px;
  padding: 10px 70px;
}

/* Login mobile CSS */
@media only screen and (max-width: 768px) {
  #login-form {
    width: 100%;
  }
}

/*Sign up CSS */
.sign-up-header-text {
  margin-top: 12%;
  font-size: 20px;
  text-align: center;
  line-height: 2.5rem;
}
.sign-up-header-text h5 {
  font-family: 'Scriptina';
  font-size: 50px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

.type-buttons {
  display: inline;
  width: 45%;
}

#type-user {
  width: 50%;
  margin-right: -50%;
  font-size: 18px;
  color: white;
  border-color: #fff;
  border-radius: 5px;
  border-width: 1px;
}

#type-business {
  width: 50%;
  margin-left: -50%;
  font-size: 18px;
  color: white;
  border-color: #fff;
  border-radius: 5px;
  border-width: 1px;
}

#sign-up-as {
  text-align: center;
  margin-bottom: -20px;
  margin-top: -20px;
}

.sign-up-user-col-1 {
  flex-basis: 50%;
  padding: 1rem;
}

.sign-up-user-col-2 {
  flex-basis: 50%;
  padding: 1rem;
}

.sign-me-in {
  text-align: center;
  margin-top: 20px;
}

#sign-up-user-form {
  display: inline-block;
  width: 45%;
  padding: 2rem;
  background-color: rgba(74, 74, 74, 0.538);
  border-radius: 10%;
  text-align: left;
}

#sign-up-business-form {
  display: none;
  width: 45%;
  padding: 2rem;
  background-color: rgba(74, 74, 74, 0.538);
  border-radius: 10%;
  text-align: left;
}

.sign-up-header-text h1 {
  margin-bottom: 10px;
}

.sign-up-form p {
  margin-bottom: 2px;
  text-align: center;
}

.sign-me-up label {
  font-size: 18px;
}

#signup-user-submit-button {
  width: 100%;
  margin: 0 3px 0 3px;
  font-size: 18px;
  background-color: #691769;
  color: white;
  border-color: #fff;
  border-radius: 5px;
  border-width: 1px;
}
#signup-business-submit-button {
  width: 100%;
  margin: 0 3px 0 3px;
  font-size: 18px;
  background-color: #691769;
  color: white;
  border-color: #fff;
  border-radius: 5px;
  border-width: 1px;
}

/*Sign up mobile CSS */
@media only screen and (max-width: 768px) {
  #sign-up-form {
    width: 100%;
  }
}

/*Successfull signup CSS */
.successfull-signup-header-text {
  margin-top: 15%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

.successfull-signup-header-text h1 {
  font-size: 40px;
  font-weight: 400;
}

.resend-email {
  text-align: center;
  margin-top: 20px;
}

#resend-email-form {
  display: inline-block;
  width: 45%;
  padding: 2rem;
  background-color: rgba(74, 74, 74, 0.538);
  border-radius: 10%;
}

.resend-email form {
  text-align: left;
}

#resend-email-form p {
  margin-bottom: 20px;
  text-align: center;
}

#resend-email-form label {
  font-size: 18px;
}
#resend-email-submit-button {
  width: 100%;
  margin: 0 3px 0 3px;
  font-size: 18px;
  background-color: #691769;
  color: white;
  border-color: #fff;
  border-radius: 5px;
  border-width: 1px;
}

@media only screen and (max-width: 768px) {
  #resend-email-form {
    width: 100%;
  }
}

/*Account verified CSS */
.verified-account-header-text {
  margin-top: 15%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

#verified-account-expo-text {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

.verified-account-header-text h2 {
  margin-bottom: 40px;
}

#to-login-button {
  margin-top: 20px;
  background-color: #691769;
  font-size: 18px;
  color: white;
  border-color: white;
  border-radius: 10px;
  padding: 10px 70px;
}

/*Profile CSS */
.profile-header-text {
  margin-top: 15%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

#profile-expo-text {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

.profile-header-text h2 {
  margin-top: 20px;
}

#profile-body button {
  margin-top: 20px;
  background-color: #691769;
  font-size: 18px;
  color: white;
  border-color: white;
  border-radius: 10px;
  padding: 10px 70px;
}

.profile-col-1 {
  flex-basis: 30%;
  padding: 2rem;
  text-align: center;
}

#profile-body h2 span {
  font-family: 'Scriptina';
  font-size: 40px;
  text-shadow: #fcfcfc 1px 0 10px;
}
.profile-col-2 {
  flex-basis: 55%;
}

/* Profile mobile CSS */
@media only screen and (max-width: 768px) {
  .profile-col-1 {
    flex-basis: 100%;
  }
  .profile-col-2 {
    flex-basis: 100%;
  }
}

/* Verify payment css */
.verify-payment-header-text {
  margin-top: 15%;
  font-size: 30px;
  text-align: center;
  line-height: 2.5rem;
}

.verify-payment-header-text h2 {
  margin-top: 20px;
  font-weight: 500;
}

#verify-payment-expo-text {
  font-family: 'Scriptina';
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fcfcfc 1px 0 10px;
  margin-bottom: 37px;
  margin-left: 12%;
}

.payment-body-col-1 {
  flex-basis: 50%;
  padding: 2rem;
}
.payment-body-col-2 {
  flex-basis: 50%;
  padding: 2rem;
}
.cart {
  padding: '2rem';
}
.price {
  margin-top: 20px;
  background-color: #691769;
  font-size: 18px;
  color: white;
  border-color: white;
  border-radius: 10px;
  padding: 10px 70px;
}

/*Verify payment mobile CSS */
@media only screen and (max-width: 768px) {
  .payment-body-col-1 {
    flex-basis: 100%;
  }
  .payment-body-col-2 {
    flex-basis: 100%;
  }
}

/* Checkout CSS */
.invoice-top-div-1 {
  flex-basis: 50%;
}
.invoice-top-div-2 {
  flex-basis: 50%;
  text-align: right;
}

.invoice-middle-div-1 {
  flex-basis: 50%;
}
.invoice-middle-div-2 {
  flex-basis: 50%;
  text-align: right;
}

.invoice-bottom-div-2 {
  text-align: center;
}

.invoice-bottom-div-2 p {
  margin-top: 10px;
}

#choose-pay {
  margin-top: 20px;
  background-color: #691769;
  width: 100%;
  display: block;
  font-size: 18px;
  color: white;
  border-color: white;
  border-radius: 10px;
  padding: 10px 70px;
}

/*Checkout mobile CSS */
@media only screen and (max-width: 768px) {
  .invoice-top-div-1 {
    flex-basis: 100%;
    text-align: center;
  }

  .invoice-top-div-2 {
    margin-top: 20px;
    flex-basis: 100%;
    text-align: center;
  }
  .invoice-bottom-div-1 {
    flex-basis: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .invoice-bottom-div-2 {
    flex-basis: 100%;
    margin-top: 30px;
  }
}
