body {
	//margin: 0;
	//padding: 0;
	background-color: #fffdf6;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	transition: background-color linear 3s;
	transition-delay: 2s;
}

.start_body {
	background-color: black;
}


#div_player {
	text-align: center;
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	/* Likely future */
	//height: 100%;
	//width: 100%;
	//display: flex;
	//flex-direction: column;
	//justify-content: center;
	overflow: hidden;
}

#div_title {
	margin-top: 0;
}


#p_title {
	margin-top: -45px;
	margin-bottom: 0px;
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
	color: #daa520;
}

.p_initTitle {
	font-size: 144px;
	opacity: 1;
	transition: opacity linear 2s; //transition-delay: 2.5s;
}

.start_title {
	opacity: 0;
}

#p_together {
	font-family: 'Alex Brush', cursive;
	margin-top: -45px;
	font-size: 50px;
	color: #daa520;
}

#p_honor {
	margin-top: -20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 18px;
}

#p_ml {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 15px;
}

#p_start {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: black;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 85px;
	border: solid 1px #c8ccd1;
	padding-top: 5px;
	padding-bottom: 3px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 20px;
	text-decoration: none;
	background-color: #fffdf6;
}

#p_start:hover {
	cursor: pointer;
}

.p_init {
	opacity: 1;
	transition: opacity ease-out 2s;
}

.start_sub {
	//animation: startSub 5s ease forwards;
	opacity: 0;
}

.p_date {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Roboto';
	font-weight: 100;
	margin-top: -20px;
	color: black;
	font-size: 20px;
	width: 300px;
	transition: color ease-in 3s, transform ease-in 6s;
	overflow: hidden;
}

.p_date_start {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 300px;
	color: white;
	transform: scale(1.3);
	transition: color ease-out 3s;
	overflow: hidden;
}

.p_date_fade {
	text-align: center;
	color: black;
	overflow: hidden;
}


#p_instructions {
	margin-top: 0px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}



/* #p_banner img {
	width: 100%;
	height: auto;
} */

#div_slides {
	margin: auto;
	//margin-top: 20px;
	//width: 345px;
	//height: 575px;
	padding: 10px;
}

#div_slides img {
	margin: auto;
	height: 100%;
	width: 100%;
	object-fit: contain;
}


/*#div_footer {
    font-family: 'Amatic SC', cursive;
    text-align: center;
    //overflow: auto;
    position: fixed;
    bottom: 0;
    max-width: 400px;
    background-color: black;
    box-shadow: 0 0 5px 5px black;
}

#p_footer {
    margin-top: 0;
    margin-bottom: -5px;
    max-width: 400px;
    width: 100%;
    height: auto;
}

#p_footer img {
    width: 100%;
    height: auto;
}*/

/*footer {
    font-family: 'Open Sans', sans-serif;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1000px;
    text-align: center;
    color: rgb(102, 102, 102);
    clear: both;
}

footer p {
    margin: 0;
    padding-right: 20px;
    padding-left: 20px;
}

footer a {
    color: rgb(102, 102, 102);
    text-decoration: none;
}

footer a:hover {
    cursor: pointer;
    color: black;
}*/

/*/////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 413px) {
	body {
		//background-color: tan; 
	}
	
	#div_player {
		//margin-top: 5%;
	}
	
	#div_slides {
		margin: auto;
		//width: 575px;
		//height: 575px;
		padding: 10px;
		overflow: hidden;
	}
	
	#div_slides img {
		margin: auto;
		//height: 100%;
		//width: 100%;
		//object-fit: contain;
	}
	/* 	#div_section2 {
		margin: auto;
		margin-top: 70px;
		padding: 30px 0%;
		overflow: auto;
	}
	#div_player {
		//padding: 30px 0%;
		text-align: center;
		overflow: auto;
		margin: auto; //height: 105px;
		//margin-right: auto;
		//margin-left: auto;
	}
	#span_prev {
		padding-left: 0%;
	}
	#span_next {
		padding-right: 0%;
	} */
	/*/////////////////////////////////////////////////////////////////////////////////*/
	@media screen and (max-width: 360px) {
		#p_player {
			font-size: 36px;
		}