html,body{
	height: 100%;
	border: 0;
	padding: 0;
}
body{
	/*background-image: url(../images/bg.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	/*color: #FFF;*/
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
}
p{
	font-size: 1em;
}
#main-wrapper{
	padding-top: 12em;
}
#countdown{
	padding-top: 1em;
}
#countdown .days,
#countdown .hours,
#countdown .minutes,
#countdown .seconds{
	display: inline-block;
	text-align: center;
	margin-right: 1.5em;
}
#countdown .counter{
	font-size: 3em;
	font-weight: bold;
}
#countdown .label{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	/*background: #33abe9;*/
	border-radius: .8em;
}
/* Media Queries de Bootstrap 3 */

/* Extra small devices (phones, less than 768px) */
/* No media query ya que es el tamaño por defecto */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	/*body{
		background-position: left top;
    	background-size: 100%;
	}*/
	#main-wrapper{
		padding-top: 2em;
	}
	#main-wrapper *{
		text-align: center;
	}
	#countdown .days,
	#countdown .hours,
	#countdown .minutes,
	#countdown .seconds{
		margin: 0 .4em;
	}
	#countdown .counter{
		font-size: 2.5em;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  
}
