*{
	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%;
	height: 100%;
	float: left;
}
.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: 90%;
	height: 90%;
	padding: 0% 5%;
	float: left;
	display: grid;
}
header .header-2 .box-1{
	width: 70%;
	height: %;
	margin: auto;
	background: 
    radial-gradient(circle at 90% 5%, rgba(255, 255, 0, 0.5) 0%, rgba(255, 255, 0, 0) 30%),
    radial-gradient(circle at 50% 90%, rgba(255, 200, 0, 0.5) 0%, rgba(255, 200, 0, 0) 30%),
    rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  background-blend-mode: overlay;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -3px -3px 5px rgba(0, 0, 0, 0.3);
}
header .header-2 .box-1 .sec-1{
	width: 40%;
	height: 90%;
	padding: 5%;
	float: right;
}
header .header-2 .box-1 .sec-1 h2{
	width: 100%;
	margin-top: 5%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
	text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.5);
	display: none;
}
header .header-2 .box-1 .sec-1 form{
	width: 100%;
	margin-bottom: 10%;
	float: left;
}
header .header-2 .box-1 .sec-1 form label{
	width: 100%;
	margin-bottom: 8%;
	float: left;
}
header .header-2 .box-1 .sec-1 form label span{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.3vw;
}
header .header-2 .box-1 .sec-1 form label input{
	width: 100%;
	margin-top: 1%;
	background-color: transparent;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	font-size: 1.2vw;
}
header .header-2 .box-1 .sec-1 form button{
	width: auto;
	padding: 2% 10%;
	background-color: gold;
	float: left;
	border: none;
	outline: none;
	font-family: sans-serif;
	font-size: 1.3vw;
	font-weight: bold;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
header .header-2 .box-1 .sec-1 p{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	border-bottom: 3px solid gold;
	font-family: sans-serif;
	font-size: 1.3vw;
}
header .header-2 .box-1 .sec-2{
	width: 40%;
	height: 90%;
	padding: 5%;
	background-color: gold;
	float: left;
}
header .header-2 .box-1 .sec-2 section{
	width: 100%;
}
header .header-2 .box-1 .sec-2 h2{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 2.5vw;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
header .header-2 .box-1 .sec-2 p{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	text-align: justify;
	font-family: sans-serif;
	font-size: 1.1vw;
}

.msg{
	width: 63%;
	margin: auto;
	margin-bottom: -5%;
	display: grid;
	grid-template-columns: 8% 80%;
	grid-column-gap: 2%;
}
.msg h3{
	width: 100%;
	margin: auto;
	font-size: 3vw;
	color: darkred;
}
.msg p{
	width: 100%;
	margin: auto;
}
.msg p strong{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.3vw;
	color: darkred;
}
.msg p span{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.2vw;
}












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


/**********Header**********/
header{
	width: 100%;
	height: 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: 90%;
	padding: 0% 5%;
	float: left;
	display: grid;
}
header .header-2 .box-1{
	width: 100%;
	height: %;
	margin: auto;
	background: 
    radial-gradient(circle at 90% 5%, rgba(255, 255, 0, 0.5) 0%, rgba(255, 255, 0, 0) 30%),
    radial-gradient(circle at 50% 90%, rgba(255, 200, 0, 0.5) 0%, rgba(255, 200, 0, 0) 30%),
    rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  background-blend-mode: overlay;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -3px -3px 5px rgba(0, 0, 0, 0.3);
}
header .header-2 .box-1 .sec-1{
	width: 90%;
	height: 90%;
	padding: 5%;
	float: right;
}
header .header-2 .box-1 .sec-1 h2{
	width: 100%;
	margin-top: 0%;
	margin-bottom: 5%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
	text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.5);
	display: unset;
}
header .header-2 .box-1 .sec-1 form{
	width: 100%;
	margin-bottom: 10%;
	float: left;
}
header .header-2 .box-1 .sec-1 form label{
	width: 100%;
	margin-bottom: 8%;
	float: left;
}
header .header-2 .box-1 .sec-1 form label span{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 3.5vw;
}
header .header-2 .box-1 .sec-1 form label input{
	width: 100%;
	margin-top: 1%;
	background-color: transparent;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	font-size: 3vw;
}
header .header-2 .box-1 .sec-1 form button{
	width: auto;
	padding: 2% 10%;
	background-color: gold;
	float: left;
	border: none;
	outline: none;
	font-family: sans-serif;
	font-size: 3.5vw;
	font-weight: bold;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
header .header-2 .box-1 .sec-1 p{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	border-bottom: 3px solid gold;
	font-family: sans-serif;
	font-size: 3.5vw;
}
header .header-2 .box-1 .sec-2{
	width: 90%;
	height: 90%;
	padding: 5%;
	background-color: gold;
	float: left;
}
header .header-2 .box-1 .sec-2 section{
	width: 100%;
}
header .header-2 .box-1 .sec-2 h2{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 2.5vw;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	display: none;
}
header .header-2 .box-1 .sec-2 p{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	text-align: justify;
	font-family: sans-serif;
	font-size: 3vw;
}

.msg{
	width: 90%;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 0%;
	margin-left: 5%;
	float: left;
	display: grid;
	grid-template-columns: 15% 73%;
	grid-column-gap: 2%;
}
.msg h3{
	width: 100%;
	margin: auto;
	font-size: 10vw;
	color: darkred;
}
.msg p{
	width: 100%;
	margin: auto;
}
.msg p strong{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 3.5vw;
	color: darkred;
}
.msg p span{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 3vw;
}

}