@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	border: 0;
	background-color: #E9ECF7;
	background: url("../images/singing-bg-dark.jpg") top center no-repeat #7D8FBA;
	background-size: cover;
	background-attachment: fixed;
}
h1, h2, h3, .purplepullout {
	font-family: "Slabo 27px", serif;
  	font-weight: 400;
  	font-style: normal;
	color: #7D8FBA;
}
h1 {
	font-size: 3.5em;
	color: white;
}
h2 {
	font-size: 2.6em;
}
h3 {
	font-size: 1.8em;
}
p {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 400;
}
#banner h1 {
	display: none;
}
.bigyear {
	font-family: "Slabo 27px", serif;
	font-size: 8em;
	line-height: 100px;
}
.bigyear span {
	display: none;
}
.purplepullout {
	font-size: 1.5em;
}
img {
	max-width: 100%;
}
hr {
	height: 1px;
	background-color: #7D8FBA;
	width: 27%;
	margin: 20px 0;
}
ul {
	margin: 0;
}
ul li {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 1.2em;
}
li::marker {
  color: #7D8FBA;
}
a {
	color: #7D8FBA;
	text-decoration: underline;
}
a:hover {
	color: white;
}
.dark h2, .dark p, .dark ul li {
	color: white;
}
.dark hr {
	background-color: white;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	background-color: rgba(0,0,0,0.4);
	backdrop-filter: blur(20px);
}
header p {
	margin: 0;
}
header ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
}
header ul li {
	padding: 0;
	margin: 0;
}
header ul li a {
	padding: 32px 20px;
	display: inline-block;
	color: #7D8FBA;
}
header ul li a:hover {
	color: white;
}
.active {
	text-decoration: none;
	color: white;
}
.logo {
	max-height: 70px;
	margin: 10px 0;
}
.menubtn {
	padding: 0 0 0 20px;
}
.burgermenu {
	width: 34px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.burgermenu:hover {
	cursor: pointer;
}
#sidemenu {
	background-color: #ddd;
	position: fixed;
	top: 0;
	left: -25%;
	width: 25%;
	padding: 20px 30px;
	z-index: 4;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.showmenu {
	left: 0 !important;
}
#sidemenu ul {
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
}
#sidemenu ul li {
	font-family: "Slabo 27px", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 1.7em;
	padding: 0 0 10px;
	margin: 0;
}
#sidemenu ul li a {
	color: #7D8FBA;
}
.menuclose {
	float: right;
}
.menuclose:hover {
	cursor: pointer;
}
.menuline {
	width: 100%;
	height: 3px;
	border-radius: 4px;
	background-color: white;
	margin-bottom: 10px;
}
.banneroverlay {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 1300px;
	position: absolute;
}
#banner {
	min-height: 1300px;
	padding: 140px 0 50px;
	background: url("../images/top-bg-02.jpg") top center no-repeat black;
	background-size: cover;
}
.bannerlogo {
	max-height: 130px;
	margin: 0 0 30px;
}
#sing-banner {
	padding: 170px 0 120px;
}
#sing-banner h1 {
	color: white;
}
#intro {
	padding: 50px 0;
	background-color: black;
}
#sing-intro {
	padding: 0 0 50px;
}
#sing-intro .whitebox {
	margin-top: -70px;
}
#sing-intro img {
	border-radius: 50%;
	max-width: 100px;
	margin: 20px 20px;
}
#subnav {
	position: fixed;
	top: -54px;
	width: 100%;
	z-index: 5;
}
.fixedtop {
	top: 110px !important;
}
.fixedtop h2 {
	display: none;
}
.purplestrip {
	background-color: #7D8FBA;
	padding: 10px 0;
}
.purplestrip ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.purplestrip ul li {
	padding: 5px 1px;
	margin: 0;
	font-size: 1em;
}
.purplestrip ul li a {
	color: white;
	padding: 10px 15px;
	border-radius: 10px;
}
.purplestrip a:hover {
	text-decoration: none;
	background-color: #5C6E98;
}
.fixedpurplestrip {
	position: fixed;
	top: 93px;
	width: 100%;
	z-index: 4;
}
#location, #agenda, #checklist, #arrivals, #fundraising, #songs {
	padding: 50px 0;
}
#sleeping {
	padding: 50px 0;
	background-color: white;
}
#theme, #anthem {
	padding: 450px 0 50px;
	position: relative;
	overflow: hidden;
}
#anthem p {
	font-weight: 400;
	font-size: italic;
}
.pillbtn {
	padding: 15px 30px;
	background-color: #0c5adb;
	color: white;
	text-transform: uppercase;
	border-radius: 30px;
	display: inline-block;
}
.pillbtn:hover {
	cursor: pointer;
	background-color: #377AE9;
	color: white;
}
.narrow {
	width: 50%;
}
.blackbg {
	position: absolute;
	background-color: black;
	width: 100%;
	height: 700px;
	z-index: -2;
}
#concert, #meals {
	padding: 50px 0;
	background-color: #7D8FBA;
}
#concert img {
	border-radius: 20px;
	margin-top: 100px;
}
#rules {
	padding: 50px 0;
	background-color: black;
}
.slider img {
	border-radius: 10px;
}
.themetitle {
	font-weight: bold;
	margin: 0;
	color: #7D8FBA !important;
}
.parallax, .parallax-2 {
	width: 100%;
	position: absolute;
	z-index: -1;
	top: -200px;
}
.whitebox {
	padding: 50px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 20px;
	backdrop-filter: blur(20px);
}
.whitebox-2 {
	padding: 50px;
	border: solid 1px #333333;
	background-color: rgba(0,0,0,0.4);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	margin-bottom: 50px;
}
.whitebox-2 p {
	color: white;
}
.np-whitebox {
	background-color: white;
	border-radius: 50px;
	box-shadow: 0px 0px 20px #cccccc;
	margin-bottom: 50px;
}
.grey-inner {
	background-color: #eee;
	padding: 40px 50px 20px;
	border-radius: 0 0 50px 50px;
}
.white-inner {
	background-color: #fff;
	padding: 40px 50px 20px;
	border-radius: 50px 50px 0 0;
}
.whiteleft50 {
	flex-basis: 50%;
	padding-right: 50px;
}
.whiteright50 {
	flex-basis: 50%;
}
.abs-section, .abs-section-3 {
	position: absolute;
}
.abs-section-3 {
	left: -238px;
}
.abs-section-2 {
	position: relative;
}
.abs-section img {
	border-radius: 20px;
	max-width: 500px;
	margin-bottom: 20px;
}
.abs-section-2 img {
	border-radius: 20px;
	max-width: 500px;
	left: -238px;
	position: absolute;
	display: none;
}
.abs-section-3 img {
	border-radius: 20px;
	max-width: 500px;
	margin-bottom: 20px;
}
.cur-slide {
	display: block !important;
	z-index: 2;
}
.nxt-slide {
	display: block !important;
}
#footer {
	background-color: #7D8FBA;
	padding: 30px 0;
}
#footer p {
	text-align: right;
	color: white;
	margin: 0;
}
#footer a {
	color: white;
	text-decoration: underline;
}
.footflex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hrcenter {
	margin: 20px auto !important;
	width: 20% !important;
}


