body {
    background: #2f0000;
	background: -moz-linear-gradient(top, #2f0000 1%, #000000 100%);
	background: -webkit-linear-gradient(top, #2f0000 1%, #000000 100%);
	background: linear-gradient(to bottom, #2f0000 1%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f0000', endColorstr='#000000', GradientType=0);
    
    font: 16px Arial;
    color: #fff;
}

a {
    color: #fff;
}

a, a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
    color: #fff;
}

@font-face {
	font-family: BebasNeue;
	src: local('BebasNeue'), url(../fonts/BebasNeue.woff2) format('woff2'), url(index.html) format('woff'), url(../fonts/BebasNeue.ttf) format('truetype'), url(../fonts/BebasNeue.eot) format('embedded-opentype')
}

.bg-linear {
    background: linear-gradient(90deg,#410000 0,#000 100%);
}

.no-gutters {
    padding-right: 0;
    padding-left: 0;
}
.no-gutter-left {padding-left: 0;}
.no-gutter-right {padding-right: 0;}

.log-form {padding-top: 1.25rem;}

.btn {
    display: inline-block;
    padding: 6px 12px;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    font: 400 22px BebasNeue;
    width: 100%;
    color: #000;
    letter-spacing: 1.1px;
}

.btn-log {
    background: linear-gradient(to bottom,#fff 0,#bc8b8b 100%);
}
.btn-daf {
    background: linear-gradient(to bottom,#10ec7d 0,#2cb641 100%);
    animation: blinking 1s infinite;
    transition: all .4s;
}

@keyframes blinking {
	0% {
		border: 2px solid #fff
	}
	100% {
		border: 2px solid #2196f3
	}
}

.blink-me {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee {
    font-family: 'Trebuchet MS';
    background: linear-gradient(to bottom,#5b0000 0,rgb(1, 3, 19) 68%);
    color: white;
    padding: 5px 0;
    border: 1px solid white;
    border-radius: 5px;
    max-width: 100%;
    text-align: center;
    font-size: 14px;
}

.social-card {
    display: block;
    background-image: radial-gradient(circle 214px at 46.5% 54.2%,#5b0000 0,#000 90%);
    padding: 9px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-family: BebasNeue;
    font-size: 22px;
    transition: .2s all;
    position: relative;
    border: 1px solid #fff;
    letter-spacing: 1.1px;
    box-shadow: 0 0 5px 0 #fff;
}

.social-card:focus, .social-card:hover {
    box-shadow: 0 0 5px 4px #fff;
}

.social-card img {
    vertical-align: middle;
    margin-right: 15px;
}

.anim {
    animation: blinkings 1s infinite;
}

@keyframes blinkings {
	0% {
		border: 2px solid #fff
	}
	100% {
		border: 2px solid #ff4f00
	}
}

.slide {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 #fff;
}

table.qbesar {
	color: white;
	background-image: radial-gradient(circle 214px at 46.5% 54.2%, #5b0000 0, #000 90%);
	transition: .2s all;
	position: relative;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px 10px 0;
	line-height: 1;
	box-shadow: 0 0 5px 0 #fff;
    border-collapse: unset;
}

table.qbesar td,
table.qbesar th {
	padding: 6px;
	font-family: BebasNeue;
	letter-spacing: 0.69px
}

.bg-content {
    background-color: #020202;
    padding-top: 20px;
    padding-bottom: 20px;
}

.word {
	color: #fff;
	padding: 20px 30px;
	border-radius: 5px;
	border: 1px dashed #fff;
	font-family: BebasNeue;
	box-shadow: 0 0 6px 3px #ffffff
}

.word h1 {
	font-size: 1.5em
}

.word h2 {
	font-size: 1.3em
}

.word h3 {
	font-size: 1.1em
}

.word p {
	font-size: 1em
}

.word a {
	color: #eb0000
}
.word ul {
	margin-bottom: 1rem;
}

.word ul li {
	text-align: left;
}

.footer {
	text-decoration: none;
	color: #fff
}

footer {
	background-image: radial-gradient(circle 214px at 46.5% 54.2%, #020a41 0, #000 90%);
	border-radius: 35px 35px 0 0;
	position: fixed;
	padding: 5px 0 5px 0;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999
    color: #fff;
}

footer ul {
	text-align: center;
	display: flex;
	justify-content: center
}

footer ul li {
	display: inline-block;
	font-size: 12px;
	position: relative;
	vertical-align: bottom;
	flex-basis: 90px;
	margin-top: 5px;
	border-right: 1px solid white
}

footer ul li a {
	color: #736d99;
	display: inline-block;
	text-align: center
}

footer ul li a p {
	margin: 0;
	font-size: 12px;
	color: #fff;
	padding-top: 3px;
	font-family: sans-serif
}

footer ul li span {
	min-height: 22px
}

footer ul li:nth-child(3) {
	border-right: none
}

@media (max-width: 460px) {
    .no-gutters {
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-gutter-left {padding-left: 15px;}
}

@media (max-width: 768px) {
    .no-gutter-left {padding-left: 15px;}
    .no-gutter-right {padding-right: 15px;}
    .container {max-width: 720px;}   
}

@media (min-width: 992px) {
    .container {max-width: 960px;}
    .marquee {font-size: 20px;}
}

@media (min-width: 1200px) {   
}

