/* ✦✦✦ MAIN PAGE BACKGROUND FORMATING ✦✦✦ */
.about-main {
	width: 100%;
	height: 100vh;
	background-image: url("../images/about-background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: fixed;
	display: inline-block;
	opacity: 1;
	margin: 0;
}

/* ✦✦✦ MAIN PAGE BACKGROUND DARK TINE ✦✦✦ */
.about-tint {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.5;
}

/* ✦✦✦ NAVBAR SIDEMUNU CURRENT SELECTION FORMATING ✦✦✦ */
#navbar-sidemenu ul #navbar-sidemenu-about a {
	color: #EAC349;
}

/* ✦✦✦ ABOUT BODY CONTAINER FORMATING ✦✦✦ */
.about-body-container {
	position: fixed;
	display: inline-block;
	margin-top: 80px;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT FORMATING ✦✦✦ */
.about-body-first-containt {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: center;
	justify-content: center;
	vertical-align: bottom;
	align-items: center;
	padding: 20px 0;
	margin: 20px 0;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT H1 FORMATING ✦✦✦ */
.about-body-first-containt-h1 {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: left;
	justify-content: left;
	vertical-align: middle;
	color: #EAC349;
	font-family: "Tangerine";
	font-weight: normal;
	font-size: 40px;
	letter-spacing: 1px;
	padding: 0 5px;
	margin: 0 5px;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT BIG FORMATING ✦✦✦ */
.about-body-first-containt-big {
	position: relative;
	display: inline-block;
	width: 90%;
	background: linear-gradient(-60deg, #906111 0, #FEF3A8 30%, #FFF8CF 50%, #FEF3A8 70%, #906111 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-family: "Poiret One", sans-serif;
	font-weight: bold;
	font-size: 33px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT SMALL FORMATING ✦✦✦ */
.about-body-first-containt-small {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #c5c5c5;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY SECOND CONTAINT FORMATING ✦✦✦ */
.about-body-second-containt {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: center;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	padding: 20px 0;
	margin: 20px 0;
}

/* ✦✦✦ ABOUT BODY SECOND CONTAINT H1 FORMATING ✦✦✦ */
.about-body-second-containt-h1 {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: left;
	justify-content: left;
	vertical-align: middle;
	color: #EAC349;
	font-family: "Tangerine";
	font-weight: normal;
	font-size: 40px;
	letter-spacing: 1px;
	padding: 0 5px;
	margin: 0 5px;
}

/* ✦✦✦ ABOUT BODY SECOND CONTAINT BIG FORMATING ✦✦✦ */
.about-body-second-containt-big {
	position: relative;
	display: inline-block;
	width: 90%;
	background: linear-gradient(-60deg, #906111 0, #FEF3A8 30%, #FFF8CF 50%, #FEF3A8 70%, #906111 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-family: "Poiret One", sans-serif;
	font-weight: bold;
	font-size: 33px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY SECOND CONTAINT SMALL FORMATING ✦✦✦ */
.about-body-second-containt-small {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #c5c5c5;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY ISHI FORMATING ✦✦✦ */
.about-body-ishi {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY ISHI IMAGE FORMATING ✦✦✦ */
.about-body-ishi img {
	border: 8px solid rgba(255, 255, 255, 0.3);
	border-radius: 10%;
	margin-top: 50px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}

/* ✦✦✦ ABOUT BODY ISHI INFORMATION FORMATING ✦✦✦ */
.about-body-info {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY ISHI INFORMATION NAME FORMATING ✦✦✦ */
.about-body-info-name {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Poiret One", sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	padding: 2px;
	margin: 2px;
}

/* ✦✦✦ ABOUT BODY ISHI INFORMATION POST FORMATING ✦✦✦ */
.about-body-info-post {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #c5c5c5;
	font-family: "Thasadith", sans-serif;
	font-size: 15px;
	text-align: center;
	padding: 2px;
	margin: 2px;
}

/* ✦✦✦ ABOUT BODY THIRD CONTAINT FORMATING ✦✦✦ */
.about-body-third-containt {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: center;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	padding: 20px 0;
	margin: 20px 0;
}

/* ✦✦✦ ABOUT BODY THIRD CONTAINT H1 FORMATING ✦✦✦ */
.about-body-third-containt-h1 {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: left;
	justify-content: left;
	vertical-align: middle;
	color: #EAC349;
	font-family: "Tangerine";
	font-weight: normal;
	font-size: 40px;
	letter-spacing: 1px;
	padding: 0 5px;
	margin: 0 5px;
}

/* ✦✦✦ ABOUT BODY THIRD CONTAINT H2 FORMATING ✦✦✦ */
.about-body-third-containt-h2 {
	position: relative;
	display: inline-block;
	width: 90%;
	background: linear-gradient(-60deg, #906111 0, #FEF3A8 30%, #FFF8CF 50%, #FEF3A8 70%, #906111 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-family: "Poiret One", sans-serif;
	font-weight: bold;
	font-size: 33px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY THIRD ITEM FORMATING ✦✦✦ */
.about-body-third-item {
	position: relative;
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	padding: 5px;
	margin: 5px;
	text-align: left;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

/* ✦✦✦ ABOUT BODY THIRD ITEM BIG FORMATING ✦✦✦ */
.about-body-third-item-big {
	position: relative;
	display: inline-block;
	width: 90%;
	background: linear-gradient(-60deg, #906111 0, #FEF3A8 30%, #FFF8CF 50%, #FEF3A8 70%, #906111 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-family: "Poiret One", sans-serif;
	font-weight: bold;
	font-size: 23px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY THIRD ITEM SMALL FORMATING ✦✦✦ */
.about-body-third-item-small {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #c5c5c5;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}


/* ╔═══════════════════════════════════════════╗ */
/* ║             RESPONSIVE MEDIA              ║ */
/* ╚═══════════════════════════════════════════╝ */

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 1200PX ✦✦✦ */
@media only screen and (min-width: 1200px) {
	.about-body-first-containt {
		width: 70%;
	}
	.about-body-second-containt {
		width: 70%;
	}
	.about-body-third-containt {
		width: 70%;
	}
}