*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
}
a{
	text-decoration: none;
	color: unset;
}

header{
	width: 100%;
	float: left;
	overflow: hidden;
}
header .header-1{
	width: 90%;
	padding: 1%;
	padding-left: 5%;
	padding-right: 5%;
	background: blue;
	float: left;
	position: relative;
	display: grid;
	grid-template-columns: 20% 20%;
	grid-gap: 60%;
	box-shadow: 2px 2px 10px black;
}
header .header-1 img{
	width: 70%;
	margin: auto;
	float: left;
}
header .header-1 h1{
	min-width: 100%;
	margin: auto;
	font-family: "Vollkorn", serif;
  	font-optical-sizing: auto;
	font-size: 150%;
	color: white;
}
header .header-1 h1 strong{
	padding-left: 1%;
	margin-left: 1%;
	display: block;
	font-size: 200%;
}
header .header-1 div{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-gap: 4%;
}
header .header-1 div a{
	width: auto;
	text-align: right;
	font-size: 150%;
	color: white;
}

header .header-2{
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: rgb(6, 164, 77);
	float: left;
	border-bottom: 2px solid silver;
}
header .header-2 .div-ul{
	width: 60%;
	margin-top: 1%;
	margin-left: 5%;
	float: left;
	display: grid;
}
header .header-2 .div-ul #menu,
header .header-2 .div-ul #menu-1{
	display: none;
}
header .header-2 .div-ul ul{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto;
	grid-gap: 2%;
}
header .header-2 .div-ul ul li{
	width: 100%;
	float: left;
	list-style: none;
	font-family: sans-serif;
	border-radius: 5px;
	color: white;
}
header .header-2 .div-ul ul strong i{
	margin-right: 5%;
}
header .header-2 .div-ul ul div{
	display: none;
}


header .header-2 form{
	width: 20%;
	margin-right: 5%;
	float: right;
	display: grid;
}
header .header-2 form div{
	width: 96%;
	padding: 2%;
	background-color: white;
	display: grid;
	grid-template-columns: 85% 15%;
	border: 2px solid gray;
	border-radius: 50px;
}
header .header-2 form input{
	width: 98%;
	padding: 1%;
	background-color: transparent;
	float: right;
	border: none;
	outline: none;
}
header .header-2 form button{
	width: 100%;
	margin-left: 3%;
	background-color: transparent;
	float: right;
	border: none;
	outline: none;
	font-size: 110%;
}

header .header-2 form a{
	width: auto;
	margin: auto;
}
header .header-2 form a i{
	font-size: 125%;
	color: rgba(0, 0, 0, 0.7);
}

.txt-sliding{
	width: 80%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 3%;
	margin-left: 10%;
	float: left;
	overflow: hidden;
	border-top: 2px solid rgb(0,109,176);
	border-bottom: 2px solid rgb(0,109,176);
}
.txt-sliding p{
	width: auto;
	float: left;
	font-family: sans-serif;
	font-size: 200%;
}


.next{
	width: 100%;
	margin-top: 5%;
	float: left;
}


/*********container**********/
.container{
	width: 100%;
	height: 85%;
	float: left;
	overflow-y: scroll;
}
.container::-webkit-scrollbar{
	display: none;
}
.container .box-1{
	width: 98%;
	margin-left: 1%;
	height: unset;
	float: left;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap: 4%;
}
.container .box-1 label{
	width: 90%;
	padding: 5%;
	height: auto;
	background-color: rgba(0,128,0,0.05);
	margin-top: 5%;
	margin-bottom: 10%;
	border-radius: 5px;
	box-shadow: 5px 5px 5px silver, 0px 0px 3px silver;
}
.container .box-1 label:hover{
	transform: scale(1.05);
	transition: 0.5s;
}
.container .box-1 label img{
	width: 100%;
	height: 70%;
	float: left;
	object-fit: cover;
}
.container .box-1 label section{
	width: 100%;
	margin-top: 3%;
	float: left;
	border: none;
	outline: none;
	text-align: left;
	font-family: sans-serif;
}
.container .box-1 label section strong{
	width: 100%;
	display: block;
	font-size: 150%;
}
.container .box-1 label section span{
	width: 100%;
	margin-top: 2%;
	display: block;
	font-size: 90%;
	color: gray;
}
.container .box-1 label section p{
	width: 100%;
	float: left;
	margin-top: 5%;
	margin-bottom: 5%;
}
.container .box-1 label section p i{
	width: auto;
	margin-right: 10%;
	float: left;
	font-size: 140%;
	color: silver;
	text-shadow: 2px 2px 3px silver;
}
.container .box-1 label section p #like{
	color: rgb(255,0,144);
}
.container .box-1 label section p #comment{
	color: orangered;
}