#countdown {
	flex-wrap: wrap;
	width: 75%;
	margin: 20px auto;
}
#countdown p {
	color: white;
    text-align: center;
	background-color: rgba(0,0,0,0.7);
    border-width: 2px;
    border-radius: 10px;
	padding: 5px 0;
    -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
    transition: all 0.3s;
}
#countdown span {
    display: block;
}
.ctitle {
    font-size: 0.9em;
    margin-top: 10px;
}
.number {
    font-size: 3.3em;
    font-weight: bold;
    line-height: 1em;
	margin-bottom: 10px;
}
.countdate {
	text-align: center;
	padding-top: 10px;
}
.countdate p {
	color: white;
}
.img-rounded {
	border-radius: 20px;
}
.flextodo {
	display: flex;
	flex-flow: column wrap;
	height: 600px;
	width: 33%;
}
.flextodo p {
	margin-right: 30px;
	font-size: 1em;
}
.slide-cont {
	overflow: auto;
	height: 400px;
	width: 100%;
	margin-bottom: 20px;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: contain;
	display: grid;
	scrollbar-width: none;
	grid-template-columns: repeat(6, 1fr);
	scroll-behavior: smooth; 
}
.slide {
	border-radius: 20px;
	padding: 25px 20% 0 5%;
	box-sizing: border-box;
	color: white;
	font-size: 1.4em;
	scroll-snap-align: center;
}
.slide-00 {
	width: 230px;
	height: 400px;
	margin-right: 10px;
}
.slide-01 {
	background: url("../images/rooms.jpg") center center no-repeat;
	background-size: cover;
	width: 600px;
	height: 400px;
	margin-right: 10px;
}
.slide-02 {
	background: url("../images/catthorpe-manor2.jpg") center center no-repeat;
	background-size: cover;
	width: 600px;
	height: 400px;
	margin-right: 10px;
}
.slide-03 {
	background: url("../images/baltic-block.jpg") center center no-repeat;
	background-size: cover;
	width: 600px;
	height: 400px;
	margin-right: 10px;
}
.slide-04 {
	background: url("../images/dorms.jpg") center center no-repeat;
	background-size: cover;
	width: 300px;
	height: 400px;
}

