body {
    background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

    font: 15px 'Times New Roman';
    color: #fff;
}

a, a:visited {
	color: #d22826;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {font-weight: bold;}
h1{
	text-align: center;
	color: #fcd876;
	font-family: sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 24px;
	-webkit-text-fill-color: #07080899;
	-webkit-text-stroke-width: 1px;
}
h2{
	text-align: center;
	color: #fcd876;
	font-family: sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 20px;
    -webkit-text-fill-color: #ff2d2d99;
    -webkit-text-stroke-width: 1px;
}
h3{
	text-align: center;
	color: #fcd876;
	font-family: sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-text-fill-color: #0007;
	-webkit-text-stroke-width: 1.5px;
}

p{ 
	color: #fff;
	font-size: 15px;
    text-align: justify;
    line-height: 1.5;

}

t{ 
	color: #fff;
	font-size: 20px;
	margin: auto;
	-webkit-text-stroke: white;
	-webkit-text-stroke-width: thin;
	-webkit-text-stroke-color: oldlace;
}

.box1{
	border:0px solid #7F7037;
	border-radius: 0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 100%, #ffd700 100%);
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.daftar{
	border:0px solid #7F7037;
	box-shadow: 0 0 6px 3px #fff;
	border-radius: 20px;
	background:-moz-linear-gradient(top, #000 0%, #26c1ef 100%);
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #b29448 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
	text-align: center;
    padding: .5rem;
}

.btn-gold{
    font: 800 36px Arial;
    width: 100%;
	border: 0px solid #fff;
	border-radius: 20px;
	color: #000;
	background: -webkit-linear-gradient(#5a450b, #ba8802, #fff7e1, #ba8802, #d4b667, #fee8ae, #fee8ae, #ba8802, #826415, #ba8802, #fee8ae, #ba8802);
}
.btn-gold:hover{
	color: #fff;
	box-shadow: 0 0 6px 3px #fff;
	border-radius: 20px;
	background:-moz-linear-gradient(top, #000 0%, #26c1ef 100%);
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #b29448 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
	background: linear-gradient(to bottom, rgba(99, 221, 241, 0.18) 100%, #13789e 100%);
}
footer{
	color: #fff;
	font-size: 12px;
}
footer a{
	color: #fff;
}

@media (max-width: 768px) {
}

@media (min-width: 460px) {
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 25px;
    }
    t {
        font-size: 25px;
    }
}
@media (min-width: 992px) {
}

@media (min-width: 1200px) {}

@media (max-width: 460px) {
}