.container .box-2{
	width: 100%;
	height: 86%;
	float: left;
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	display: grid;
}
.container .box-2 form{
	width: 70%;
	height: 90%;
	margin: auto;
	background-color: white;
	display: grid;
	grid-template-columns: 65% 30%;
	grid-column-gap: 5%;
	box-shadow: 3px 3px 5px silver, 0px 0px 2px silver;
}
.container .box-2 form button{
	width: auto;
	margin-top: 1%;
	margin-right: 1%;
	background-color: transparent;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 150%;
	color: red;
	text-shadow: 2px 2px 5px silver;
}
.container .box-2 form img{
	width: 98%;
	height: 100%;
	padding-left: 2%;
	object-fit: contain;
}
.container .box-2 form div{
	width: 92%;
	padding: 4%;
	margin: auto;
	margin-top: 0%;
	object-fit: contain;
}
.container .box-2 form div section{
	width: 100%;
	float: left;
	font-family: sans-serif;
}
.container .box-2 form div section h2{
	width: 100%;
	float: left;
}
.container .box-2 form div section p{
	width: 100%;
	margin-top: 5%;
	float: left;
}
.container .box-2 form div ul{
	width: 100%;
	margin-top: 10%;
	float: left;
}
.container .box-2 form div ul li{
	width: auto;
	margin-right: 5%;
	float: left;
	list-style: none;
	font-size: 150%;
	color: silver;
	text-shadow: 2px 2px 3px silver;
}
.container .box-2 form div ul #like{
	color: rgb(255,0,144);
}
.container .box-2 form div ul #comment{
	color: orangered;
}

















/***************650px***************/
@media only screen and (max-width: 650px) 
{



header{
	width: 100%;
	float: left;
	overflow: hidden;
}
header .header-1{
	width: 90%;
	padding: 2%;
	padding-left: 5%;
	padding-right: 5%;
	background: blue;
	float: left;
	position: relative;
	display: grid;
	grid-template-columns: 25% 50%;
	grid-gap: 25%;
	box-shadow: 2px 2px 10px black;
}
header .header-1 img{
	width: 70%;
	margin: auto;
	float: left;
}
header .header-1 h1{
	min-width: 100%;
	margin: auto;
	font-size: 150%;
	color: white;
}
header .header-1 h1 strong{
	padding-left: 1%;
	margin-left: 1%;
	display: block;
	font-size: 200%;
}
header .header-1 div{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-gap: 4%;
}
header .header-1 div a{
	width: auto;
	text-align: right;
	font-size: 100%;
	color: white;
}


header .header-2{
	width: 95%;
	padding-bottom: 1%;
	padding: 2.5%;
	background-color: rgb(6, 164, 77);
	float: left;
	border-bottom: 2px solid silver;
}
header .header-2 .div-ul{
	width: auto;
	margin-top: 1%;
	margin-left: 0%;
	float: right;
	display: grid;
}
header .header-2 .div-ul #menu{
	display: unset;
	font-size: 150%;
	color: white;
}
header .header-2 .div-ul ul{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto;
	grid-gap: 2%;
	display: none;
}
header .header-2 .div-ul ul li{
	width: 100%;
	float: left;
	list-style: none;
	font-family: sans-serif;
	border-radius: 5px;
	color: white;
}
header .header-2 .div-ul ul strong i{
	margin-right: 5%;
}
header .header-2 .div-ul ul div{
	display: none;
}
header .header-2 .div-ul:hover{
	width: 100%;
	height: 100%;
	margin-top: 0%;
	margin-left: -3%;
	position: absolute;
	display: unset;
	top: 0;
}
header .header-2 .div-ul:hover ul{
	width: 70%;
	height: 100%;
	padding: 5%;
	margin-left: 0%;
	background-color: rgb(2, 104, 178);
	float: left;
	display: unset;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
header .header-2 .div-ul:hover #menu{
	display: none;
}
header .header-2 .div-ul:hover ul #menu-1{
	width: auto;
	margin-bottom: 15%;
	float: right;
	display: block;
	text-align: right;
	color:rgba(255, 255, 255, 0.8);
}
header .header-2 .div-ul:hover ul li{
	width: 100%;
	margin-bottom: 8%;
	float: left;
	border-bottom: 1px dashed white;
}


