*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
}
a{
	text-decoration: none;
	color: unset;
}
#body{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right bottom, transparent, silver);
	float: left;
	overflow-y: scroll;
}
#body::-webkit-scrollbar{
	display: none;
}

/**********Header**********/
header{
	width: 100%;
	float: left;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.acade{
	width: 100%;
	background-color: black;
	float: left;
	text-align: center;
	color: gold;
	font-family: sans-serif;
	font-size: 1.2vw;
}
header .header-1{
	width: 90%;
	padding: 0% 5%;
	float: left;
}
header .header-1 img{
	width: 7%;
	float: left;
}
header .header-1 .ul-1{
	width: 50%;
	margin-top: 2.5%;
	margin-left: 20%;
	float: left;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-column-gap: 5%;
}
header .header-1 .ul-1 li{
	width: 100%;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.3vw;
}
header .header-1 .ul-1 .resp{
	display: none;
}
header .header-1 .ul-1 #close{
	display: none;
}
header .header-1 .ul-2{
	width: 15%;
	margin-top: 2.5%;
	float: right;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 10%;
}
header .header-1 .ul-2 li{
	width: 100%;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.3vw;
}
header .header-2{
	width: 100%;
	float: left;
	background-image: url(../images/aaa.jpeg);
	background-position: ;
	background-size: 100%;
}
header .header-2 section{
	width: 90%;
	padding: 8% 5%;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(3px);
	float: left;
}
header .header-2 section h1{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

/**********Div-1**********/
.div-1{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.div-1 .sec-1{
	width: 100%;
	margin-bottom: 2%;
	float: left;
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.div-1 .sec-1 h2{
	grid-column-start: 1;
	grid-column-end: 3;
	margin-bottom: 1%;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
}
.div-1 .sec-1 p{
	width: 100%;
	margin-bottom: 1%;
	margin-bottom: 5%;
	font-family: sans-serif;
	font-size: 1.2vw;
}
.div-1 .sec-2{
	width: 100%;
	margin-bottom: 3%;
	float: left;
}
.div-1 .sec-2 h2{
	width: 100%;
	margin-bottom: 1%;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
}
.div-1 .sec-2 p{
	width: 100%;
	margin-bottom: 1%;
	margin-bottom: 5%;
	font-family: sans-serif;
	font-size: 1.2vw;
}












/***************650px***************/
@media only screen and (max-width: 650px) {


/**********Header**********/
header{
	width: 100%;
	float: left;
}
.acade{
	width: 100%;
	background-color: black;
	float: left;
	text-align: center;
	color: gold;
	font-family: sans-serif;
	font-size: 3.5vw;
}
header .header-1{
	width: 90%;
	padding: 0% 5%;
	float: left;
}
header .header-1 img{
	width: 16%;
	float: left;
}
header .header-1 .ul-1{
	width: 70%;
	height: 100%;
	padding: 0% 5%;
	margin-top: 0%;
	margin-left: 0%;
	background-color: gold;
	position: fixed;
	right: 0%;
	top: 0%;
	float: unset;
	display: unset;
	z-index: 1;
	box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.3);
	display: none;
}
header .header-1 .ul-1 #close{
	width: auto;
	margin-top: 5%;
	margin-bottom: 15%;
	float: right;
	display: unset;
	font-size: 10vw;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
header .header-1 .ul-1 li:nth-child(1){
	margin-top: 5%;
}
header .header-1 .ul-1 li{
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed white;
	text-align: left;
	font-family: sans-serif;
	font-size: 5vw;
}
header .header-1 .ul-1 li:last-child{
	border-bottom: none;
}
header .header-1 .ul-1 .resp{
	display: unset;
}
header .header-1 .ul-2{
	width: auto;
	margin-top: 2.5%;
	float: right;
	display: unset;
}
header .header-1 .ul-2 li{
	width: 100%;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.3vw;
	display: none;
}
header .header-1 .ul-2 .bars{
	display: unset;
	text-align: right;
	font-size: 7vw;
}
header .header-1 .ul-2 .close{
	display: none;
}

header .header-2{
	width: 100%;
	float: left;
	background-image: url(../images/aaa.jpeg);
	background-position: ;
	background-size: 100%;
}
header .header-2 section{
	width: 90%;
	padding: 15% 5%;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(3px);
	float: left;
}
header .header-2 section h1{
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 10vw;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

/**********Div-1**********/
.div-1{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.div-1 .sec-1{
	width: 100%;
	margin-bottom: 2%;
	float: left;
	display: unset;
}
.div-1 .sec-1 h2{
	width: 100%;
	margin-bottom: 1%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 5.5vw;
}
.div-1 .sec-1 p{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	text-align: justify;
	font-family: sans-serif;
	font-size: 3.5vw;
}
.div-1 .sec-2{
	width: 100%;
	margin-bottom: 3%;
	float: left;
}
.div-1 .sec-2 h2{
	width: 100%;
	margin-bottom: 1%;
	font-family: "Abril Fatface", serif;
	font-size: 5.5vw;
}
.div-1 .sec-2 p{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	text-align: justify;
	font-family: sans-serif;
	font-size: 3.5vw;
}



}