/*
Theme Name: Berlin Geekettes Hackathon

[Table Of Contents]

	01- BODY
	02- HERO UNIT
	03- ICON STYLE
	04- HEADERS
	05- BODYCOPY
	06- NAVIGATION
	07- API LIST
	08- FOOTER

*/

/*-----------------------------------------------------------------------------
=01 BODY
-----------------------------------------------------------------------------*/

@font-face {
  font-family: ssPika;
  src: url(../font/ss-pika.ttf ) format("truetype");
}

@font-face {
  font-family: ssPikaSocial;
  src: url(../font/ss-social-regular.ttf ) format("truetype");
}


body {
	font-size: 16px;
	background: #fff; /* alternative #f7f7f7*/
	/*
	font-family: 'Varela', sans-serif;
	*/
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #404956;
}

@media (max-width: 767px) {
	.container {
		max-width: 500px;
	}
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #fff; /* alternative #f7f7f7*/
}

::selection {
	background-color: rgba(86,97,116,0.9); /* Safari */
	color: white;
	text-shadow: none;
}

::-moz-selection {
	background-color: rgba(86,97,116,0.9); /* Firefox */
	text-shadow: none;
	color: white;
}

.text-centered {
	text-align: center;
}

/*#container {
	padding-top: 1px;
	width: 100%;
}

#container div {
	color: white;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 10px;
}*/

#first-section {
	/*background: #5783A5;*/
}

.text-shadow {

}

.row article {
	padding-bottom: 20px;
}


.row-img {
    text-align: center;
}


/*-----------------------------------------------------------------------------
=02 HERO UNIT (BANNER)
-----------------------------------------------------------------------------*/

.hero-unit {
	height: 320px;
}

.hero-unit:after {
	height: 440px;
}

.hero-unit h1 {
	padding-top: 0;
	margin-bottom: 30px;
	margin-left: -30px;
	margin-right: -30px;
}

.hero-unit > img {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */

}

@media all and (min-width: 450px) {
	.hero-unit {
		height: 450px;
	}

	.hero-unit:after {
		height: 570px;
	}

	.hero-unit h1 {
		padding-top: 50px;
		margin-bottom: 50px;
		margin-left: 0px;
		margin-right: 0px;
	}
}

.hero-unit:after {
	display: block;
	background-color: rgba(0, 0, 0, .65);
	width: 100%;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: " ";
}

.hero-unit * {
	position: relative;
	z-index: 2;
}

.hero-unit {
	position: relative;
	display: block;
	background-color: #262822;
	background-image: url(../img/screenshot_hackathon_py2.png);
}

.hero-unit h1 {
	color: rgba(256,256,256,0.95);
	font-weight: 300;
	font-size: 36px;
	letter-spacing: 0.8px;
	text-shadow: rgba(0, 0, 0, 1) 0px 1px 1px;
}

.hero-unit p, button {
	text-align: center;
	text-shadow: none;
}

#attend h2 {
	color: rgba(256,256,256,0.9);
	text-shadow: none;
}

#attend p {
	font-size: 20px;
	color: rgba(256,256,256,0.8);
	text-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px;
}

.bg-bracket {
	font-family: 'Varela', sans-serif;
	font-size: 30px;
	padding-top: 10px;
	color: #ee4444;
}


/*-----------------------------------------------------------------------------
=03 ICONS STYLE PIKA
-----------------------------------------------------------------------------*/

.pika-icon {
	font-family: ssPika;
	font-size: 25px;
	color: #fff;
	line-height:30px;
	text-align: center;
}

.circle {
	width:60px;
	height:60px;
	border-radius:50px;
	font-family: ssPika;
	font-size: 25px;
	color: #f7f7f7;
	text-align: center;
	line-height:65px;
	background:#ee4444;
	margin: 0 auto;
}

.pika-icon-section {
	font-family: ssPika;
	font-size: 24px;
	color: rgba(64,73,86,0.7);
	/* #404956 */
	text-shadow: none;
	padding-right: 10px;
	padding-top: 15px;
	line-height: 20px;
	text-align: center;
}

