body {
  background: rgb(26, 27, 66);
}

p, h1, h2, h3, ul, label, button {
/* background-image: linear-gradient(
  135deg, #ffedbc 29%,#ffffff 48%,#ffedbc 74%); */
  background-color: white;
/* background-size: cover;
background-position: center;
background-attachment: fixed; */
border-style: solid;
    border-color: #5b18f7;
    border-width: 3px;
    border-radius:20px;
}

.myPage {
  top:0px;
  width:100vw;
}

.titlebox {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.content--intro .content__inner {
  background: black;
}

h1,label,input[type=submit] {
  /* -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%); */
  padding: 20px;
}

p,h5,h2,ul {
  width:25vw;
  padding:20px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
  font-size: 18px;
}

p.wide {
  width:max-content;
}

h2>p {
  text-transform: capitalize;
  border:0;
  padding:0;
  line-height: 1;
}

li {
  list-style-position: inside;
  padding:0px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
  font-size: 18px;
}

h1 {
  font-size: 34px;
}

/* h1::first-letter, h1 span::first-letter {
  font-size: 50px;
} */

h1,h2,p,h5 {
  color:black;
}

body, html {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden; 
    overflow-y: scroll;
  }

h1,h2,h3,h4,h5,.topnav,label,input[type=submit]{
  font-family: 'Open Sans', sans-serif;
    width: fit-content;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 30px;
}

.mainvid {
  height: 100vh;
}

video#headvid {
  object-fit: cover;
  height: 100%;
}

.title {
  padding-top:50px;
  width: fit-content;
}

.title2 {
  padding-top:50px;
}

.mainpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

img {
  width: 100%;
  height: auto;
}

img#refer {
  width:35px;
  height:35px;
  position: absolute;
  bottom: 0px;
  right:0px;
}

.bigvid {
  width: 30vw;
  object-fit: cover;
  height: 15vw;
}

.about, .home {
  height: 100vh;
  background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)) ,url(/src/img/1.jpg);
  background-size: cover;
  background-position: 50%;
}

.HIRE {
  height: 100vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)) ,url(/src/img/61.jpg);
    background-size: cover;
    background-position: 50%;
}

.contact{
  height: 100vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)) ,url(/src/img/bowling.jpg);
        background-size: cover;
        background-position: 0% 100%;
}

.sports {
  height: 100vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)) ,url(/src/img/20.jpg);
}

.events{
  height: 100vh;
  background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)) ,url(/src/img/62.jpg);
  background-size: cover;
  background-position: 50%;
}


i.fa.fa-bars {
    color: white;
    font-size: 34px;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  /* padding-top: 47px; */
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    padding-top: 57px;
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  position: fixed;
  background: #333;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
/* .topnav a:hover {
  background-color: #ddd;
  color: black;
} */

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
}

  .mycontent {
    max-width: 1140px;
    margin: 0 auto;
    padding-top:50px;
    padding-bottom: 50px;
    padding:20px;
}

.triplecol, .doublecol {
    display: flex;
}

.col2 {
  width: 50%;  
}

.col {
    width: 33.33333%;
    padding: 20px;
}

video#svid1, video#svid2, video#svid3 {
    max-width: 100%;
}

form {
  max-width: 500px;
  padding-top: 69px;
}

input[type=text], select, textarea, input#email {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 37px; /* Add a top margin */
  margin-bottom: 37px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  font-size: 20px;
      border-color: #5b18f7;
    border-width: 3px;
}

label {
  font-size: 20px;
}

button#my-form-button,input[type=submit]  {
  color: black;
  /* -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%); */
  padding: 20px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;  
}


/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.myModal {
  position:sticky;
  top:0vh;
  visibility:hidden;
  opacity:0;
  transition: opacity 0.5s;
  background-color: #000000b3;
  height:0vh;
}

img#myImg {
  padding-top: 20vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  width: auto;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 20vh;
  left: 50vw;
  font-size: 35px;
  font-weight: bold;
  mix-blend-mode: difference;
}

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

.banner {
  /* adjust the below to control the shape */
  --d:5px; 
  --w:100px;
  --c:#ffffff;
  /**/
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(29.29%, -100%) rotate(45deg); /* 29.29% = 100%*(1 - cos(45deg)) */
  color: rgb(53, 53, 53);
  text-align: center;
  width: var(--w);
  transform-origin: bottom left;
  padding:5px 0 calc(var(--d) + 5px);
  background:
    linear-gradient(rgba(0,0,0,0.6) 0 0) bottom/100% var(--d) no-repeat
    var(--c);
  clip-path:polygon(0 100%,0 calc(100% - var(--d)),50% calc(100% - var(--d) - var(--w)/2),100% calc(100% - var(--d)),100% 100%,calc(100% - var(--d)) calc(100% - var(--d)), var(--d) calc(100% - var(--d)))
}

.banner.left {
  z-index: 9;
  left:0;
  right:auto;
  transform: translate(-29.29%, -100%) rotate(-45deg);
  transform-origin: bottom right;
}

p#tel {
  margin-top: 50px;
}

p#my-form-status {
  background-color: transparent;
  color: white;
  background: none;
  border:0 ;
  }

  @media only screen and (max-width: 800px) {

    label,button#my-form-button, input[type=submit], select, textarea, input#email {
      font-size: 12px !important;
      width: 100%;
      padding:8px;
    }
  
    p#tel {
      margin-top: 0px !important;
  }
  
  form {
    padding-top: 30px !important;
  }
  
  .mycontent {
    max-width: 100%;
  }
  
  .title {
    margin: 0 auto;
    padding:0;
  }
  
  .banner.left {
    --w: 230px !important;
    font-size: 14px;
  }

  h1 {
    font-size: 22px;
    padding:8px;
  }
  
  span::first-letter {
    font-size: 30px;
  }
  
  p, li {
    font-size: 12px;
  }
  
  p, h5, h2, ul, p.wide {
    width:calc(100% - 24px);
    padding: 8px;
  }
  
  h2 {
    font-size: 15px;
}

    .triplecol, .doublecol {
      display: block;
  }
  
  .bigvid {
    width: 100vw;
    object-fit: cover;
    height: 60vw;
  }
  
    .col, .col2 {
      width: 100%;
      padding: 0px;
  }
  
  body {
    overflow-y: visible;
  }
  
  .mainpic {
    width: 100%;
  }
  
  div#films {
    padding: 0;
  }
  
  img#myImg {
    height: auto !important;
    width: 100vw !important;
  }
    
    input[type=text], select, textarea, input#email {
    margin-top: 12px;
    margin-bottom: 12px;
    }
  }