/* Reset Css */
hr {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none!important;
}

/* End Reset */


.body1 {
	line-height: 1.5em;
	width: 100%;
	height: 100%;
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family: serif;
	overflow: scroll;
	user-select: none;
}


/* STYLE HEADER */
.header {
	border-top: white solid 1px;
	background-color: darkcyan;
	color: white !important;
	padding: 1px;
	width: 100%;
	clear: both;
	text-transform: uppercase;
}

header>hr {
	background-color: white;
}

.header-title {
	margin: 0;
	padding: 0;
}

.ht {
	margin-left: 15px;
	font-size: 25px;
}

.svg1-header {
	padding: 0;
	margin: 0;
}

.bg-button-header {
	float: right;
	padding: 0;
	margin-right: 15px;
	margin-top: 8px;
	z-index: 1;
}

/* END HEADER */

/*Nav overlay */
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	color: white;
	top: 20px;
	right: 45px;
	font-size: 60px;
}


/* NAV STYLE */
.navbar {
	overflow: scroll;
	display: block;
	text-align: center;
	background-color: darkcyan;
	padding: 4px;
	margin: 0;
	border-bottom: white solid 1px;
}

.nav-item {
	overflow: scroll;
	width: 100%;

}

nav>div>ul,
li {
	list-style: none;
	line-height: 1.0em;
	text-align: center;
	padding: 1px;
	margin: 0;
	color: white;
	display: inline;
}

nav>div>a {
	text-decoration: none;
}

/* END NAV */

/* ASIDE */


/* END ASIDE */


/* MAIN POST */
.main-post {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 10px;
}

.post-title {
	background-color: black;
	color: white;
	width: 180px;
	margin: 0;
	padding: 8px;
	border-bottom: black solid 1px;
}

.post {
	padding: 4px;
	border: whitesmoke solid 1px;
}

.post-body {
	height: 250px;
	width: 100%;
}
.post-body > button {
	width: 100%;
}
.post-body > img {
	width: 150px;
	height: 150px;
}

.post-footer {
	display: inline;
}

/* END MAIN */


/* FOOTER */
.footer-bg {
	line-height: 1.5em;
	color: white;
	/*position: fixed;*/
	width: 100%;
	padding: 4px;
	background-color: black;
	text-align: center;
}

.copy-right>a {
	text-align: center;
	color: white;
	text-decoration: none;
}

/* END FOOTER */

/* ICON */
.icon-bar {
	width: 100%;
	text-align: center;
	background-color: #555;
	overflow: auto;
}

.icon-bar a {
	width: 20%;
	padding: 12px 0;
	float: left;
	transition: all 0.3s ease;
	color: white;
	font-size: 36px;
}

.icon-bar a:hover {
	background-color: #000;
}

.active {
	background-color: #48d1cc !important;
}

/* Style MEDIA SCREEN */
@media screen and (max-width:320px) {

	nav>div>ul,
	li {
		font-size: 12px;
		line-height: 1.0em;
		text-align: center;
		color: white;
		display: inline;
	}
}
