html
{
	overflow-y: scroll;
	font-family: arial;
	scroll-behavior: smooth;
}
*
{
	box-sizing: border-box;
}
body
{
	margin: 0px;
	padding: 0px;
	justify-content: center;
	align-items: center; 
	background-color: #222;
}
.banner
{
	width: 100%;
	height: auto; 
}
button:hover
{
	background-color: #99b8d7;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}	
.fun
{
	border-radius: 2px;
	transition-duration: 0.15s;
}
.fun:hover
{
	box-shadow: 0px 0px 5px 2px #51B98A;
	border-radius: 2px;
	transition-duration: 0.15s;
}
nav
{
	width: 100%;
	height: 74px;
	background-color: #111;
	box-shadow: 0px 2px 5px 2px black;
    transition: 0.3s;
    position: sticky;
    top: 0px;
	z-index: 99;
}
nav p
{
	font-family: 'Righteous', cursive;
	color: #F0F0F0;
	font-size: 20px;
	float: left;
	padding: 0px 20px;
	letter-spacing: 0.2px;
	line-height: 30px;
	transition: 0.2s;
   	align-items: center;
}
nav p:hover
{
    text-shadow: #EAEAEA 0px 0px 3px;
    transition: 0.2s;
}
nav ul
{
	float: left;
}
nav ul li
{
	float: left;
	list-style: none;
	position: relative;
}
nav ul li a
{
	display: block;
	font-family: arial;
	color: #e7e7e7 ;
	font-size: 20px;
	padding: 10px 20px;
	letter-spacing: -1px;
	text-decoration: none;
}
nav ul li a:hover
{
    color: #fff; 
}
nav ul li ul
{
	display: none;
	position: absolute;
	background-color: #161616;
	padding: 10px;
	border-radius: 8px 8px 8px 8px;
	transition-duration: 0.1s;
      box-shadow: 0px 5.8px 9px 4px #111;
}
nav ul li:hover ul
{
	display: block;
	transition-duration: 0.1s;
}
nav ul li ul li a
{
	padding: 12px 14px;
	transition-duration: 0.1s;
}
nav ul li ul li a:hover
{
	color: #d5d5d5;
    	text-shadow: #EAEAEA 0px 0px 1px;
	transition-duration: 0.1s;
}
nav ul li a:after
{
	content: "";
	position: absolute;
	background-color: #51B98A;
	height: 3px;
	width: 0px;
	left: 15px;
	bottom: 6px;
	transition: 0.25s;
	border-radius: 50px;
}
nav ul li a:hover::after
{
	width: 80%;
}
.main_area_contact
{
	width: 90%;
	height: auto;
	background-color: rgb(125, 125, 125);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	padding: 20px 20px;
	display: block;
}
.titleCon
{
	font-family: 'Kdam Thmor Pro', sans-serif;
	font-size: 30px;
	color: white;
}
.titleCon::after
{
	content: "";
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #4d7b66;
	top: 5px;
	left: 5px;
}
.containerC
{
	display: flex;
	justify-content: space-between;
}
.containerCO
{
	width: 48%;
	background-color: #51B98A;
	display: block;
	padding: 8px 8px;
	text-align: center;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.containerCO p
{
	width: 80%;
	height: auto;
	border: 0px;
	background-color: #51B98A;
	font-size: 20px;
} 
.containerCT p
{
	width: 80%;
	height: auto;
	border: 0px;
	background-color: #99b8d7;
	font-size: 20px;
}
.copyOne
{
	background-color: #38495b;
	width: 90%;
	height: 50px;
	margin: auto;
	border: 0px;
	color: #f5f5f5;
	font-size: 25px;
	border-radius: 10px;
	transition: 0.1s;
}
.copyOne:hover
{
	background-color: #99b8d7;
	transition: 0.1s;
}
.copyTwo
{
	background-color: #428d6b;
	width: 90%;
	height: 50px;
	margin: auto;
	border: 0px;
	color: #f5f5f5;
	font-size: 25px;
	border-radius: 10px;
	transition: 0.1s;
}
.copyTwo:hover
{
	background-color: #51B98A;
	transition: 0.1s;
}
.containerCT
{
	width: 48%;
	background: #99b8d7;
	display: block;
	padding: 8px 8px;
	text-align: center;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#hsc
{
    color: #51B98A;
    width: 100%;
    border: 2px solid white;
    border-radius: 10px;
}

footer
{
	position: relative;
	width: 100%;
	height: 300px;
	left: 0;
	bottom: 0;
	background-color: #000;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer_divider
{
	width: 3.8px;
	height: 80%;
	align-items: center;
	background-color: #4d7b66;
	border-radius: 30px;
}
.footer-content
{
	width: 45%;
	font-size: 25px;
	font-family: dungeon;
}
.navigations
{
	width: auto;
	display: block;
}
.navigations a
{
	text-decoration: none;
	margin-left: 40px;
	font-size: 20px;
	color: #d6d5d5;
	transition-duration: 0.12s;
	font-family: 'Kdam Thmor Pro', sans-serif;
}
.navigations a:hover
{
	color: #fff;
	transition-duration: 0.12s;
}
#things
{
	color: #51B98A ;
}


.row1
{
	display: inline-flex;
	width: 90%;
	height: 30%;
	margin-left: 5%;
	margin-top: 60px;
	justify-content: space-between;
	margin-bottom: 30px;
}
.one1
{
	background-color: #4d7b66;
	width: 70%;
	height: 100%;
	border-radius: 10px;
}
.one1:hover
{
	position: relative;
	top: -5px;
	box-shadow: 0px 5px 5px 2px black;
}
.one1Container
{
	padding: 5px 10px;
}
.one1Container h1
{
	position: relative;
	width: max-content;
}
.one1Container h1::before,
.one1Container h1::after
{
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.one1Container h1::before
{
	background: #4d7b66;
	animation: typewriter 2.5s steps(32) forwards;
}

@keyframes typewriter
{
	to { left: 100%;}
}
.one1 p
{
	font-size: 20px;
	color: #fff;
	font-family: cascadia code;
}
.one1 h1
{
	color: white;
	font-weight: bold;
	font-family: arial;
}
.two1
{
	background-color: #000;
	width: 25%;
	height: 100%;
	border-radius: 10px;
}
#two1Container
{
	padding: 0px 10px;
	
}
.two1 p
{
	font-family: 'Poiret One', cursive;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
.two1:hover
{
	animation: nsdfgfcx 0.1s linear;
	color: rgb(225, 225, 225);
}
@keyframes nsdfgfcx
{
	0%
	{
		background: linear-gradient(115deg, #fff, #000, #000, #000, #000, #000, #000);
	}
	16.67%
	{
		background: linear-gradient(115deg, #000, #fff, #000, #000, #000, #000, #000);
	}
	33.34%
	{
		background: linear-gradient(115deg, #000, #000, #fff, #000, #000, #000, #000);
	}
	50.01%
	{
		background: linear-gradient(115deg, #000, #000, #000, #fff, #000, #000, #000);
	}
	66.68%
	{
		background: linear-gradient(115deg, #000, #000, #000, #000, #fff, #000, #000);
	}
	83.35%
	{
		background: linear-gradient(115deg, #000, #000, #000, #000, #000, #fff, #000);
	}
	100%
	{
		background: linear-gradient(115deg, #000, #000, #000, #000, #000, #000, #fff);
	}
}
.row2
{
	width: 90%;	
	height: 30%;
	margin: auto;
	display: flex;
	justify-content: space-around; 
}
.one2
{
	width: 20%;
}
.gradeContainer
{
	background-color: #4d7b66;
	display: flex;
	color: #fff;
	font-size: 50px;
	justify-content: center;
	align-items: center;
	box-shadow: inset 0px 0px 30px 10px #333;
	height: 100%;
	transition: all 0.15s;
}
.gradeContainer:hover
{
	margin-top: -4px;
	transition: all 0.15s;
	box-shadow: inset 0px 0px 40px 10px #333, 0px 5px 5px 2px #000;
}
.two2
{
	display: flex;
	width: 60%;
	height: auto;
	justify-content: space-between;
}
.timeContainer
{
	display: flex;
	background-color: #eceaea;
	color: #51B98A;
	width: 50%;
	height: 100%;
	justify-content: center;
	font-size: 20px;
	font-family: 'Do Hyeon', sans-serif;
	align-items: center;
	box-shadow: inset 0px 0px 30px 10px #9b9b9b, inset 0px 0px 15px 5px #9b9b9b, 0px 8px 10px 2px black;
	transition: all 0.15s;
}
.timeContainer:hover
{
	margin-top: -4px;
	transition: all 0.15s;
	box-shadow: inset 0px 0px 40px 15px #9b9b9b, inset 0px 0px 15px 5px #9b9b9b, 0px 12px 12px 2px black;
}
.directorContainer
{
	display: flex;
	width: 45%;
	height: 100%;
	margin-left: 5%;
	background-color: #eceaea;
	justify-content: center;
	font-size: 25px;
	font-family: 'Do Hyeon', sans-serif;
	align-items: center;
	box-shadow: inset 0px 0px 30px 10px #9b9b9b, inset 0px 0px 15px 5px #9b9b9b, 0px 8px 10px 2px black;
	transition: all 0.15s;
}
.directorContainer:hover
{
	margin-top: -4px;
	transition: all 0.15s;
	box-shadow: inset 0px 0px 40px 15px #9b9b9b, inset 0px 0px 15px 5px #9b9b9b, 0px 12px 12px 2px black;
}
.divider
{
	margin-top: 120px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.divider p
{
	font-size: 50px;
	text-align: center;
	color: #d5d5d5;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Bebas Neue', cursive;
}
.divideLine
{
	position: relative;
	top: -40px;
	width: 100%;
	height: 4px;
	border-radius: 50%;
	background-color: #99b8d7;
	box-shadow: 0px 4px 10px 1px black;
}
.row3
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	display: block;
}
.book1
{
	border: 5px solid #51B98A;
	padding: 15px 15px;
}
.hs1
{
	border: 8px solid #51B98A;
}
.text
{
	color: #51B98A;
}
.grid
{
	display: block;
	padding: 16px;

}
.colomn
{
	background-color: #4d7b6683;
	margin-bottom: 16px;
	padding: 20px 20px;
	width: 49.4%;
	height: auto;
	border-radius: 7px;
	box-shadow: 0px 2px 6px 1px #000;
}
.images
{
	box-shadow: 7px 6px 6px 1px #1c392b;
}
.groupOne, .groupTwo, .groupThree, .groupFour
{
	display: flex;
	justify-content: space-between;
}
.bookDisplay
{
	display: inline-flex;
}
.images
{
	width: 40%;
	height: auto;
	position: relative;
	left: 0px;
}
.description
{
	position: relative;
	left: 48px;
	background-color: #242424;
	width: 50%;
	padding: 4px 10px;
	box-shadow: inset 5px 4px 2.4px 0.2px black;
}
.description p
{
	width: 220px;
	color: #f0f0f0;
	line-height: 18px;
	font-size: 12px;
}
.description h2
{
	color: #99b8d7;
	font-size: 20px;
}
#underline
{
	background-color: #99b8d7;
	border-radius: 50%;
	width: 90%;
	height: 5px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}
.authorPos
{
	position: relative;
	left: 0px;
	font-size: 50px;
	font-family: Arial;
	color: #51B98A;
}

/*pAIN*/
@media screen and (max-width: 1080px)
{
	nav
	{
		height: 66px;
	}
	nav p
	{
		padding: 0px 16.7px;
		letter-spacing: 0.165;
		line-height: 26px;
	}
	nav ul li a
	{
		font-size: 18px;
		padding: 9.4px 17px;
	}
	nav ul li ul
	{
		box-shadow: 0px 5px 8px 3.4px #111;
	}
	nav ul li ul li a
	{
		padding: 11.4px 13.3px;
	}
	nav ul li a:after
	{
		height: 2.6px;
		left: 12.5px;
	}
	footer
	{
		height: 260px;
	}
	#footer_divider
	{
		width: 3.67px;
	}
	.footer-content
	{
		font-size: 23.5px;
	}
	.navigations a
	{
		margin-left: 37px;
		font-size: 18px;
	}
	.row1
	{
		margin-top: 55px;
		margin-bottom: 28px;
	}
	.one1 h1
	{
		font-size: 24px;
	}
	.one1 p
	{
		font-size: 17px;
	}
	.two1 p
	{
		font-size: 35px;
	}
	.gradeContainer
	{
		font-size: 42px;
	}
	.timeContainer
	{
		font-size: 18px;
	}
	.directorContainer
	{
		font-size: 20px;
	}
	.divider
	{
		margin-top: 100px;
	}
	.divider p
	{
		font-size: 44px;
	}
	.description
	{
		width: 50%;
	}
	.description p
	{
		width: 100%;
		font-size: 10px;
	}
	#things
	{
		font-size: 16.2px;
	}
	.navigations
	{
		width: 160px;
	}
	.navigations a:hover
	{
		color: white;
	}
	.main_area_contact
	{
		width: 1000px;
	}
	.containerCT
	{
		height: 60px;
	}
	.containerCO
	{
		height: 60px;
	}
}



@media screen and (max-width: 950px)
{
	nav
	{
		height: 56px;
	}
	nav p
	{
		padding: 4.7px 15px;
		letter-spacing: 0.165;
		line-height: 20px;
		font-size: 15px;

	}
	nav ul li a
	{
		font-size: 14.5px;
		padding: 6px 10px;
	}
	nav ul li ul
	{
		box-shadow: 0px 2px 4px 2.8px #000;
	}
	nav ul li ul li a
	{
		padding: 6px 12.5px;
	}
	nav ul li a:after
	{
		height: 2.6px;
		left: 10px;
	}
	footer
	{
		height: 230px;
	}
	#footer_divider
	{
		width: 3.67px;
	}
	.footer-content
	{
		font-size: 22.6px;
	}
	.navigations a
	{
		margin-left: 36px;
		font-size: 16px;
	}
	.row1
	{
		margin-top: 47px;
		margin-bottom: 25px;
	}
	.one1 h1
	{
		font-size: 22px;
	}
	.one1 p
	{
		font-size: 15px;
	}
	.two1 p
	{
		font-size: 30px;
	}
	.gradeContainer
	{
		font-size: 38.3px;
	}
	.timeContainer
	{
		font-size: 15px;
	}
	.directorContainer
	{
		font-size: 16.5px;
	}
	.divider
	{
		margin-top: 94px;
		margin-bottom: 20px;
	}
	.divider p
	{
		font-size: 40px;
	}
	.description p
	{
		width: 100%;
		font-size: 8.2px;
		line-height: 14px;
	}
	.description h2
	{
		font-size: 15px;
	}
	#things
	{
		font-size: 16.2px;
	}
	.navigations
	{
		width: 160px;
	}
	.navigations a:hover
	{
		color: white;
	}
	.divideLine
	{
		height: 3px;
	}
	#underline
	{
		height: 3px;
	}
	.main_area_contact
	{
		width: 800px;
		padding: 13px 13px;
	}
	.containerCT
	{
		height: 50px;
	}
	.containerCO
	{
		height: 50px;
	}
	.containerCO p, .containerCT p
	{
		font-size: 16px;
	}
	.titleCon
	{
		font-size: 25px;
	}
}

@media screen and (max-width: 800px)
{
	nav
	{
		height: 44px;
	}
	nav p
	{
		padding: 0px 15px;
		letter-spacing: 0.165;
		line-height: 20px;
		font-size: 14px;
	}
	nav ul li a
	{
		font-size: 12px;
		padding: 1px 9px;
	}
	nav ul li ul
	{
		box-shadow: 0px 2px 4px 2.8px #000;
	}
	nav ul li ul li a
	{
		padding: 4px 12.5px;
	}
	nav ul li a:after
	{
		margin: -5px -1px;
		height: 2px;
		left: 10px;
	}
	footer
	{
		height: 230px;
	}
	#footer_divider
	{
		width: 3.67px;
	}
	.footer-content
	{
		font-size: 22.6px;
	}
	.navigations a
	{
		margin-left: 36px;
		font-size: 16px;
	}
	.row1
	{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.one1 h1
	{
		font-size: 20px;
	}
	.one1 p
	{
		font-size: 11px;
	}
	.two1 p
	{
		font-size: 26px;
	}
	.gradeContainer
	{
		font-size: 35px;
	}
	.timeContainer
	{
		font-size: 14px;
	}
	.directorContainer
	{
		font-size: 15.5px;
	}
	.divider
	{
		margin-top: 94px;
		margin-bottom: 20px;
	}
	.divider p
	{
		font-size: 40px;
	}
	.description p
	{
		width: 100%;
		line-height: 10px;
		height: auto;
		font-size: 7px;
	}
	.description h2
	{
		font-size: 13px;
	}
	.description
	{
		left: 30px;
	}
	#things
	{
		font-size: 14px;
	}
	.navigations
	{
		width: 160px;
	}
	.navigations a
	{
		font-size: 13.5px;
	}
	.navigations a:hover
	{
		color: white;
	}
	.divideLine
	{
		height: 3px;
	}
	#underline
	{
		height: 3px;
	}
	.main_area_contact
	{
		width: 700px;
		padding: 10px 10px;
	}
	.containerCT
	{
		height: 45px;
	}
	.containerCO
	{
		height: 45px;
	}
	.containerCO p, .containerCT p
	{
		font-size: 13px;
	}
	.titleCon
	{
		font-size: 22px;
	}
}

@media screen and (max-width: 720px)
{
	nav
	{
		height: 38px;
	}
	nav p
	{
		padding: 0px 13px;
		letter-spacing: 0.165;
		line-height: 18px;
		font-size: 9.5px;
	}
	nav ul li a
	{
		font-size: 10px;
		padding: -10px 9px;
	}
	nav ul li ul
	{
		box-shadow: 0px 2px 4px 2.8px #000;
	}
	nav ul li ul li a
	{
		padding: 6px 12.5px;
	}
	nav ul li a:after
	{
		margin: -3.8px 0px;
		height: 1.8px;
		left: 8px;
	}
	.ok
	{
		display: flex;
		justify-content: center;
		position: relative;
		top: -4.5px;
		width: 100%;
		height: auto; 
	}
	#hsc
{
    border: 1px solid white;
    border-radius: 4px;
}
	footer
	{
		height: 160px;
	}
	#footer_divider
	{
		width: 3.67px;
	}
	.footer-content
	{
		font-size: 20px;
	}
	.navigations a
	{
		margin-left: 33px;
		font-size: 12px;
	}
	.row1
	{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.one1 h1
	{
		font-size: 15px;
	}
	.one1 p
	{
		font-size: 10px;
	}
	.two1 p
	{
		font-size: 22px;
	}
	.gradeContainer
	{
		font-size: 30px;
	}
	.timeContainer
	{
		font-size: 12px;
	}
	.directorContainer
	{
		font-size: 13.5px;
	}
	.divider
	{
		margin-top: 60px;
		margin-bottom: 16px;
	}
	.divider p
	{
		font-size: 30px;
	}
	.divideLine
	{
		height: 0.6px;
		background-color: #38495b;
	}
	.description p
	{
		width: 100%;
		line-height: 8px;
		height: auto;
		font-size: 5.7px;
	}
	.description h2
	{
		font-size: 13px;
	}
	.description
	{
		left: 25px;
	}
	#things
	{
		font-size: 11px;
	}
	.navigations
	{
		width: 120px;
	}
	.navigations a
	{
		font-size: 12px;
	}
	.navigations a:hover
	{
		color: white;
	}
	.divideLine
	{
		height: 3px;
	}
	#underline
	{
		height: 3px;
	}
	.main_area_contact
	{
		width: 600px;
		padding: 8px 8px;
	}
	.containerCT
	{
		height: 38px;
	}
	.containerCO
	{
		height: 38px;
	}
	.containerCO p, .containerCT p
	{
		font-size: 10px;
	}
	.titleCon
	{
		font-size: 18px;
	}
}

@media screen and (max-width: 600px)
{
	nav
	{
		height: 33px;
	}
	nav p
	{
		padding: 0px 13px;
		letter-spacing: 0.165px;
		line-height: 18px;
		font-size: 9px;
	}
	nav ul li a
	{
		font-size: 8px;
		padding: -10px 9px;
	}
	nav ul li ul
	{
		box-shadow: 0px 2px 4px 2.8px #000;
	}
	nav ul li ul li a
	{
		padding: 6px 10px;
	}
	nav ul li a:after
	{
		margin: -3.8px 0px;
		height: 1.2px;
		left: 8px;
	}
	.ok
	{
		display: flex;
		justify-content: center;
		position: relative;
		top: -4.5px;
		width: 100%;
		height: auto; 
	}
	#hsc
	{
   		border: 1px solid white;
    		border-radius: 4px;
	}
	footer
	{
		height: 140px;
	}
	#footer_divider
	{
		width: 3.16px;
	}
	.footer-content
	{
		font-size: 17px;
	}
	.navigations a
	{
		margin-left: 33px;
		font-size: 8px;
	}
	.row1
	{
		margin-top: 26px;
		margin-bottom: 19px;
	}
	.one1 h1
	{
		font-size: 13px;
	}
	.one1 p
	{
		font-size: 8px;
	}
	.two1 p
	{
		font-size: 18px;
	}
	.gradeContainer
	{
		font-size: 26px;
	}
	.timeContainer
	{
		font-size: 10px;
	}
	.directorContainer
	{
		font-size: 10px;
	}
	.divider
	{
		margin-top: 60px;
		margin-bottom: 16px;
	}
	.divider p
	{
		position: relative;
		top: -14px; 
		font-size: 20px;
	}
	.divideLine
	{
		height: 0.6px;
		background-color: #38495b;
	}
	.description p
	{
		width: 100%;
		line-height: 6.3px;
		height: auto;
		font-size: 4.7px;
	}
	.description h2
	{
		font-size: 8px;
	}
	.description
	{
		left: 25px;
	}
	#things
	{
		font-size: 11px;
	}
	.navigations
	{
		width: 120px;
	}
	.navigations a
	{
		font-size: 12px;
	}
	.navigations a:hover
	{
		color: white;
	}
	.divideLine
	{
		height: 3px;
	}
	#underline
	{
		height: 3px;
	}
	.main_area_contact
	{
		width: 460px;
		padding: 8px 8px;
	}
	.containerCT
	{
		height: 35px;
	}
	.containerCO
	{
		height: 35px;
	}
	.containerCO p, .containerCT p
	{
		font-size: 8px;
	}
	.titleCon
	{
		font-size: 15px;
	}
}

@media screen and (max-width: 460px)
{
	nav
	{
		height: 30px;

	}
	nav p
	{
		padding: 0px 13px;
		letter-spacing: 0.165px;
		line-height: 18px;
		font-size: 8px;
	}
	nav ul li a
	{
		font-size: 6px;
		padding: -8px 9px;
		letter-spacing: 0.01px;
	}
	nav ul li ul
	{
		box-shadow: 0px 1px 3px 1.7px #000;
	}
	nav ul li ul li a
	{
		padding: 2px 2px;
	}
	nav ul li a:after
	{
		margin: -3.9px 4px;
		height: 1px;
		left: 0px;
	}
	.ok
	{
		display: flex;
		justify-content: center;
		position: relative;
		top: -4.5px;
		width: 100%;
		height: auto; 
	}
	#hsc
	{
   		border: 1px solid white;
    		border-radius: 4px;
	}
	footer
	{
		height: 110px;
	}
	#footer_divider
	{
		width: 1.5px;
	}
	.footer-content
	{
		font-size: 13px;
	}
	.navigations a
	{
		margin-left: 33px;
		font-size: 4px;
	}
	.row1
	{
		margin-top: 24px;
		margin-bottom: 16px;
	}
	.one1 h1
	{
		font-size: 10.5px;
	}
	.one1 p
	{
		font-size: 7px;
	}
	.two1 p
	{
		font-size: 15px;
	}
	.gradeContainer
	{
		font-size: 21px;
	}
	.timeContainer
	{
		font-size: 8px;
	}
	.directorContainer
	{
		font-size: 9px;
	}
	.divider
	{
		margin-top: 60px;
		margin-bottom: 16px;
	}
	.divider p
	{
		position: relative;
		top: -14px; 
		font-size: 20px;
	}
	.divideLine
	{
		height: 0.6px;
		background-color: #38495b;
	}
	.description p
	{
		width: 100%;
		line-height: 6.3px;
		height: auto;
		font-size: 4.7px;
	}
	.description h2
	{
		font-size: 8px;
	}
	.description
	{
		left: 25px;
	}
	#things
	{
		font-size: 8px;
	}
	.navigations
	{
		width: 120px;
	}
	.navigations a
	{
		font-size: 8px;
	}
	.navigations a:hover
	{
		color: white;
	}
	.divideLine
	{
		height: 3px;
	}
	#underline
	{
		height: 3px;
	}
	.main_area_contact
	{
		width: 400px;
		padding: 8px 8px;
	}
	.containerCT
	{
		height: 32px;
	}
	.containerCO
	{
		height: 32px;
	}
	.containerCO p, .containerCT p
	{
		font-size: 7px;
	}
	.titleCon
	{
		font-size: 15px;
	}
	.description
	{
		padding: 2px 2px;
	}
	.images
	{
		height: auto;
	}
}

@media screen and (max-width: 370px)
{
	nav
	{
		height: 60px;
		position: absolute;
		top: 0px;
		box-shadow: 0px 1px 2px 0.2px black;
	}
	nav p
	{
		display: none;
	}
	nav ul li a
	{
		margin-left: 50%;
		font-size: 6px;
		padding: 0px 0px;
		letter-spacing: 0.01px;
	}
	nav ul li
	{
		width: 100%;
		display: block;
		text-align: center;
	}
	nav ul li ul
	{
		box-shadow: 0px 1px 3px 1.7px #000;
	}
	nav ul li:hover ul
	{
		display: none;
	}
	nav ul li ul li a
	{
		padding: 2px 2px;
	}
	nav ul li a:after
	{
		display: none;
	}
	.ok
	{
		display: block;
		justify-content: center;
		position: relative;
		top: -4.5px;
		width: 100%;
		height: auto; 
	}
	#hsc
	{
   		border: 1px solid white;
    		border-radius: 4px;
	}
	footer
	{
		height: 110px;
	}
	#footer_divider
	{
		width: 1.5px;
	}
	.footer-content
	{
		font-size: 13px;
	}
	.navigations a
	{
		margin-left: 33px;
		font-size: 4px;
	}
	.bookDisplay
	{
		display: block;
	}
	.row1
	{
		margin-top: 90px;
		margin-bottom: 16px;
	}
	.one1 h1
	{
		font-size: 8.6px;
	}
	.one1 p
	{
		font-size: 5px;
	}
	.two1 p
	{
		font-size: 10px;
	}
	.gradeContainer
	{
		font-size: 15px;
	}
	.timeContainer
	{
		font-size: 5.5px;
	}
	.directorContainer
	{
		font-size: 6.4px;
	}
	.divider
	{
		margin-top: 60px;
		margin-bottom: 1px;
	}
	.divider p
	{
		position: relative;
		top: -20px; 
		font-size: 16px;
	}
	.divideLine
	{
		height: 0.6px;
		background-color: #38495b;
		border-radius: 5px;
		height: 0.1px;
	}
	.description p
	{
		width: 100%;
		line-height: 6.3px;
		height: auto;
		font-size: 4.7px;
	}
	.description h2
	{
		font-size: 8px;
	}
	.description
	{
		left: 0px
	}
	#things
	{
		font-size: 8px;
	}
	.navigations
	{
		width: 120px;
	}
	.navigations a
	{
		font-size: 8px;
	}
	.navigations a:hover
	{
		color: white;
	}
	.divideLine
	{
		height: 3px;
	}
	#underline
	{
		height: 3px;
	}
	.main_area_contact
	{
		width: 260px;
		padding: 8px 8px;
	}
	.containerCT
	{
		height: 32px;
		width: 100%;
		margin-top: 10px;
	}
	.containerCO
	{
		height: 32px;
		width: 100%;
	}
	.containerCO p, .containerCT p
	{
		font-size: 7px;
	}
	.containerC
	{
		display: block;
	}
	.titleCon
	{
		font-size: 15px;
	}
	.description
	{
		padding: 2px 2px;
		width: 100%;
	}
	.images
	{
		width: 100%;
	}
}