body,html{
	font-family: 'Roboto', sans-serif;
	padding:0px;
	margin:0px;
}

header{
	position: absolute;
	width:100%;
	z-index: 200;
}

header,nav{
	display: block;
}

nav>ul{
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	margin-top:20px;
	padding-left:0px;
}

nav>ul>li{
	padding:0px 20px;
}

nav>ul>li>a{
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-family: 'Lilita One', cursive;
	font-size: 24px;
}

nav>ul>li>a.tickets{
	background-color: #f0e4b8; 
	color: #bd834a;
	padding:5px 10px;
	border-radius: 10px;
}

nav>ul>li>a.tickets:hover{
	color: #f0e4b8; 
	background-color: #bd834a;

}

nav>ul>li>a:hover{
	color: #f0e4b8;
}

div.hero{
	height: 90vh;
	background-image:url('../images/ocean_back_web.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

div.hero-content{
	width:100%;
	text-align: center;
	margin-top:60px;
}

div.hero img.logo{
	width:70%;
	height: auto;
}

div#timer{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width:100%;
	font-family: 'Lilita One', cursive;
	margin-top:60px;
}

div#timer span{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: black;
}

div#timer>div{
	background-color: rgba(255,255,255,0.5);
	margin:0 20px;
	width: 150px;
	padding:20px 0;
	font-size: 50px;
	border-radius: 10px;
	color: #1f5778;
}

h1,h2{
	font-family: 'Lilita One', cursive;
}

.lineup-text{
	font-family: 'Lilita One', cursive;
	text-transform: uppercase;
	padding-bottom:250px;
	border-radius: 20px;
	background-image: url('../images/ship_bg.jpg');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.l1{
	font-size: 100px;
	margin-bottom:-20px;
}
.l2{
	font-size: 50px;
	margin-bottom: 10px;
}
.l3{
	font-size: 30px;
	margin-bottom:15px;
}
.l4{
	font-size: 18px;
	margin-bottom:15px;
}

.l5{
	font-size: 14px;
}


.ex-col{
	border-radius: 20px;
	overflow: hidden;
}

.ex-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
}

.ex-details h2{
	font-family: 'Lilita One', cursive;
}


a.mobile-toggle{
	color: white;
	font-size: 28px;
	cursor: pointer;
}

.ticket-card{
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}

.ticket-card h2{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.ticket-card ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.ticket-card ul li{
	border-bottom: 1px solid #1f5778;
	padding-top:8px;
	padding-bottom:8px;
	margin-left:20px;
}

.ticket-card ul li:last-of-type{
	border-bottom: 0px solid #1f5778;
}

.ticket-card a{
	display: block;
	background-color: #bd834a;
	color: white;
	font-family: 'Lilita One', cursive;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
}

.ticket-card a:hover{
	background-color: #1f5778;
}

.mobile-nav{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color: #1f5778;
	z-index: 200;
}

.fs-10{
	font-size: 10px;
}
.fs-12{
	font-size: 12px;
}
.fs-14{
	font-size: 14px;
}
.fs-16{
	font-size: 16px;
}
.fs-18{
	font-size: 18px;
}
.fs-20{
	font-size: 20px;
}
.fs-24{
	font-size: 24px;
}
.fs-28{
	font-size: 28px;
}
.fs-32{
	font-size: 32px;
}
.fs-36{
	font-size: 36px;
}
.fs-40{
	font-size: 40px;
}
.fs-48{
	font-size: 48px;
}
.fs-60{
	font-size: 60px;
}
.fs-70{
	font-size: 70px;
}

.bold{
	font-weight: 700;
}

.x-bold{
	font-weight: 900;
}

.lilita{
	font-family: 'Lilita One', cursive;
}

.logo-mobile{
	height:40px;
	width: auto;
}

.mobile-nav-content>ul{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	margin-top:20px;
	padding-left:0px;
}

.mobile-nav-content>ul>li{
	padding:0px 20px;
}

.mobile-nav-content>ul>li>a{
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-family: 'Lilita One', cursive;
	font-size: 24px;
}

.mobile-nav-content>ul>li>a.tickets{
	background-color: #f0e4b8; 
	color: #bd834a;
	padding:5px 10px;
	border-radius: 10px;
}

.mobile-nav-content>ul>li>a.tickets:hover{
	color: #f0e4b8; 
	background-color: #bd834a;

}

.mobile-nav-content>ul>li>a:hover{
	color: #f0e4b8;
}

img.loader{
	width:50px;
	height: auto;
}

img.cbj{
	position: absolute;
	bottom:-50px;
	right:0px;
	width:300px;
	height:auto;
	transform: rotate(-20deg);
}

@media screen and (max-width: 1199.99px) {
	div.hero{
		height: 70vh;
	}
	img.cbj{
		bottom:-50px;
		right:0px;
		width:200px;
		transform: rotate(-20deg);
	}
}

@media screen and (max-width: 991.99px) {
	div.hero{
		height: 50vh;
	}
	.l1{
		font-size: 90px;
		margin-bottom:-20px;
	}
	img.cbj{
		right:-50px;
		width:150px;
	}
}

@media screen and (max-width: 767.99px) {
	.l1{
		font-size: 65px;
		margin-bottom:-10px;
	}
	.l2{
		font-size: 35px;
		margin-bottom: 10px;
	}
	.l3{
		font-size: 21px;
		margin-bottom:15px;
	}
	.l4{
		font-size: 14px;
	}
	
	.l5{
		font-size: 14px;
	}
	
	img.cbj{
		bottom:-100px;
	}
}

@media screen and (max-width: 519.99px) {
	
	div.hero{
		height: 70vh;
	}
	
	.lineup-text{
		padding-bottom:140px;
	}
	.l1{
		font-size: 45px;
		margin-bottom:0px;
	}
	.l2{
		font-size: 25px;
		margin-bottom: 10px;
	}
	.l3{
		font-size: 14px;
		margin-bottom:15px;
	}
	.l4{
		font-size: 12px;
	}
	.l5{
		font-size: 12px;
	}
	
	div#timer{
		margin-top:40px;
	}
	
	div#timer span{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		color: black;
	}
	
	div#timer>div{
		background-color: rgba(255,255,255,0.5);
		margin:0 10px;
		width: 150px;
		padding:10px 0;
		font-size: 30px;
		border-radius: 10px;
		color: #1f5778;
	}
	
	img.cbj{
		bottom:-130px;
	}
	
}


