:root {
	--color1: url('https://sunshineprizes.co.uk/images/note1.png');
	--color2: url('https://sunshineprizes.co.uk/images/note2.png');
	--color3: url('https://sunshineprizes.co.uk/images/note1.png');
	--color4: url('https://sunshineprizes.co.uk/images/note2.png');
	--color5: url('https://sunshineprizes.co.uk/images/note1.png');
	}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}

.confettiContainer {
	min-height: 100vh;
	overflow: hidden;
    z-index:1;
	padding: 60px;
	position: absolute;
    left:0;
    right:0;
	width: 100%;
	}





.confetti {
	position: absolute;
	display: flex;
	width: 50px;
	height: 30px;
	top: -100px;
/*  background-image:url('https://sunshineprizes.co.uk/images/note1.png') !important;*/
  background-size:50px 30px;
  background-color:transparent !important;
	}

.confetti:nth-child(1) {
	background-image: var(--color1);
	animation: fall 2.5s linear infinite;
	left: 10%;
	}

.confetti:nth-child(2) {
	background-image: var(--color2);
	animation: fall 2.3s linear infinite .2s;
	left: 20%;
	}

.confetti:nth-child(3) {
	background-image: var(--color3);
	animation: fall 2.4s linear infinite .4s;
	left: 30%;
	}

.confetti:nth-child(4) {
	background-image: var(--color4);
	animation: fall 2.7s linear infinite .1s;
	left: 40%;
	}

.confetti:nth-child(5) {
	background-image: var(--color5);
	animation: fall 2.6s linear infinite .7s;
	left: 50%;
	}

.confetti:nth-child(6) {
	background-image: var(--color1);
	animation: fall 2.4s linear infinite .2s;
	left: 60%;
	}

.confetti:nth-child(7) {
	background-image: var(--color2);
	animation: fall 2.1s linear infinite .7s;
	left: 70%;
	}

.confetti:nth-child(8) {
	background-image: var(--color3);
	animation: fall 2.4s linear infinite .9s;
	left: 80%;
	}

.confetti:nth-child(9) {
	background-image: var(--color4);
	animation: fall 2.9s linear infinite .9s;
	left: 90%;
	}

.confetti:nth-child(10) {
	background-image: var(--color5);
	animation: fall 2.2s linear infinite 1.1s;
	left: 100%;
	}

.confetti:nth-child(11) {
	background-image: var(--color1);
	animation: fall2 2.5s linear infinite;
	left: 95%;
	}

.confetti:nth-child(12) {
	background-image: var(--color2);
	animation: fall2 2.3s linear infinite 1.1s;
	left: 85%;
	}

.confetti:nth-child(13) {
	background-image: var(--color3);
	animation: fall2 2.4s linear infinite 1.2s;
	left: 75%;
	}

.confetti:nth-child(14) {
	background-image: var(--color4);
	animation: fall2 2.7s linear infinite 1.3s;
	left: 65%;
	}

.confetti:nth-child(15) {
	background-image: var(--color5);
	animation: fall2 2.6s linear infinite 1.4s;
	left: 55%;
	}

.confetti:nth-child(16) {
	background-image: var(--color1);
	animation: fall2 2.4s linear infinite 1.5s;
	left: 45%;
	}

.confetti:nth-child(17) {
	background-image: var(--color2);
	animation: fall2 2.1s linear infinite 1.6s;
	left: 35%;
	}

.confetti:nth-child(18) {
	background-image: var(--color3);
	animation: fall2 2.4s linear infinite 1.7s;
	left: 25%;
	}

.confetti:nth-child(19) {
	background-image: var(--color4);
	animation: fall2 2.9s linear infinite 1.8s;
	left: 15%;
	}

.confetti:nth-child(20) {
	background-image: var(--color5);
	animation: fall2 2.2s linear infinite 1.9s;
	left: 5%;
	}

