*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:	border-box;
    border: none''
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body{
	line-height: 1;
	background: #fff;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display: block;
}
li{
	list-style-type: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
a{
	text-decoration: underline;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:hover{
	text-decoration: none;
}
/* change colors to suit your needs */
ins{
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colors to suit your needs */
mark{
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del{
	text-decoration: line-through;
}
abbr[title], dfn[title]{
	border-bottom: 0.063rem dotted;
	cursor: help;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
hr{
	display: block;
	height: 0.063rem;
	border: 0;
	border-top: 0.063rem solid #cccccc;
	margin: 1rem 0;
	padding: 0;
}
input, select{
	vertical-align: middle;
}
img{
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
/* end of stylesheet reset */
body{
    background: black url(../images/background.png) repeat;
}
/* start of the header styles */
#header-wrap{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#header-wrap h1{
	text-align: center;
	margin: 0;
	padding: 1rem 0 .2rem 0;
	font-size: 3.8rem;
	font-weight: normal;
    font-family: 'Sigmar One', cursive;
	color: #2d92e2;
}
#header-wrap h2{
	text-align: center;
	margin: 0;
	padding: 1rem 0 0 0;
	font-size: 1.8rem;
	font-weight: normal;
    font-family: 'Sigmar One', cursive;
	color: #f2f3f4;
}
#header-wrap h1 a, #header-wrap h1 a:hover{
	text-decoration: none;
	color: #2d92e2;
}
/* end of the header styles */
/* start of countdown timer styles */
#countdown-timer-wrap{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#countdown-timer-wrap .timer{
    width: 40rem;
    margin: 0 auto;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#countdown-timer-wrap .timer div{
    text-align: center;
    margin: .2rem;
    padding: 1.5rem .2rem;
    color: #f2f3f4;
    font-family: 'Sigmar One', cursive;
    width: 9.375rem;
    height: 9.375rem;
    border: 0.313rem solid #f2f3f4;
    border-radius: 100%;
    background: rgba(0, 0, 0, .4);
}
#countdown-timer-wrap .timer div span{
    display: block;
}
#countdown-timer-wrap .timer div span.time{
    font-family: 'Sigmar One', cursive;
    font-size: 2.5rem;
    font-weight: bold;
    color: #2d92e2;
}
#countdown-timer-wrap .timer div span.text{
    font-family: arial, helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    color: #f2f3f4;
}
/* end of countdown timer styles */
/* start of styles for address area */
.text-wrap{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.text-wrap .inner-text-wrap{
	width: 62.5rem;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.text-wrap .inner-text-wrap p{
	text-align: center;
	margin: 0;
	padding: .2rem .5rem .5rem .5rem;
	line-height: 1.6rem;
	color: #f2f3f4;
	font-family: arial, tahoma, sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
}
.text-wrap .inner-text-wrap p a{
	text-decoration: underline;
	color: #f2f3f4;
}
.text-wrap .inner-text-wrap p a{
	text-decoration: underline;
	color: #f2f3f4;
}
.text-wrap .inner-text-wrap p a:hover{
	text-decoration: none;
}
/* end of styles for address area */
/* start of styles for the rocket ship */
#rocket-wrap{
    width: 100%;
    height: 16rem;
    display: flex;
}
.rocket{
    margin: auto;
}
/* end of styles for the rocket ship */
/* start of styles for the social media icons at the bottom */
#followWrap{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5rem 0 .5rem 0;
    display: flex;
}
#followWrap #follow{
	height: auto;
	margin: auto;
	padding: 0;
}
#followWrap #follow h3{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 .3rem 0;
	color: #f2f3f4;
	font-size: 2rem;
	font-weight: normal;
    font-family: 'Sigmar One', cursive;
}
#followWrap #follow a img{
	margin: 0 0 0 0.313rem;
	padding: 0;
	border: 0.125rem solid #f2f3f4;
	border-radius: 100%;
	transition: all 0.5s;
}
#followWrap #follow a img:hover{
	transform: scale(1.5);
}
/* end of styles for the social media icons at the bottom */
/* start of styles for the footer */
#footer-wrap{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1.5rem 0;
	outline: none;
}
#footer-wrap p{
	text-align: center;
	margin: 0;
	padding: .2rem .2rem .5rem .2rem;
	color: #f2f3f4;
	font-family: 'Yantramanav', sans-serif, arial, tahoma;
	font-size: .9em;
	font-weight: normal;
}
#footer-wrap p a{
    text-decoration: underline;
    color: #f2f3f4;
}
#footer-wrap p a:hover{
    text-decoration: none;
}
/* end of styles for the footer */
.clear{
	clear: both;
}
@media (max-width: 62.5rem){ /* 1000px */
	.text-wrap .inner-text-wrap{
		width: 100%;
		margin: 0;
	}
}
@media (max-width: 28.125em){ /* 450px */
	#counter-timer-wrap{
		width: 10rem;
		margin: 0 auto;
	}
}
@media(max-width: 43.75rem){ /* 700px */
    #header-wrap h1{
        font-size: 2.3rem;
    }
    #header-wrap h2{
        font-size: 1.5rem;
    }
    #countdown-timer-wrap .timer{
                width: 19.55rem;
    }
}