.slide-05 {
	width: 400px;
	height: 400px;
	margin-right: 10px;
}
.s-btn-cont {
	text-align: center;
}
.sliderbtn {
	display: inline-block;
	border-radius: 20px;
	width: 40px;
	height: 40px;
}
.sleft {
	background: url("../images/arrow-left.png") center center no-repeat #ccc;
}
.sright {
	background: url("../images/arrow-right.png") center center no-repeat #ccc;
}
.sliderbtn:hover {
	cursor: pointer;
	background-color: #ddd;
}
.anthembox {
	padding: 50px 50px 30px;
	background-color: #ddd;
	border-radius: 20px;
	box-shadow: 0px 0px 20px #666666;
}
.anthembox p {
	color: black;
	font-weight: 400;
	font-size: 1.2em;
}
@media (max-width: 1200px) {
	.number {
		font-size: 3em;
	}
	#sidemenu {
		width: 30%;
		left: -30%;
	}
	#sidemenu ul li {
		font-size: 1.5em;
	}
	#countdown {
		width: 90%;
	}
	.abs-section img, .abs-section-3 img {
		max-width: 430px;
	}
	.abs-section-2 img {
		max-width: 430px;
		left: -223px;
	}
	.abs-section-3 {
		left: -208px;
	}
	.flextodo {
		height: 975px;
	}
	.parallax, .parallax-2 {
		width: 1500px;
		max-width: none;
	}
	.slide-00 {
		width: 149px;
	}
	.purplestrip ul li a {
		padding: 10px 8px;
	}
}
@media (max-width: 991px) {
	#sidemenu {
		width: 40%;
		left: -40%;
	}
	#sidemenu ul li {
		font-size: 1.4em;
	}
	.logo {
		max-height: 60px;
		margin: 10px 0;
	}
	.burgermenu {
		height: 64px;
	}
	header ul li a {
		padding: 25px 20px;
	}
	#banner {
		padding: 110px 0 0px;
		min-height: 1050px;
	}
	.bannerlogo {
		max-height: 100px;
		margin: 0 0 20px;
	}
	.number {
		font-size: 2.5em;
	}
	#intro {
		padding: 30px 0;
	}
	#countdown {
		width: 75%;
	}
	.whitebox, .whitebox-2, .grey-inner, .white-inner {
		padding: 30px;
		border-radius: 30px;
	}
	.grey-inner {
		border-radius: 0px 0px 30px 30px;
	}
	.abs-section, .abs-section-3 {
		position: relative;
	}
	.abs-section-3 {
		left: 0;
	}
	.abs-section img, .abs-section-3 img {
		max-width: 100%
	}
	.abs-section-2 img {
		max-width: 100%;
		left: 0;
	}
	.flextodo {
		height: 1270px;
		width: 50%;
	}
	.parallax, .parallax-2 {
		width: 1200px;
	}
	#theme {
		padding: 350px 0 50px;
	}
	#anthem {
		padding: 200px 0 50px;
	}
	.slide  {
		font-size: 1.2em;
	}
	.slide-00 {
		width: 30px;
	}
	.narrow {
		width: 100%;
	}
	.anthembox {
		padding: 30px 30px 15px;
	}
	#concert img {
		margin: 0;
	}
	
}
@media (max-width: 768px) {
	h1 {
		font-size: 3em;
	}
	#intro img {
		max-width: 70%;
	}
	#countdown {
		width: 100%;
	}
	#sidemenu {
		width: 60%;
		left: -60%;
	}
	.abs-section {
		position: relative;
	}
	.abs-section-2 {
		height: 350px;
	}
	.flextodo {
		height: auto;
		width: 100%;
	}
	.flextodo p {
		margin-right: 0;
	}
	.parallax, .parallax-2 {
		width: 800px;
	}
	#theme {
		padding: 200px 0 50px;
	}
	.slide-cont {
		height: 375px;
	}
	.slide-00 {
		width: 1px;
		height: 375px;
	}
	.slide-05 {
		width: 100px;
		height: 375px;
	}
	.slide-01, .slide-02, .slide-03 {
		width: 500px;
		height: 375px;
	}
	.slide-04 {
		width: 281px;
		height: 375px;
	}
	.anthembox {
		margin-bottom: 20px;
	}
	#songs, #sing-intro {
		padding: 30px 0;
	}
}
@media (max-width: 576px) {
	p, ul li {
		font-size: 1em;
	}
	.logo {
		max-height: 50px;
	}
	.burgermenu {
		height: 56px;
		width: 30px;
	}
	.menuline {
		height: 2px;
		margin-bottom: 9px;
	}
	#banner {
		padding: 90px 0 0px;
		min-height: 900px;
	}
	#sleeping, #location, #agenda, #concert, #checklist, #rules, #arrivals, #fundraising {
		padding: 30px 0;
	}
	#theme {
		padding: 180px 0 20px;
	}
	.bannerlogo {
		max-height: 90px;
		margin-bottom: 10px;
	}
	.ctitle {
		margin-top: 1px;
		font-size: 0.7em;
	}
	.number {
		margin-bottom: 1px;
	}
	h1 {
		font-size: 2.5em;
	}
	#sing-banner {
		padding: 120px 0 90px;
	}
	#sing-intro {
		padding: 10px 0;
	}
	#sing-intro .whitebox {
		margin-top: -50px;
	}
	#songs {
		padding: 10px 0;
	}
	.np-whitebox, .whitebox-2 {
		margin-bottom: 30px;
	}
	h2 {
		font-size: 2.1em;
	}
	#countdown div {
		padding: 0 5px;
	}
	#intro {
		padding: 0 0 20px;
	}
	#sidemenu {
		width: 100%;
		left: -100%;
	}
	.slide  {
		font-size: 1em;
		padding: 5%;
	}
	.sliderbtn {
		display: none;
	}
	.slide-cont {
		height: 233px;
	}
	.slide-00 {
		width: 1px;
		height: 233px;
	}
	.slide-05 {
		width: 70px;
		height: 233px;
	}
	.slide-01, .slide-02, .slide-03 {
		width: 310px;
		height: 233px;
	}
	.slide-04 {
		width: 175px;
		height: 233px;
	}
	.parallax {
		width: 600px;
	}
	.parallax-2 {
		width: 600px;
	}
	#anthem {
		padding: 150px 0 30px;
	}
	.anthembox {
		padding: 20px 20px 1px;
	}
	.anthembox p {
		font-size: 1em;
	}
	#footer p {
		font-size: 1em;
	}
	#sing-intro img {
		margin: 20px 10px;
	}
	header ul li a {
		padding: 22px 10px;
	}
	.menubtn {
		padding: 0 0 0 10px;
	}
	.fixedpurplestrip {
		top: 70px;
	}
}