@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:400,400i&subset=latin-ext');

body {
	background: #000;
    font: 18pt 'Roboto', sans-serif;
    text-align: center;
    margin: 0;
}

a {
    transition: all .5s;
}

a:hover,
a:active,
a:focus {
    opacity: .5;
}

header {
	background: url('../img/head-png.png') center 290px no-repeat;
	background-size: 100%;
	z-index: 10;
	position: absolute;
	left: 0;
	width: 98vw;
}

header h1 {
	background: url('../img/comet.png') 0 0 no-repeat;
    color: #fff;
    height: 750px;
}

h1 span {
    font: italic normal .875em 'Roboto', sans-serif;
    display: block;
    margin-top: -.45em;
}

h1 i {
	font: normal bold 5em 'Roboto Condensed', sans-serif;
    transition: all 1s; 
}

.glow {
	text-shadow: 0 0 30px rgba(255, 255, 255, .85);
}

h2 span {
	color: #4767aa;
	display: block;
}

h3 {
	color: #be2428;
	text-transform: uppercase;
	font: 1.45em 'Roboto Condensed', sans-serif;
	margin-top: 60px;
}

body::after {
	background: url('../img/footer.png');
	content: ' ';
	display: block;
	height: 42px;
	width: 100%;
}

li {
	margin-bottom: 20px;
}

li img {
	width: 40px;
	vertical-align: middle;
	margin-right: 5px;
}

ul {
	margin-left: -19px
}

section {
	padding-bottom: 75px
}

section h2 {
	color: #be2428;
    font: italic normal 1.75em 'Roboto', sans-serif;
    padding-top: 90px
}

section h2 span {
	background-color: #be2428;
	color: #fff;
	display: inline-block;
	font: normal bold 1.5em 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0 10px;
	margin-bottom: 25px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.fb-like {
	display: block;
	margin: -190px 0 0 56.5%;
	width: 160px
}

.fb-like img {
	width: 160px
}

#canvas {
	width: 98vw;
	z-index: 1;
}

.postcard {
	background: url('../img/post.png') 0 0 no-repeat;
	background-size: contain;
	margin: 0 auto;
	max-width: 780px;
	height: 540px;
}

.postcard-inner {
	padding: 9% 0 0 30%;
}

.postcard h2 {
	color: #be2428;
	text-transform: uppercase;
	font: 2em 'Roboto Condensed', sans-serif;
	text-align: left;
	line-height: 95%;
}

.postcard p {
	text-align: left;
	width: 65%;
	line-height: 135%;
	margin-top: -20px;
	margin-bottom: .5em;
}

.postcard p.link-addon {
	margin-top: .35em;
}

.postcard-inner a {
	color: #4767aa;
	text-decoration: none;
	transition: all .5s;
}

.postcard-inner .link-addon a {
	color: #be2428;
	font-family: 'Roboto Condensed', sans-serif;
}

.postcard-inner a:hover,
.postcard-inner a:focus,
.postcard-inner a:active {
	opacity: .5;
}

.hashtag-holder {
	color: #be2428;
	font-family: 'Roboto Condensed', sans-serif;
	float: right;
	transform: rotate(2deg);
	margin: 40px 40px 0 0;
}

.content-holder {
	background-color: #fff;
	margin-top: 580px;
}

.items img {
	max-width: 292px;
	margin-top: 30px;
}

.text-left {
	text-align: left
}

#page-content {
	display: none;
}

#page-content.showMe {
	display: block;
}

#preloader.showMe {
	display: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 63.9em) {
	h1 {
		font-size: 1.5em;
	}	
	header h1 {
		height: 600px;
	}
	.content-holder {
		margin-top: 350px;
	}
}

@media (max-width: 47.9em) {
	header h1 {
		height: 500px;
	}
	.postcard h2 {
		font-size: 1.2em
	}
	.postcard p {
		width: 85%;
		font-size: .85em;
	}
	.fb-like {
		margin-top: -310px;
		margin-left: 53%;
	}
	.fb-like img {
		width: 100px
	}
	.content-holder {
		margin-top: 100px;
	}
	section h2 {
		font-size: 1.2em;
	}
}