.confetti:nth-child(21) {
	background-image: var(--color1);
	animation: fall 2.5s linear infinite;
	left: 3%;
	}

.confetti:nth-child(22) {
	background-image: var(--color2);
	animation: fall 2.3s linear infinite 1.3s;
	left: 13%;
	}

.confetti:nth-child(23) {
	background-image: var(--color3);
	animation: fall 2.4s linear infinite 1.4s;
	left: 23%;
	}

.confetti:nth-child(24) {
	background-image: var(--color4);
	animation: fall 2.7s linear infinite 1.5s;
	left: 33%;
	}

.confetti:nth-child(25) {
	background-image: var(--color5);
	animation: fall 2.6s linear infinite 1.6s;
	left: 43%;
	}

.confetti:nth-child(26) {
	background-image: var(--color1);
	animation: fall 2.4s linear infinite 1.2s;
	left: 53%;
	}

.confetti:nth-child(27) {
	background-image: var(--color2);
	animation: fall 2.1s linear infinite 1.7s;
	left: 63%;
	}

.confetti:nth-child(28) {
	background-image: var(--color3);
	animation: fall 2.4s linear infinite 1.8s;
	left: 73%;
	}

.confetti:nth-child(29) {
	background-image: var(--color4);
	animation: fall 2.9s linear infinite 1.9s;
	left: 83%;
	}

.confetti:nth-child(30) {
	background-image: var(--color5);
	animation: fall 2.2s linear infinite 1.1s;
	left: 93%;
	}

.confetti:nth-child(31) {
	background-image: var(--color1);
	animation: fall2 2.2s linear infinite 1.1s;
	left: 7%;
	}

.confetti:nth-child(32) {
	background-image: var(--color2);
	animation: fall2 2.9s linear infinite .9s;
	left: 17%;
	}

.confetti:nth-child(33) {
	background-image: var(--color3);
	animation: fall2 2.4s linear infinite .1s;
	left: 27%;
	}

.confetti:nth-child(34) {
	background-image: var(--color4);
	animation: fall2 2.1s linear infinite .7s;
	left: 37%;
	}

.confetti:nth-child(35) {
	background-image: var(--color5);
	animation: fall2 2.4s linear infinite .2s;
	left: 47%;
	}

.confetti:nth-child(36) {
	background-image: var(--color1);
	animation: fall2 2.6s linear infinite .7s;
	left: 57%;
	}

.confetti:nth-child(37) {
	background-image: var(--color2);
	animation: fall2 2.7s linear infinite .9s;
	left: 67%;
	}

.confetti:nth-child(38) {
	background-image: var(--color3);
	animation: fall2 2.4s linear infinite .4s;
	left: 77%;
	}

.confetti:nth-child(39) {
	background-image: var(--color4);
	animation: fall2 2.3s linear infinite .2s;
	left: 87%;
	}

.confetti:nth-child(40) {
	background-image: var(--color5);
	animation: fall2 2.5s linear infinite .3s;
	left: 97%;
	}

@keyframes fall {
	0% {top:-110px; transform: rotate(0deg) rotateY(-90deg); opacity:1;}
	100% {top:1200px; transform: rotate(360deg) rotateY(180deg); opacity:0.7;}
}

@keyframes fall2 {
	0% {top:-110px; transform: rotate(0deg) rotateY(90deg); opacity:1;}
	100% {top:1200px; transform: rotate(-360deg) rotateY(-180deg); opacity:0.5;}
}



.entryLevels {
  list-style:none;
  width:100%;
  margin-top:100px;
  text-align:center;
  padding-left:0;
  line-height:1;

}

.entryLevels li {
  width:180px;
  height:240px;
  vertical-align:top;
  position:relative;
  border-radius:10px;
  transition: transform linear .05s;
  max-height:250px;
  background:white;
  text-align:center;
  font-family:'Manrope' !important;
  padding:10px;
  padding-top:25px;
  border:1px solid #e9e9e9;
  /* margin:15px; */
  margin: 0 15px;
  box-shadow:0px 0px 14px rgb(0 0 0 / 10%);
  clear:both;
  box-sizing:border-box;
  display:inline-block;

}