.pikasocial-icon-section{
	font-family: ssPikaSocial;
	font-size: 18px;
	color: rgba(64,73,86,0.7);
	/* #404956 */
	text-shadow: none;
	padding-right: 10px;
	padding-top: 15px;
	line-height: 20px;
	text-align: center;
}

.span12 h2 {
	margin: 0 auto;
}


.scrollspy-example {
	height: 200px;
	overflow: auto;
	position: relative;
}


/*-----------------------------------------------------------------------------
=04 HEADERS
-----------------------------------------------------------------------------*/

.header-section {
	padding: 40px 0 35px 0;
}

.intro-text {
	font-size: 20px;
	font-weight: 300;
}

h1 {
	font-weight: 100;
	line-height: 1.05em;
	font-size: 80px;
	color: #fff;
	margin-bottom: 33px;
	text-align: center;
}

h2 {
	font-family: 'Varela', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	text-align: center;
	color: #1f242a;
}

h3 {
	font-size: 24px;
	font-weight: 300;
	margin: 20px 0 20px 0;
}

h4 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------
=05 BODYCOPY
-----------------------------------------------------------------------------*/


p {
	font-size: 15px;
	color: #616e82;
	text-shadow: 0 1px 0 white;
	line-height: 1.6em;
}

a, a:visited {
	color: #ee4444;
	text-decoration: none;
	padding: 3px;
}

a:hover {
	color: white;
	background-color: #ee4444;
	text-decoration: none;
	text-shadow: none;
}

.yellow-bg {
	background-color: #fffdd2;
	color: #343434;
	text-shadow: none;
	padding: 0 6px 0 6px;
	border-bottom: 1px solid #fff73a;
}

/*.nav li{
	float: right;
	background-color: gray;
}
*/


/*-----------------------------------------------------------------------------
=06 NAVIGATION
-----------------------------------------------------------------------------*/

.navbar-inverse .navbar-inner{
	background: rgba(17,15,15,0.9);
}

.navbar .brand {
	font-size: 14px;
}

.navbar a {
	font-family: 'Varela', sans-serif;
	font-size: 12px;
	letter-spacing: 0.333px;
	text-transform: uppercase;
}

#first-section h2{
	/*color: #6c7a91;*/
	text-shadow: none;
}



.hours {
	color: rgba(64,73,86,0.5);
	margin-bottom: 0;
}

.dayplanning {
	font-size: 15px;
	color: #6c7a91;
	text-shadow: 0 1px 0 white;
	line-height: 1.6em;
}

/*h5 {
	font-family: ssPika;
	font-size: 30px;
	color: #6c7a91;
	text-shadow: 0 1px 0 white;
	text-align: center;
}*/

/*-----------------------------------------------------------------------------
=07 API LIST
-----------------------------------------------------------------------------*/
#apilist li {
	float: left;
	display: inline;
	margin: 20px;
	font-size: 20px;
}

#apilist a:hover {

}


/*-----------------------------------------------------------------------------
=08 FOOTER
-----------------------------------------------------------------------------*/
.bg-footer {
	width: 100%;
	max-height: 30px;
}

footer {
	max-width: 1170px;
	padding: 40px 0 0 10px;
	margin: 0 auto;
}

footer p {
	font-size: 13px;
	color: rgba(64,73,86,1);
	letter-spacing: 0.8px;
	text-shadow: 0 1px 0 white;
}

/*-----------------------------------------------------------------------------
SPONSORS
-----------------------------------------------------------------------------*/
#sponsors {
	text-align: center;
	font-size: 20px;
}

#sponsors .row {
	padding: 30px 0;
}

.sponsor-logo {
	max-width: 300px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 15px;
}

.sponsor-logo-premier {
	width: 75%;
	max-width: 500px;
}

.sponsor-logo-major {
	width: 22%;
}

.sponsor-logo-partner {
	max-width: 20%;
	max-height: 130px;
	margin-bottom: 20px;
}

.sponsor-logo-supporter {
	max-width: 15%;
	max-height: 75px;
	margin-bottom: 20px;
}