
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,body {
	height: 100%;
	font-size: 100%;
	font-family: "Open Sans", helvetica, arial, sans-serif;
	color: #FFF;
}

#home {
	background-size: cover;
	background-image: url('../img/pink.jpg');
    background-position: center top;
    -webkit-background-size: cover; 
    -moz-background-size: cover;
    -o-background-size: cover;
}

#header {
    min-height: 100%;
    height: 100%;
    width: 100%;
    display: table;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

#header .header-content {
    display: table-cell;
    vertical-align: bottom;
    padding: 50px 0 10px 0;
    text-align: center
}

.hero-text {
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 30px;
}
.copyright {
	font-size: 13px;
}

a {
	font-weight: bold;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}

p {
	 border: 0; 
	 font-size: 100%; 
	 font: inherit; 
}

/*-----------------------------------------------*/
@media (max-width: 400px) {
	.countdown-number {
		font-size: 31px;
	
		font-weight: 400;
	}
	.countdown-item {
		padding-bottom: 10px;
	}
	.countdown-label {
		font-size: 13px;
	
		margin-top: 0;
	}
	.myform {
		padding-top: 10px;
	}
}
@media (min-width: 600px) {
	.countdown-number {
		font-size: 50px;
	}
	.countdown-item {
		padding-bottom: 10px;
	}
	.countdown-label {
		font-size: 16px;
	}
	.myform {
		padding-top: 10px;
	}
}

@media (min-width: 768px) {
	.countdown-number {
		font-size: 60px;
	}
	.countdown-item {
		padding-bottom: 10px;
	}
	.countdown-label {
		font-size: 16px;
		margin-top: 0;
	}
	.myform {
		padding-top: 10px;
	}
}


@media (min-width: 992px) {
	.countdown-number {
		font-size: 80px;
	}
}

@media (min-width: 1200px) {
	.countdown-number {
		font-size: 100px;
	}	
} 


