/*-------------------------
	Simple reset
--------------------------*/




/*-------------------------
	General Styles
--------------------------*/


html{
	background:url('../img/tile_bg.jpg')  center #b0b0b0;
	background-repeat: repeat-y;
	position:relative;
 background-position: center top;
    background-size: 100% auto;
	color: black;

}

body {font-family: 'Roboto Condensed', sans-serif;
	}

h1 {
	text-align:center;
}
.countdown {
	margin-top: 50px;
	
	
    padding: 100px 0 0;
	
	/*font:14px/1.3 'Segoe UI',Arial, sans-serif;*/
}

section, footer{
	display: block;
}


/*----------------------------
	Main Section
-----------------------------*/

#note{
	color: black;
	font-size: 1.5em;
	margin: 0 auto;
	padding: 4px;

	text-align: center;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
	width: 100%;
}


.cont {
	background-color:white;
    opacity: 0.5;
}

div.first {

    background: rgba(255, 255, 255, 0.8);
	width:60%;
	border-radius: 25px;
  margin: 0 auto;
 padding:10px;

}


#partners {
/*background:url('../img/partners.png') center;*/

 max-width: 100%;
max-height: 100%;
}


#maps{
/*margin: auto;*/
width:600px;
height:auto;
}


