/* your custom styling */
/* .row{
    margin-bottom: 3rem;
} */


h1{
    padding-top: 1rem;
    /* background-color: #1a2163; */
    color: #faebd7;
    text-align: left;
    font-family: 'Black Ops One', Arial, Helvetica, sans-serif;
    padding-left: .5rem;
    padding-top: .5rem;
    border-bottom: solid 2px #faedb787;
    /* border-radius: 5px; */
}

h2{
    padding-top: 1rem;
    margin-top: 5rem;
    /* background-color: #8b0000; */
    color: #ffffff;
    text-align: left;
    font-family: 'Black Ops One', Arial, Helvetica, sans-serif;
    padding-left: .5rem;
    border-bottom: solid 2px #18344a87;
    max-width: 450px;
    /* border-radius: 5px; */
}

h3{
    /* background-color: #8b0000; */
    color: #ffffff;
    text-align: left;
    padding-left: .5rem;
    font-family: 'Black Ops One', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    border-bottom: solid 2px #18344a87;
    max-width: 450px;
    /* border-radius: 5px; */
}

h4{
    /* background-color: #000000; */
    color: #000000;
    font-size: 1.2rem;
    margin-top: .5rem;
    padding-top: .25rem;
    padding-left: .75rem;
    text-align: left;
    font-family: 'Black Ops One', Arial, Helvetica, sans-serif;
    /* border-radius: 15px; */
}
h5{
  /* background-color: #000000; */
  color: #1a2163;
  font-size: 1rem;
  margin-top: .5rem;
  padding-top: .25rem;
  padding-left: .25rem;
  text-align: center;
  font-family: 'Black Ops One', Arial, Helvetica, sans-serif;
  /* border-radius: 15px; */
}
.firstanimation, .secondanimation, .thirdanimation, .fourthanimation, .fifthanimation{
  margin-left: 0rem;
}
li{
  margin-left: 2rem;
}

p{
  margin-left: 1rem;
}

#name, #bookingDate{
  color: #000;
}

ul, ol{
  list-style-position: inside;
}

body{
  /* background-color: #615d5c; */
  background: -webkit-linear-gradient(-45deg, #697072 3%,#727f82 13%,#767f84 40%,#5f6268 67%,#28343b 99%); /* Chrome10-25,Safari5.1-6 */
}

main{
    margin-top: 4.3rem;
    color: #f6f5f4;
    font-size: 100%;
    font-family: 'Abhaya Libre', Arial, Helvetica, sans-serif;
    padding-top: 5rem;
}

aside{
    background-color: #16416787;
    /* box-shadow: 5px 5px 5px #5f6268; */
    border-radius: 1px;
    margin: .25rem 0rem .25rem 0rem;
}

footer{
    background-color: #8b0000;
    color: #ffffff;
    font-size: .75rem;
    padding-left: .5rem;
}
.styled-table {
  border-collapse: collapse;
  margin: 1rem 0 1rem 0;
  font-size: 0.7em;
  font-family: sans-serif;
  min-width: 150px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
  background-color: #1a2163;
  color: #ffffff;
  text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 5px 5px;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
  background-color: #7e4646;
}
.styled-table tbody tr:last-of-type {
  border-bottom: 2.5px solid #1a2163;
}
.ticket-heading{
  padding-top: 4rem;
}
.small{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: .25rem;
}


a{
    color: #bbbbff !important;
}
a:visited{
    color: #470303;
}
a:hover{
    color: #ffffcc !important;
}
a:focus{
    color: #add8e6;
}
a:active{
    color: #61618b;
}

.rules{
  margin: 0 auto 1rem auto;
  background-color: #16416766;
  color: #faebd7;
  padding: 1rem;
  border-radius: .15rem;
  max-width: 1000px;
}

.ticket-img, .tent-img, .band-img{
  margin-right: .5rem;
  float: left;
  width: 40px;
}

.atag-img{
  background: #eef;
  padding: 1rem;
  display: block;
  border-radius: .5rem;
  text-decoration: none;
  color: #009;
  margin-bottom: 1rem;
}

.flag-img{
  display: block;
  margin: auto;
}

.lucas-logo{
  width: 15%;
  height: 15%;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-right: .2rem;
}

.rush-logo{
  width: 35%;
  height: 100%;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-right: .2rem;
}

#hero {
  width: 100%;
  height: 70vh;
  background: url("../img/lernerville.webp") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

.hero-2 {
  width: 100%;
  /* height: 90vh;
  background-size: cover; */
  position: relative;
  padding: 0;
}

.disclaimer{
  /* padding: .1rem; */
  flex: 0 0 100%;
  font-size: .8rem;
  font-style: italic;
  font-weight: bold;
  color: #ccd;
  background-color: #000000;
  padding: .1rem 1rem;
  margin: 0rem;
}
#slider li{
  width: 100%;
}
#slider{
  width: 100%;
}

