@charset "UTF-8";

/* GENERAL
---------------------------------------------- */
body {
	
	/*background: #f3b6a3;*/
	font-family: 'Droid Serif', serif;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
}

a {
 
}

a:link {
  
}

a:visited {
  
}

a:focus,
a:hover,
a:active {
  
}


/* Clearfix:
  http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* CONTAINERS
---------------------------------------------- */
.container {
	width: 50%;
	padding-bottom: 30px;
	margin: 0 auto;	
}


/* HEADER
--------------------#-------------------------- */
.logo a {
	display: inline-block;
	background: url(../img/logo.png) center center no-repeat;
	text-indent: -9999px;
	width: 117px;
	height: 30px;
	border-top: 1px solid #fff;
	/*border-bottom: 1px solid #fff;*/
	padding: 3px 0;
}



/* COVER
---------------------------------------------- */


/* POST KUBA
---------------------------------------------- */
.post-title {
	font-family: "Bebas Neue Bold", sans-serif;
	font-size: 90px;
	font-weight: bold;
	letter-spacing: -3px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	display: none;
}

#post-kuba hr {
	border-top: 2px solid #000;
	width: 5%;
	margin: 0 auto;
	margin-bottom: 40px;
}

#post-kuba p {
	font-weight: bold;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 30px;
}

#post-kuba .perex {
	font-size: 30px;
	line-height: 1;
}

#post-kuba .pullquote {
	font-style: italic;
	text-align: center;
}


/* PROGRAM
---------------------------------------------- */
#program {
	color: #fff;
	background: #1b8ec7;
}

.program-title {
	font-family: "Bebas Neue Bold", sans-serif;
	font-size: 100px;
	font-weight: bold;
	letter-spacing: -3px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 30px;
}

.program-header {
	margin-bottom: 30px;
}

#program p {
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 30px;
}

#program p span {
	color: #000;
	font-weight: bold;
}


/* CONTACT
---------------------------------------------- */
#contact{
	background: #ca5854;
	border-bottom: 1px solid #000;
}

.contact-title {
	font-family: "Bebas Neue Bold", sans-serif;
	font-size: 90px;
	font-weight: bold;
	letter-spacing: -3px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 30px;
}

#contact hr {
	border-top: 2px solid #000;
	width: 5%;
	margin: 0 auto;
	margin-bottom: 40px;
}

#contact p {
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;
}

#contact .mail {
	font-size: 30px;
	line-height: 1;
}

form {
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	padding: 30px 0;
	text-align: center;
}

input,
button {
	background: #f3b6a3;
	border: none
	width: 50%;
	padding: 15px 20px;
	margin: 15px;
	border-radius: 4px;
}

input:focua {
	outline: 2px solid #489db8;
}

label {
	display: block;
	cursor: pointer;
}

/* FOOTER
---------------------------------------------- */
#footer {
	font-family: 'Droid Serif', serif;
	background: #ca5854;
}

#footer .container {
	padding-top: 22px;
	padding-bottom: 23px;
	position: relative;
}

#footer p {
	display: inline-block;
}

#footer a {
	color: #000;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	left: 50%;
	margin-left: -15.5px;
	top: 21px;
}