body {
	background-image:url(../img/background.jpg);
    background-repeat:repeat;
    background-attachment:fixed;
    background-size:cover;

    font: 16px Arial;
    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')
}
.no-gutters {
    padding-right: 0;
    padding-left: 0;
}
.no-gutter-left {padding-left: 0;}
.no-gutter-right {padding-right: 0;}

.bg-dark-transparent {background: rgba(0,0,0,.8);}

h1, h2, h3 {
	font-weight: bold;
}
h1{
    text-align:center;
    color:#26c1ef;
    font-family:sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
	font-size: 24px;
	-webkit-text-fill-color:#000;
    -webkit-text-stroke-width:1px;
}
h2{
    text-align:center;
    color:#26c1ef;
    font-family:sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
    font-size:22px;
    -webkit-text-fill-color:#000;
    -webkit-text-stroke-width:1px
}
h3{
    text-align:center;
    color:#26c1ef;
    font-family:sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
    font-size:18px;
    -webkit-text-fill-color:#000;
    -webkit-text-stroke-width:1px
}

.btn-gold{
    width: 100%;
    border-radius: 20px;
    color: #000;
    background: -webkit-linear-gradient(#5a450b,#ba8802,#fff7e1,#ba8802,#d4b667,#fee8ae,#fee8ae,#ba8802,#826415,#ba8802,#fee8ae,#ba8802);
    padding: 0.5rem 1rem;
    font-size: 35px;
    font-weight: 800;
    animation: blink 1s linear infinite;
}
.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,.8) 100%,#b29448 100%);
    background:-o-linear-gradient(top,rgba(0,0,0,.8) 100%,gold 100%);
    background:-ms-linear-gradient(top,rgba(0,0,0,.8) 100%,gold 100%);
    background:linear-gradient(to bottom,rgba(99,221,241,.18) 100%,#13789e 100%);
}

@keyframes blink{
    0%{opacity: 0;}
    25%{opacity: .5;}
    50%{opacity: .7;}
    75%{opacity: 1;}
    90%{opacity: .5;}
    100%{opacity: .2;}
}

.jp{
    font-size:28px;
    background:-webkit-linear-gradient(#ba8802,#fee8ae,#ba8802,#fee8ae,#ba8802,#ba8802,#fee8ae,#ba8802,#fee8ae,#ba8802);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    color:#ffeb3b;
    padding:2px
}
.jp span.title{
    background:-webkit-linear-gradient(#ba8802,#fee8ae,#ba8802,#fee8ae,#ba8802);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-size:28px;
    padding:4px
}

.post p {
	text-align: center;
    line-height: 1.5;
    font-size: 18px;
}

.footer p {
	font-size: 12px;
}

li {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
}

@media (max-width: 460px) {
    .no-gutters {
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-gutter-left {padding-left: 15px;}
	.no-gutter-right {padding-right: 15px;}
}

@media (min-width: 768px) {
	h1, h2, h3 {-webkit-text-stroke-width:2px;}
    h1 {font-size: 35px;}
	h2 {font-size: 30px;}
	h3 {font-size: 25px;}

	.jp, .jp span.title {font-size: 50px;}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {   
}

