/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2023 IMAJIKU.
*/

/* = TYPOGRAPHY
-------------------------------------------------------------*/
html ,body{
	background: #ffffff;
	position: relative;
}

body {
	color: #616b77;
	/*font-size: 16px;*/
	/*line-height: 24px;*/
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}

button, input, optgroup, select, textarea{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

figure{
	margin: 0;
	width: 100%;
	height: 100%;
}
.underline{
	text-decoration: underline;
	text-decoration-color: #f98341;
}

/* =Hyperlink
------------------------------------------------------------ */
a{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
a:link {color: #f98341; text-decoration: none;}
a:visited {color: #f98341; text-decoration: none;}
a:hover {
	color: #f86b54;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
a:hover, a:active {outline: 0;}
a:focus{outline: 0;}

/* =Color
------------------------------------------------------------ */
.clr-orange{
	color: #f98341 !important;
}
.clr-yellow{
	color: #fed35f !important;
}
.clr-gray-333{
	color: #333333 !important;
}
.clr-gray-666{
	color: #666666 !important;
}
.clr-gray-999{
	color: #999999 !important;
}
.clr-black {
	color: #000000 !important;
}
.clr-white {
	color: #ffffff !important;
}
.clr-blue {
	color: #ffffff !important;
}
.clr-red {
	color: #ff1744 !important;
}
.clr-green {
	color: #4DBF98 !important;
}

.clr-fb{
	color: #1876D3 !important;
}
.clr-tw{
	color: #38A1F3 !important;
}
.clr-wa{
	color: #25D366 !important;
}

/*background*/
.bg-clr-orange{
	background-color: #f98341 !important;
}
.bg-clr-orange-pastel{
	background-color: #FBE1D0 !important;
}
.bg-clr-yellow{
	background-color: #fed35f !important;
}
.bg-clr-gray{
	background-color: #f5f5f5 !important;
}
.bg-clr-gray-fafa{
	background-color: #fafafa !important;
}

.bg-clr-fb{
	background-color: #1876D3 !important;
}
.bg-clr-tw{
	background-color: #38A1F3 !important;
}
.bg-clr-wa{
	background-color: #25D366 !important;
}
