*{
	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;
}
header .header-1{
	width: 90%;
	padding: 0% 5%;
	margin-top: 1%;
	float: left;
}
header .header-1 .logo{
	width: 25%;
	float: left;
	display: grid;
	grid-template-columns: 5vw calc(95% - 5vw);
	grid-column-gap: 5%;
}
header .header-1 .logo img{
	width: 5vw;
	height: 5vw;
	float: left;
	object-fit: cover;
	border: 3px solid darkred;
	border-radius: 100vw;
}
header .header-1 .logo h2{
	width: 100%;
	margin: auto;
}
header .header-1 .logo h2 strong{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
	letter-spacing: 35px;
	color: darkred;
}
header .header-1 .logo h2 span{
	width: 100%;
	margin-top: -5%;
	float: left;
	font-family: sans-serif;
	font-size: 1vw;
	color: rgb(0,49,83);
}
header .header-1 ul{
	width: 50%;
	margin-top: 2%;
	margin-left: 13%;
	float: left;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-column-gap: 7%;
}
header .header-1 ul li{
	width: auto;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.2vw;
	font-weight: bold;
	color: rgb(0,49,83);
}
header .header-1 ul .li-1{
	display: none;
}
header .header-1 p{
	width: 12%;
	margin-top: 2%;
	float: right;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 15%;
	text-align: right;
}
header .header-1 p i{
	width: auto;
	color: darkred;
}
header .header-1 #close{
	display: none;
}

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: darkred;
	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);
	color: white;
}
header .header-2 .box-1 .sec-1 p{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	border-bottom: 3px solid darkred;
	font-family: sans-serif;
	font-size: 1.3vw;
}
header .header-2 .box-1 .sec-2{
	width: 40%;
	height: 90%;
	padding: 5%;
	background-color: darkred;
	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);
	color: white;
}
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;
}














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


/**********Header**********/
header{
	width: 100%;
	float: left;
}
header .header-1 .logo{
	width: 50%;
	float: left;
	display: grid;
	grid-template-columns: 12vw calc(95% - 12vw);
	grid-column-gap: 5%;
}
header .header-1 .logo img{
	width: 12vw;
	height: 12vw;
	float: left;
	object-fit: cover;
	border: 3px solid darkred;
	border-radius: 100vw;
}
header .header-1 .logo h2{
	width: 100%;
	margin: auto;
}
header .header-1 .logo h2 strong{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 7vw;
	letter-spacing: 15px;
	color: darkred;
}
header .header-1 .logo h2 span{
	width: 100%;
	margin-top: -5%;
	float: left;
	font-family: sans-serif;
	font-size: 1.95vw;
	color: rgb(0,49,83);
}
header .header-1 #hidenmenu{
	width: 70%;
	height: 100%;
	padding: 0% 5%;
	background-color: darkred;
	position: fixed;
	margin-top: 0%;
	top: 0;
	right: 0;
	display: none;
	z-index: 1;
}
header .header-1 ul li{
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	text-align: left;
	font-family: sans-serif;
	font-size: 5vw;
	font-weight: unset;
	color: white;
}
header .header-1 ul li:nth-child(1){
	margin-top: 25%;
}
header .header-1 ul .li-1{
	display: unset;
}
header .header-1 p{
	width: auto;
	margin-top: 2%;
	float: right;
	display: unset;
	text-align: right;
}
header .header-1 p a{
	display: none;
}
header .header-1 p i{
	width: auto;
	color: darkred;
}
header .header-1 p #bars{
	font-size: 7vw;
}
header .header-1 p #close{
	display: none;
	position: relative;
	font-size: 7vw;
	color: white;
}
header .header-1 .ul-2{
	width: auto;
	margin-top: 2.5%;
	float: right;
	z-index: 2;
	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 #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-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: darkred;
	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 darkred;
	font-family: sans-serif;
	font-size: 3.5vw;
}
header .header-2 .box-1 .sec-2{
	width: 90%;
	height: 90%;
	padding: 5%;
	background-color: darkred;
	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;
}


}