*{
	margin: 0;
	padding: 0;
}

html,s
body{
	height: 100%;
}

body{
}

h1{
	margin-bottom: 0px;
}

ul{
	margin-bottom: 0;
}

.flex-col{
	line-height: 100%;
}

.navbar1 {
	max-height: 100%;
	text-decoration-color: blueviolet;
	/*font-family: 'JosefinSans';*/
	font-family: 'WorkSansRegular';
	font-weight: normal;
}

.main-menu > li > a:after{
    bottom: 60px;
}

.main-menu > li > a {
	height: 85px;
}



.ph-space{
	position: absolute;
	top: 120px;
	display: table;
	width: 100%;
	height: inherit;
	min-height: 1080px;
	color: #fff;
	/*background: url(../uploads/7215847534646788096_n.jpg) no-repeat center center;
	/*-webkit-background-size: cover;
	/*background-size: cover;	*/
}

.ph-item{		
	display: table-cell;
	width: 100%;
	height: inherit;
	text-align: center;
	vertical-align: middle;
}

.pg-content{
	min-height: 1280px;
	margin: 10%;
	margin-top: 50px;
	margin-bottom: 0;
	min-width: 600px;
	max-width: 1600px;
	display:flex;
	flex-direction: column;
}

.pg-title{
	width:100%;
	justify-content: left;
	padding-bottom: 10px;
}

.schedule-wrapper {
	min-height: 1600px;
	visibility: hidden;
}

.pg-main{
	height: 100%;
	min-height: 1600px;
	width: 100%;
	position: absolute;
}

.sec-days{
	display: flex;
	height: 80px;
	background-color: #092c47;
	justify-content:center;
}

.day{
	flex-basis: 45%;
	text-align: center;
}

.day p{
	height:100%;
	display: inline-block;
	vertical-align: middle;	
	line-height: normal;
	color:#fff;
/*	font-family: 'Mohave-Regular';*/
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -3px;
	-webkit-transform: scaleY(1.4);
	-moz-transform: scaleY(1.4);
	-o-transform: scaleY(1.4);
	transform:scaleY(1.4);
	margin-top:22px;
}

.day p span{
	color:var(--acym-blue);
}

.sec-activities {
	display: flex;
	justify-content:center;
	padding-top: 20px;
}

.day-sched {
	flex-basis: 45%;
	text-align: left;
	font-family: Calibri;
	padding-left: 10px;
	border-left:1px solid rgb(104, 104, 104);
}

.show-banner{
	width: 100%;
	height: 400px !important;
	background-image: url(../assets/banners/events2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  }
  .parallax {
	   /*display: flex;
	flex: 1 0 auto;
	position: relative;
	height: 100vh;
	transform: translateZ(-1px) scale(2);
	z-index: -1;*/
	background-position: center -70px;
  }
  

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~CAROUSEL~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.carousel {
	height:auto;
}

.carousel-item {
	min-height:1280px;
	height: auto;
	position:relative;
	background-position: center;
	background-size: cover;
}

.events-container {
	width:100%;
/*	bottom:0;
	left:0;
	right:0;
	padding-bottom: 50px;*/
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background-color:#092c47;
}

.carousel-control-next{
	justify-content: right;
}


.carousel-control-prev {
	justify-content: left;
}

#myCarousel-single{
	display:none;
}

.swipe-next {
	display:none;
	font-size: 2px;
	font-style: italic;
	text-align: center;
}

.swipe-next p {
	font-size: 15px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~CAROUSEL~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media only screen and (min-width:700px) and (max-width:800px) {
	.day p {
		font-size: 30px;
	}
}


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

	#myCarousel-single{
		display:block;
	}
  
	#myCarousel-double{
		display:none;
	}

	.day-sched {
		flex-basis: 90%;
	}

	.day {
		flex-basis:90%;
	}

	.pg-content {
		min-width: 200px;
	}

	.swipe-next {
		display:block;
	}

}

@media only screen and (max-width:390px) {
	.day p {
		font-size: 30px;
	}

}
