/* 
	Custom CSS Document 
	
	font-family: 'Dosis', sans-serif;
*/


body {
	background:url(img/bg-txt.png) repeat;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Dosis', sans-serif;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#009BDC;
}

a:hover {
	text-decoration:underline;
	color:#00AEEF;
}

a.no-underline, a.no-underline:hover {text-decoration:none;}

.title {
	color:#1B4790;
}

.center {margin:auto;}

.footer {
	margin-top:40px;
	padding:40px 0;
	background:#CDCFD0;
	color:#000;
	position:absolute;
	z-index:99;
	bottom:0;
	left:0;
	right:0;
}

.footer p {
	padding-bottom:0;
}




/*
	mailchimp styles
*/

#btm-signup {
	margin:20px auto 0 auto;
	padding:10px 0;
	
}

.btm-wrapper {
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}

.btm-wrapper:before, 
.btm-wrapper:after {
	content: " ";
	display: table;
	clear:both;
}

#mc_embed_signup{
	/*background:#fff;
	clear:left; 
	font:14px Helvetica,Arial,sans-serif; 
	width:100%; */
}


/*
	clock styles
*/

#clock {
	margin:auto;
	text-align:center;
}

#clock div {
	display:inline-block;
	margin:10px 16px;
	padding:10px;
	border:2px solid rgba(204,204,204,0.8);
	-webkit-border-radius:8px; 
	   -moz-border-radius:8px; 
	        border-radius:8px;
	background:rgba(204,204,204,0.4);
	color:#888;
	font-size:1.25rem;
}

#clock span {
	display:block;
	padding-bottom:10px;
	color:#333;
	font-size:3rem;
}