.entryLevels li:hover {
  transform:scale(1.05);
}

.entryLevels li button {
  background:#fdcb0a;
  color:black;
  border:none;
  position:absolute;
  bottom:15px;
  left:15px;
  height:40px;
  border-radius:10px;
  font-size:16px;
  right:15px;
  font-weight:bold;
}

.entryLevels li .popular {
  background: #6baa75;
  margin-top:10px;
  color:white;
  padding:2px 6px;
  display:inline;
  border-radius:3px;
  font-weight:bold;
}
.entryLevels li .tickets {
  font-size:20px;
  font-weight:bold;
}

.entryLevels li .level {
  font-weight:normal;
  margin-bottom:15px;
}

.entryLevels li .price {
  font-size:34px;
  margin-bottom:10px;
  font-weight:bold;
}
 


@media screen and (min-width:100px) and (max-width: 1200px) {
    .entryLevels li {
        display:block;
        width:100%;
        height:100px;
        margin: 15px 0;
    }

    .entryLevels li .perEntry {
        position: absolute;
        top: 50px;
        left: 180px;
        font-size:12px;
    }
    

    .entryLevels li buttton, .entryLevels li .tickets, .entryLevels li .popular, .entryLevels li .price, .entryLevels li .level{
         display:inline-block;
    }

    .entryLevels {
        padding:20px;
    }

    .entryLevels li button {
        position:absolute;
        height:50px;
        width:100px;
        top:25px;
        left:auto;
        right:10px;
    }

    .entryLevels li .price {
        position:absolute;
        top:30px;
        left:110px;
        font-size:25px;
    }
    .entryLevels li .tickets {
        position:absolute;
        top:25px;
        text-align:center;
        width:50px;
        left:20px;
    }

    .entryLevels li .level {
        position:absolute;
        top:25px;
        left:180px;
    }

    .entryLevels li .popular {
        position:absolute;
        top:50px;
        left:180px;
    }

}

@media screen and (min-width:100px) and (max-width: 500px) {
    .entryLevels li {
        height: 160px;
        margin: 20px 0;
    }

    .entryLevels li button {
        bottom:15px;
        left:15px;
        box-sizing:border-box;
        width:calc(100% - 30px);
        right:15px;
        top:auto;
    }

    .entryLevels li .popular {
        font-size:12px;
        /* padding:2px; */
        /* width:80px; */
        /* top:-10px !important; */
        /* left:50%;
        right:50%; */
        top:-10px !important;
        right: 10px;
        left: auto;
        width: 120px;
        padding: 5px 2px;
    }

    .entryLevels li .level {
        top:30px;
        font-size:12px;
        text-align:right;
        right:20px;
    }
    
    .entryLevels li .popular  {
        top:50px;
    }
}


.headerContainer {

    width:100%;
    height:65px;
    /* background:white; */
    background:#1c1c1c;
    position:fixed;
    z-index:201;
    box-shadow: rgb(0 0 0 / 5%) 0 3px 11px 0 !important;
    border-bottom:1px solid #4d4d4d;
}

.headerSpacer {
    height:65px;
    width:100%;
    display:block;
}

.headerLogo {
    margin-top: 4px;
    height: 50px;
    position:absolute;
    top:0;
    left:20px;
}
.navigation {
    list-style:none;
    display:none;
    justify-content:center;
    position:relative;
    top:0;
    bottom:0;
    padding-top:20px;
}

.nav-item {
    padding:0 15px;
}

.nav-item a {
    font-size:18px;
    /* color: rgba(243,211,4,1); */
    color:white;
    font-family: 'Manrope';
    font-weight:500;
    letter-spacing: 0.03em;
    text-decoration:none;

}

