*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: sans-serif;
}
a{
	text-decoration: none;
	color: unset;
}


/**********Header**********/
header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 99%;
	padding: 0.5%;
	background-color: rgb(0,0,0);
	float: left;
}
header .header-1 .sec-1{
	width: 20%;
	margin-left: 14%;
	float: left;
	display: grid;
	grid-template-columns: 25% 70%;
	grid-column-gap: 5%;
}
header .header-1 .logo{
	width: 100%;
	margin: auto;
}
header .header-1 h1{
	width: 100%;
	margin: auto;
	font-family: "Poppins", serif;
}
header .header-1 h1 strong{
	width: 100%;
	float: left;
	font-size: 2vw;
	color: white;
	letter-spacing: 0.2vw;
}
header .header-1 h1 span{
	width: 100%;
	float: left;
	font-size: 1.2vw;
	color: white;
}
header .header-1 .sec-2{
	width: 30%;
	margin-top: 1.5%;
	margin-right: 14%;
	float: right;
}
header .header-1 .sec-2 p{
	width: 100%;
	margin: auto;
}
header .header-1 .sec-2 p a{
	width: 100%;
	float: left;
	text-align: right;
	color: goldenrod;
	animatio: txtslide 10s alternate infinite;
}
@keyframes txtslide{
	from{
		margin-left: -100%;
	}
	to{
		margin-left: 0%;
	}
}
header .header-2{
	width: 99%;
	padding: 0.5%;
	background-color: goldenrod;
	float: left;
	box-shadow: 4px 4px 5px gray;
}
header .header-2 ul{
	width: 45%;
	float: left;
	margin-top: 1%;
	margin-left: 14%;
	display: grid;
	grid-template-columns: 18% 18% 18% 18% 18%;
	grid-column-gap: 2.5%;
	font-weight: bold;
	color: rgb(0,33,71);
}
header .header-2 ul li{
	width: 100%;
	margin: auto;
	list-style: none;
	font-family: "Poppins", serif;
}
header .header-2 p{
	width: auto;
	padding: 0.7%;
	padding-left: 2%;
	padding-right: 2%;
	margin-right: 14%;
	background-color: rgb(35, 43, 43);
	float: right;
	font-weight: bold;
	color: whitesmoke;
}



/*********Journal**********/
.journal{
	width: 80%;
	height: 80%;
	margin-top: 3%;
	margin-left: 10%;
	float: left;
}
.journal h2{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 3vw;
	color: rgb(35, 45, 45);
}
.journal .bbottom{
	width: calc(100% - 6px);
	margin-bottom: 2%;
	float: left;
	border: 3px solid goldenrod;
	border-radius: 100px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3),-3px -3px 3px rgba(255, 255, 255, 0.1);
}
.journal .div-1{
	width: 30%;
	height: 100%;
	float: left;
}
.journal .div-1 label{
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	float: left;
	display: grid;
	grid-template-columns: 49% 49%;
	grid-column-gap: 2%;
	border-bottom: 1px solid gold;
}
.journal .div-1 label img{
	width: 100%;
	height: 98px;
	object-fit: cover;
}
.journal .div-1 label p{
	width: 100%;
	margin: auto;
	font-family: sans-serif;
	font-weight: ;
	font-size: 1vw;
}
.journal .div-2{
	width: 68%;
	height: 100%;
	margin-left: 2%;
	float: right;
}
.journal .div-2 img{
	width: 100%;
	height: 80%;
	float: left;
	object-fit: cover;
}
.journal .div-2 h3{
	width: 100%;
	margin-top: 1%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2.5vw;
	line-height: 1.2;
}
.journal .div-2 label p{
	width: 100%;
	margin-top: 2%;
	float: left;
	text-align: justify;
	font-family: sans-serif;
	font-weight: ;
	font-size: 1vw;
}













































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



/**********Header**********/
header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 100%;
	padding: 0.5% 0%;
	background-color: rgb(0,0,0);
	float: left;
}
header .header-1 .sec-1{
	width: 100%;
	margin-left: 5%;
	float: left;
	display: grid;
	grid-template-columns: 25% 70%;
	grid-column-gap: 5%;
}
header .header-1 .logo{
	width: 100%;
	margin: auto;
}
header .header-1 h1{
	width: 100%;
	margin: auto;
	font-family: "Poppins", serif;
}
header .header-1 h1 strong{
	width: 100%;
	float: left;
	font-size: 7vw;
	color: white;
	letter-spacing: 0.2vw;
}
header .header-1 h1 span{
	width: 100%;
	float: left;
	font-size: 4vw;
}
header .header-1 .sec-2{
	width: 90%;
	margin-top: 1.5%;
	margin-right: 0%;
	margin-left: 5%;
	float: right;
	font-size: 3vw;
}
header .header-1 .sec-2 p{
	width: 100%;
	margin: auto;
}
header .header-1 .sec-2 p a{
	width: 100%;
	margin-left: 0%;
	float: left;
	text-align:left;
	color: gold;
	display: none;
	animatio: txtslide 10s alternate infinite;
}
@keyframes txtslide{
	from{
		margin-left: -100%;
	}
	to{
		margin-left: 0%;
	}
}
header .header-2{
	width: 98%;
	padding: 0.5% 1%;
	background-color: goldenrod;
	float: left;
	box-shadow: 4px 4px 5px gray;
}
header .header-2 ul{
	width: 100%;
	float: left;
	margin-top: 1%;
	margin-left: 0%;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap: 4%;
	font-weight: bold;
	color: rgb(0,33,71);
}
header .header-2 ul li{
	width: 100%;
	margin: auto;
	list-style: none;
	text-align: center;
	font-family: "Poppins", serif;
	font-size: 3.5vw;
}
header .header-2 p{
	width: auto;
	padding: 0.7%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 2%;
	margin-right: 5%;
	background-color: goldenrod;
	float: right;
	text-align: center;
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-family: sans-serif;
	font-size: 3.5vw;
	background-color: silver;
	display: none;
}



/*********Journal**********/
.journal{
	width: 96%;
	height: auto;
	margin-top: 5%;
	margin-left: 2%;
	float: left;
}
.journal h2{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 7vw;
	color: rgb(35, 45, 45);
}
.journal .bbottom{
	width: calc(100% - 6px);
	margin-bottom: 5%;
	float: left;
	border: 2px solid goldenrod;
	border-radius: 100px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3),-3px -3px 3px rgba(255, 255, 255, 0.1);
}
.journal .div-1{
	width: 100%;
	height: 100%;
	margin-top: 5%;
	float: left;
}
.journal .div-1 label{
	width: 100%;
	padding-bottom: 3%;
	margin-bottom: 3%;
	float: left;
	display: grid;
	grid-template-columns: 39% 59%;
	grid-column-gap: 2%;
	border-bottom: 1px dashed gold;
}
.journal .div-1 label img{
	width: 100%;
	height: 70px;
	object-fit: cover;
}
.journal .div-1 label p{
	width: 100%;
	margin: auto;
	font-family: "Poppins", serif;
	font-weight: bold;
	font-size: 3vw;
}
.journal .div-2{
	width: 100%;
	height: 100%;
	margin-left: 0%;
	float: right;
}
.journal .div-2 img{
	width: 100%;
	height: 80%;
	float: left;
	object-fit: cover;
}
.journal .div-2 h3{
	width: 100%;
	margin-top: 1%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 5vw;
	line-height: 1.2;
}
.journal .div-2 label p{
	width: 100%;
	margin-top: 5%;
	float: left;
	text-align: justify;
	font-family: sans-serif;
	font-weight: ;
	font-size: 3.5vw;
}
















}