header .header-2 form{
	width: 50%;
	margin-right: 5%;
	float: left;
	display: grid;
}
header .header-2 form div{
	width: 98%;
	padding: 1%;
	background-color: white;
	display: grid;
	grid-template-columns: 85% 15%;
	border: 2px solid gray;
	border-radius: 50px;
}
header .header-2 form input{
	width: 98%;
	padding: 1%;
	background-color: transparent;
	float: right;
	border: none;
	outline: none;
	font-size: 80%;
}
header .header-2 form button{
	width: 100%;
	margin-left: 3%;
	background-color: transparent;
	float: right;
	border: none;
	outline: none;
	font-size: 110%;
}

header .header-2 form a{
	width: auto;
	margin: auto;
}
header .header-2 form a i{
	font-size: 90%;
	color: rgba(0, 0, 0, 0.7);
}



.container{
	width: 100%;
	height: 87%;
	float: left;
	overflow-y: scroll;
}
.container .box-1{
	width: 98%;
	margin-left: 1%;
	height: unset;
	float: left;
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.container .box-1 label{
	width: 95%;
	height: 200px;
	padding: 2.5%;
	background-color: rgba(0,128,0,0.05);
	margin-top: 5%;
	margin-bottom: 5%;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 5px 5px 5px silver, 0px 0px 3px silver;
}
.container .box-1 label:hover{
	transform: scale(1.05);
	transition: 0.5s;
}
.container .box-1 label img{
	width: 100%;
	height: 70%;
	float: left;
	object-fit: cover;
}
.container .box-1 label section{
	width: 100%;
	margin-top: 3%;
	float: left;
	border: none;
	outline: none;
	text-align: left;
	font-family: sans-serif;
}
.container .box-1 label section strong{
	width: 100%;
	display: block;
	font-size: 90%;
}
.container .box-1 label section span{
	display: none;
}
.container .box-1 label section p{
	width: 100%;
	float: left;
	margin-top: 5%;
	margin-bottom: 5%;
}
.container .box-1 label section p i{
	width: auto;
	margin-right: 10%;
	float: left;
	font-size: 95%;
	color: silver;
	text-shadow: 2px 2px 3px silver;
}
.container .box-1 label section p #like{
	color: rgb(255,0,144);
}
.container .box-1 label section p #comment{
	color: orangered;
}

.container .box-2{
	width: 100%;
	height: 87%;
	float: left;
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	display: unset;
}
.container .box-2 form{
	width: 96%;
	height: 96%;
	margin: 2%;
	background-color: white;
	float: left;
	display: unset;
	overflow: hidden;
	box-shadow: 3px 3px 5px silver, 0px 0px 2px silver;
}
.container .box-2 form button{
	width: auto;
	margin-top: 1%;
	margin-right: 1%;
	background-color: transparent;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 150%;
	color: red;
	text-shadow: 2px 2px 5px silver;
}
.container .box-2 form img{
	width: 98%;
	height: 60%;
	padding: 1%;
	margin-top: 0%;
	margin-left: 0%;
	object-fit: contain;
	box-shadow: 3px 3px 5px gray;
}
.container .box-2 form div{
	width: 92%;
	height: 35%;
	overflow-y: scroll;
}
.container .box-2 form div section{
	width: 100%;
	float: left;
	font-family: sans-serif;
}
.container .box-2 form div section h2{
	width: 100%;
	float: left;
}
.container .box-2 form div section p{
	width: 100%;
	margin-top: 5%;
	float: left;
}
.container .box-2 form div ul{
	width: 100%;
	margin-top: 10%;
	margin-bottom: 5%;
	float: left;
}
.container .box-2 form div ul li{
	width: auto;
	margin-right: 10%;
	float: left;
	list-style: none;
	font-size: 135%;
	color: silver;
	text-shadow: 2px 2px 3px silver;
}
.container .box-2 form div ul #like{
	color: rgb(255,0,144);
}
.container .box-2 form div ul #comment{
	color: orangered;
}










}