body {
	font-family: 'Myriad Pro', 'Open Sans', verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-family: "Yanone Kaffeesatz", "Open Sans", sans-serif;
}


.carousel-caption {
	bottom: none; 
	top: 60px; 
	text-shadow: 0px 0px 3px #000;
}



.carousel-caption h1 {
	font-size: 6em;
//	text-shadow: 0px 0px 2px #ddf;
}

.carousel-inner > .item > img {
	left: auto;
	right: 0;
}


input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  margin: 8px; 
}


#notify {
 position: fixed; 
 width: 300px;
 margin: auto auto;
 display: none; 
 border: 1px solid #222; 
 background: #fff; 
 padding: 20px; 
 box-shadow: 0px 0px 6px #444; 
 border-radius: 6px;
 z-index: 1001 !important;
}


.social img {
	padding: 10px;
	float: left;
}