.video{
	/* background: blue; */
	width: 100%;
	padding-bottom: calc(100% * (720/1280));
	max-width: 1280px;
	position: relative;
}
.video iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 75%;
	width: 85%;
  padding-left: 5rem;
}



@media screen and (min-width:950px){
    main{
        font-size: 200%;
    }
    .center-vertically {
      margin-top: calc(300px - 40vw);
    }

}
@media screen and (min-width:1200px) {
  main{
    font-size: 225%;
  }
  .center-vertically {
    margin-top: calc(250px - 40vw);
  }
  .center-vertically_1 {
    margin-top: calc(280px - 40vw);
  }
  .center-vertically_2 {
    margin-top: calc(300px - 40vw);
  }
  .center-vertically_3 {
    margin-top: calc(320px - 40vw);
  }
  
}
/* Nav bar styling */ 
.largeHeading {
    font-size: 7em;
    text-shadow: 1px 2px 14px rgba(0, 0, 0, 0.3)
  }

  .style1 {
    font-family: 'Bebas Neue', cursive;
  }

  a>.style1 {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .style2 {
    font-family: 'Cinzel', serif;
    font-size: 0.85em;
    letter-spacing: 1px;
  }
.position-fixed{
  z-index: 2;
}
.content-slider{
  z-index: 1;
}
  .navbar {
    padding: 0;
    background: rgb(4, 12, 86);
    background: -moz-linear-gradient(-45deg, rgba(4, 12, 86, 1) 0%, rgba(4, 12, 86, 1) 13%, rgba(4, 12, 86, 1) 13%, rgba(14, 114, 244, 1) 61%, rgba(14, 114, 244, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(4, 12, 86, 1) 0%, rgba(4, 12, 86, 1) 13%, rgba(4, 12, 86, 1) 13%, rgba(14, 114, 244, 1) 61%, rgba(14, 114, 244, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(4, 12, 86, 1) 0%, rgba(4, 12, 86, 1) 13%, rgba(4, 12, 86, 1) 13%, rgba(14, 114, 244, 1) 61%, rgba(14, 114, 244, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#040c56', endColorstr='#0e72f4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }

  .nav-item>a {
    color: #ccf !important
  }

  @media screen and (min-width:720px) {
    .nav-item {
      transform: skewX(-20deg);
      transition: all 200ms linear;
      box-shadow: inset 8px 2px 16px rgba(0, 0, 0, 0.2)
    }

    .nav-item a {
      transition: all 200ms linear;
      transform: skewX(20deg)
    }

    .nav-item:nth-child(2n+1) {
      border-left: 1px solid #eaeaea;
      border-right: 1px solid #eaeaea;
    }

    .nav-item:nth-last-child(1) {
      border-left: 1px solid #eaeaea;
      border-right: none !important;
    }

    .px-4{
      padding-right: .4rem !important;
      padding-left: .4rem !important;
    }

    .customSubMenu {
      display: none;
      margin-left: -4px;
      position: absolute;
      width: 100%;
      z-index: 123;
    }

    .hasSubMenu:hover>.customSubMenu {
      display: block !important
    }

    .subLink {
      /* transform: skewX(40deg); */
      padding: 12px;
      background: #fff;
      margin-top: 8px;
      width: 100%;
    }

    .subLink a {
      display: inline-block;
      /* transform: skewX(-25deg); */
      color: #000;
      text-decoration: none;
    }
    main{
      font-size: 125%;
    }
  }

  @media screen and (max-width:719px) {
    .nav-item a {
      background: rgba(0, 0, 0, 0.1);
      color: #fff
    }
    main{
      font-size: 100%;
    }
  }

  .nav-item.active,
  .nav-item:hover {
    background: #ccf;
  }

  .navbar-expand-sm{
    flex-flow: wrap;
  }

  .nav-item.active>a,
  .nav-item:hover>a {
    color: #000 !important
  }

  .collapse {
    visibility: visible !important;
}


/*gallery*/ 
.container-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10vmin;
  overflow: hidden;
  transform: skew(5deg);
}
.container-gallery .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 75vmin;
  position: relative;
}
.container-gallery .card .card__head {
  color: black;
  background: #f68d50;
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1em;
  white-space: nowrap;
}
.container-gallery .card:hover {
  flex-grow: 10;
}
.container-gallery .card:hover img {
  filter: grayscale(0);
}
.container-gallery .card:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: .75em;
  transform: rotate(0deg) skew(-5deg);
}
.container-gallery .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
}
.container-gallery .card:not(:nth-child(5)) {
  margin-right: 1em;
}/*# sourceMappingURL=gallery.css.map */