*,
::after,
::before {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    background: linear-gradient(180deg, #097b03 0%, #097b03 50%, #097b03 100%);
    color: #000;
}

b,
strong {
	font-family: 'Ubuntu Bold', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-style: normal;
    color: #00ff4e;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 0.1em #000000, 0 0 0.5em #5f5e5a, 0 0 0.1em #040403, 0 1px 3px #000;
    font-family: system-ui;
}

i, italic{
	font-family: 'Ubuntu Italic', sans-serif;
	font-weight: 400;
	font-style: italic;
}

h1 {
	font-size: 22px;
	line-height: 33px;
}

h2 {
	font-size: 18px;
	line-height: 27px;
}

h3 {
	font-size: 16px;
	line-height: 24px;
}

p {
	margin-bottom: 15px;
}

.wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(180deg, #0a7e04 0%, #0a7d04 50%, #097d03 100%);
}

.head {
	padding: 15px 0px;
	flex-direction: row;
	justify-content: space-between;
}

.banner, .notice {
    border: 1px solid #c21c1c;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #c50000 0%, #730000 50%, #c60000 100%);
    margin: 15px 0px 0px;
}

.notice {
	padding: 4px 8px 0px;
}

.mrq {
    width: 100%;
    height: auto;
    color: #ffffff;
}

.banner img {
	width: 100%;
	height: auto;
}

.site-login {
	margin-top: 8px;
}

.site-login input {
	max-width: 150px;
}

.site-login .form-control,
.site-login .btn {
	border-radius: 1px;
	max-height: 32px;
	padding: 4px 8px;
	font-family: 'Ubuntu', sans-serif;
}

.navbar {
	border-radius: 4px;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

@media (max-width:768px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
}

.duta-bg {
	background-color: #0062cc;
}

.navbar {
	border-radius: 5px;
}

.navbar-toggler,
.navbar-toggler:focus {
	padding: 0px;
	font-size: 1.25rem;
	border: none;
	outline: none;
}

.content p {
	text-align: justify;
}

.content h1,
.content h2,
.content h3 {
	text-align: center;
}

.lc {
	bottom: 5px;
	right: 15px;
	position: fixed;
	max-width: 100%;
	height: auto;
	z-index: 9999;
}

.lc img {
	width: auto;
	max-width: 252px;
}

.login .form-control {
	max-width: 120px;
	max-height: 32px;
}

.login {
	margin-top: 10px;
}

.btn-login, .btn-login:hover, .btn-login:focus {
    color: #4bff00;
    background-image: linear-gradient(180deg, #c50000 0%, #730000 50%, #c60000 100%);
    border-color: #a30000;
    max-height: 40px;
    padding: 4px 12px;
    outline: none;
}

.mobile .form-control {
	max-width: 100px !important;
	max-height: 32px;
}

.mobile .btn-login,
.mobile .btn-login:hover,
.mobile .btn-login:focus {
	color: #c1c1c1;
	background-color: #004a9a;
	border-color: #0062cc;
	max-height: 40px;
	padding: 4px 16px;
	outline: none;
}

.btn-daftar {
	color: #c1c1c1 !important;
	background-color: #0062cc;
	border-color: #0062cc;
	width: 100%;
	max-width: 480px;
	margin: 15px auto 0px;
	font-family: 'Ubuntu Bold', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.navigation {
	margin: 35px 0!important;
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden
}

.navigation a:link,
.navigation a:visited {
	color: #f9b900;
	text-decoration: none
}

.navigation a:active,
.navigation a:hover {
	color: #f9b900;
	text-decoration: underline;
}

.nav-previous {
	float: left;
	max-width: 50%
}

.nav-next {
	float: right;
	text-align: right;
	max-width: 50%
}

.nav-above {
	margin: 0 0 18px 0
}

.nav-above {
	display: none
}

.paged .nav-above,
.single .nav-above {
	display: block
}

.nav-below {
	margin: -18px 0 0 0
}

.article .entry-title,
.article .page-title,
.post-title,
h1.entry-title,
h1.page-title,
h2.entry-title,
h3.entry-title,

.entry-content {
    margin: -14px;
    border: 3px solid #0a440b;
    background: linear-gradient(180deg, #00bf4a 0%, #1d5e0c 50%, #018500 100%);
    padding: 14px;
}
.entry-title a {
	color: #f7f7f7;
	padding: 5px 0px 20px;
}

.entry-content p {
	padding-bottom: 15px;
	margin: 0px
}

a, a:hover, a:active, a:visited, .navbar-dark .navbar-nav .nav-link {
    color: #4c00ff;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link,a.nav-item:hover,a.nav-item:focus,a.active{
	color: #c1c1c1 !important;
}

.site-title {
    font-size: 28px !important;
	 line-height: 50px !important;
}

.site-title a {
    font-family: cursive;
    color: #4bff00;
}

.bg-clr {
    background-image: linear-gradient(180deg, #c50000 0%, #730000 50%, #c60000 100%);
}

.content img{
	max-width: 100%;
	height: auto;
	border: none;
	padding: 15px 0;
	margin: auto;
}

@font-face {
	font-family: 'Ubuntu';
	font-display: swap;
	src: url(../fonts/Ubuntu-Regular.ttf);
}

@font-face {
	font-family: 'Ubuntu Italic';
	font-display: swap;
	src: url(../fonts/Ubuntu-Italic.ttf);
}

@font-face {
	font-family: 'Ubuntu Medium';
	font-display: swap;
	src: url(../fonts/Ubuntu-Medium.ttf);
}

@font-face {
	font-family: 'Ubuntu Bold';
	font-display: swap;
	src: url(../fonts/Ubuntu-Bold.ttf);
}