/* ✦✦✦ MAIN PAGE BACKGROUND FORMATING ✦✦✦ */
.policy-main {
	width: 100%;
	height: 100vh;
	background-image: url("../images/terms-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 ✦✦✦ */
.policy-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;
}

/* ✦✦✦ POLICY BODY CONTAINER FORMATING ✦✦✦ */
.policy-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;
}

/* ✦✦✦ POLICY BODY FIRST CONTAINT FORMATING ✦✦✦ */
.policy-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;
}

/* ✦✦✦ POLICY BODY FIRST CONTAINT H1 FORMATING ✦✦✦ */
.policy-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;
}

/* ✦✦✦ POLICY BODY FIRST CONTAINT BIG FORMATING ✦✦✦ */
.policy-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: 40px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ POLICY BODY ITEM FORMATING ✦✦✦ */
.policy-body-item {
	position: relative;
	display: inline-block;
	padding: 10px;
	margin: 10px;
	text-align: left;
	vertical-align: middle;
	border: none;
	border-radius: 10px;
	width: 90%;
}

/* ✦✦✦ POLICY BODY ITEM SMALL FORMATING ✦✦✦ */
.policy-body-item-small {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #c5c5c5;
	font-weight: bold;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ POLICY BODY ITEM P FORMATING ✦✦✦ */
.policy-body-item-p {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #c5c5c5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	padding: 5px 5px;
	margin: 5px 5px;
}

/* ✦✦✦ POLICY BODY ITEM UL FORMATING ✦✦✦ */
.policy-body-item-ul {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #c5c5c5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	padding: 5px 15px;
	margin: 5px 15px;
}


/* ╔═══════════════════════════════════════════╗ */
/* ║             RESPONSIVE MEDIA              ║ */
/* ╚═══════════════════════════════════════════╝ */

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 1200PX ✦✦✦ */
@media only screen and (min-width: 1200px) {
	.policy-body-first-containt {
		width: 70%;
	}
	.policy-body-second-containt {
		width: 70%;
	}
}