html {
	background: #00102f url('../images/stars.png') repeat top center;
}

body {
	color: #fbb040;
}

p {
	text-shadow: 0px 0px 3px #000,0px 0px 3px #000,0px 0px 3px #000,0px 0px 3px #000;
}

.btn {
	border-radius: 0;
}

.btn-tsis {
	background-image: linear-gradient(#fbb040, #ea8e05);
	color: #000;
	font-weight: bold;
	border: 1px solid #fcba59;
	transition: all .3s;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 20px 50px rgba(0, 0, 0, .34);
}

.btn-tsis:hover {
	background-image: linear-gradient(#fcba59, #fcba59);
	color: #000;
	border: 1px solid #fcba59;
	transition: all .3s;
	position: relative;
	top: -2px;
	box-shadow: 0 14px 28px rgba(252, 186, 89, .15), 0 20px 50px rgba(252, 186, 89, .20);
}

.town-bg {
	background: url('../images/bg.png') top center no-repeat;
	background-size: cover;
	height: 100%;
	position:absolute;
	left: 0;
	bottom: 0;
    width: 100%;
	max-height: 50%;
}

.content-area {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}


/* Twinkle background effect courtesy of (and with modifications): */
/* ==============================================================================================
SED Innovations
https://sed.am
https://mkrtchyan.ga
================================================================================================= */

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

.twinkling {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.twinkling{
	background: transparent url('../images/twinkling.png') repeat top center;
	z-index: -1;
	animation: move-twink-back 400s linear infinite;
}