.nav-item:hover a {
    /* color:rgba(87,174,255,1); */
    color: #ffd300;
}
.nav-item.active a {
    /* color:rgba(87,174,255,1) !important; */
    /* border-bottom:2px solid rgba(87,174,255,1); */
    color:#ffd300 !important;
    border-bottom:2px solid #ffd300;

}


html, body {
    font-family: 'Manrope', sans-serif;
    height:100%;
}

h1, h2, h3, h4, p {
    font-family: 'Manrope', sans-serif;

}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
    color:#058ED9;
    font-weight:bold;
    font-family:'Manrope';
    font-size:36px;
    letter-spacing:normal;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.ticketsTable {
    border:none;
    margin-top:50px;
}

.ticketsTable th {
    font-weight:bold;
    padding-right:15px;
    text-decoration:underline;
    font-size:15px !important;
}

.ticketsTable td {
    padding-right:25px;
    padding:2px;
    padding-top:4px;
    padding-bottom:4px;
    font-size:15px !important;
}

.burgerMenu {
    display: inline-block;
    width: 40px;
    height: 40px;
	position: absolute;
    top:10px;
    right:10px;
}
.burgerMenu span {
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	margin-top: 8px;
	background: white;
}
.burgerMenu span:first-child {
	margin-top: 0;
}
.burgerMenu .lines,
.burgerMenu .crossed {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.burgerMenu .crossed {
	display: none;
}
.burgerMenu .lines {
	display: block;
}
.burgerMenu.active .crossed {
	display: block;
}
.burgerMenu.active .lines {
	display: none;
}
.burgerMenu.active .crossed span {
	position:absolute;
	margin: 0;
	width: 100%;
}

.burgerMenu .lines, .burgerMenu .crossed,.burgerMenu span:first-child, .burgerMenu span:last-child {
    transition: transform .3s ease 0s;
}



.burgerMenu.active .crossed span:first-child {
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.burgerMenu.active .crossed span:last-child {
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.mobileMenu {
   visibility:hidden;
    top:-100%;
    display:block;
    left:0;
    z-index:90;
    background:white;
    right:0;
    position:fixed;
    transition: top .4s ease 0s;
    box-shadow: rgb(0 0 0 / 10%) 0 3px 11px 0 !important;
}

.mobileMenu.shown {
    z-index:200;
    visibility:visible;
    top:65px;
}

.mobileMenu ul {
    list-style:none;
    padding-left:0;
}

.mobileMenu ul li {
    text-align:center;
    margin-left:0;
    padding:20px;
    border-bottom:1px solid lightgray;
    margin-top:5px;
}

.mobileMenu ul li a {
    font-weight:bold;
    font-size:20px;
    color:black;
    text-decoration:none;
    font-family:'Manrope';
}


@media screen and (min-width: 1200px) { 
  .mobileMenu {
    display:none !important;
  }

  .navigation {
    display:flex;
  }

  .burgerMenu  {
    display:none !important;
  }
}

.btn.btn-main {
    background-color:#fdcb0a !important;
    color:black;
}


footer {
    width:100%;
    background:#1c1c1c;
    position:relative;
    margin-top:50px;
    /* padding-bottom:40px; */
}

footer .contactInfo {
    
    padding-top:6px;
    background:black;
    width:100%;
    padding:10px;
    font-size:12px;
    bottom:0;
    left:0;
    padding-bottom:10px;
    color: #7d7e7f;
    text-align:center;
    right:0;
}


footer .footerInner {
  margin:0 auto;
  max-width:1200px;
  clear:both;
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
  margin-bottom:80px;
}

footer .footerInner .quickLinks h5 {
    font-weight:bold;
    color: #7d7e7f;;
}

footer .footerInner .quickLinks a {
    font-weight:bold;
    color:white;
    margin:10px;
}

.headerFiller {
    height:65px; /*matching header height*/
    display:none;
}
