#entryBox *{font-family: 'Arimo', sans-serif;}

/*Do not delete anything below this line*/
#entryBoxBck{
	position:absolute;
	z-index:30;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.8);
}

.entryText{font-size:1rem;}
.entryInput{font-size:1rem;box-sizing:border-box;width:100%;height:25px;padding-left:5px;}
.entryInfo{display:none;margin-bottom:5px;}

#entryBox{
	box-sizing: border-box;
	position:absolute;
	z-index:31;
	width:90%;
	left:5%;
	top: 14%;
	background-color:#ffffff;
	border:5px solid #2a99a8;
	padding:10px;
}

.entryButton{
	background-color:#2a99a8;
	color:#ffffff;
	border:2px solid #2a99a8;
	padding: 3px 20px;
	transition:box-shadow .2s, background-color .2s, border .2s;
	font-size:0.95rem;
	cursor:pointer;
}

.entryButton:hover{
	background-color:#303030;
	border:2px solid #303030;
}

.entryButton:active{
	border:2px solid #303030;
	background-color:#303030;
}

.p1S_1{
	position:absolute;
	right:3%;
	top:496px;
	font-size:16px;
	text-align:right;
	background-color:rgba(255,255,255,0.8);
}
/*Do not delete anything above this line*/

/*Slide Content*/
/*postion:aboslute*/
.img1S, .p1S, .but1S{position:absolute;box-sizing:border-box;}
/*postion:aboslute*/

.img1S{top:250px;left:69.5px;width:270px;}
.p1S{top:75px;left:0px;width:100%;font-size:20px;text-align:center;padding:0px 40px;}
.but1S{top:165px;left:79.5px;padding:8px 20px;width:250px;font-size:16px;border-radius:100px;}
/*Slide Content*/


@media screen and (min-width:690px){
/*Do not delete anything below this line*/
	.entryText{font-size:1.15rem;}
	
	.img1S{top:200px;left:182px;width:320px;}
	.p1S{top:60px;left:0px;width:100%;font-size:24px;}
	.but1S{top:133px;left:204.5px;width:275px;font-size:18px;}
}

@media screen and (min-width:960px){
/*Do not delete anything below this line*/
	.entryText{font-size:1.25rem;}
	
	.img1S{top:90px;left:40px;width:420px;}
	.p1S{top:175px;left:455px;width:500px;font-size:32px;}
	.but1S{top:320px;left:530px;width:350px;font-size:20px;}
}