/*
Theme Name: Festival ABCR
Theme URI: http://kevindantas.com/
Description: Tema dessenvolvido para o Festival ABCR 2016
Author: Kevin Dantas
Author URI: http://kevindantas.com/
Version: 1.0
Tags: responsive, white, bootstrap

This is an example theme to go along with the Treehouse blog post on <a href="http://teamtreehouse.com/how-to-build-a-responsive-wordpress-site-with-twitter-bootstrap">How to Build a Simple Responsive WordPress Site Using Twitter Bootstrap</a>.
*/

/*@import url('bootstrap/css/bootstrap.css');*/
/*@import url('bootstrap/css/bootstrap-responsive.css');*/

body {
	font-family: 'Open Sans', sans-serif;
	/*padding-top: 60px;*/
	/*padding-bottom: 40px;*/
}


h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 55px;
}


/****************** 
* Colors  
*******************/
.blue {
	color: #006892
}

.blue .btn-rounded {
	color: #006892;
	border-color: #006892;
	transition: 0.2s ease-in;
}

.blue .btn-rounded:hover {
	background: #006892;
	color: #fff;
}


.red {
	color: #C52521
}

.red .btn-rounded {
	color: #C52521;
	border-color: #C52521;
	transition: 0.2s ease-in;
}

.red .btn-rounded:hover {
	background: #C52521;
	color: #fff;
}


.green h1, .green .fa{
	color: #7F993A
}

.fa {
	margin-right: 1rem;
}

.green .btn-rounded {
	color: #7F993A;
	border-color: #7F993A;
	transition: 0.2s ease-in;
}

.green .btn-rounded:hover {
	background: #7F993A;
	color: #fff;
}


.gray {
	background: #4A4949;
	color: #fff;
}


.orange {
	color: #DB7D21
}

.orange .btn-rounded {
	color: #DB7D21;
	border-color: #DB7D21;
	transition: 0.2s ease-in;
}

.orange .btn-rounded:hover {
	background: #DB7D21;
	color: #fff;
}





.banner-home {
	background: url(images/banner.jpg);
	background-size: cover;
	min-height: 70vh;
	position: relative;
}

.banner-home i {
	font-size: 22px;
}

.headline {
	padding-top: 2rem;
}

.headline::before {
	content: '';
	display: block;
	height: 2px;
	width: 25vw;
	margin: auto;
	background: #fff;
	margin-bottom: 3rem;
}

.banner-home .headline p {
	font-size: 20px;
	color: #fff;
}

.banner-home .headline i {
	font-size: 24px;
}

.banner-home .navbar-inverse {
	background: transparent;
	border-color: transparent;
}


.banner-home .navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

@media (min-width: 768px) {
	.banner-home .navbar {
		width: 100%;
		position: absolute;
		bottom: 0rem;
		margin-bottom: 1rem;
	}
}

.navbar {
	text-transform: uppercase;
	text-align: center;
}

.banner-home .navbar ul.navbar-nav.nav {
	float: none !important;
	display: inline-block !important;
	margin: auto !important;
}

.navbar-inverse .navbar-nav>li>a{
	line-height: 1.2;
	display: block;
}

.banner-home .navbar ul.navbar-nav li {
	line-height: 1;
}

.banner-home .navbar ul.navbar-nav li::after {
	content: '';
	display: inline-block;
	width: 0%;
	height: 2px;
	background: #fff;
	transition: 0.2s ease-in;
}

.banner-home .navbar ul.navbar-nav li:hover::after,
.banner-home .navbar ul.navbar-nav li.current_page_item::after {
	width: 100%;
}


.home-section h1 {
	font-weight: 700;
}


.home-section p {
	font-size: 20px;
}


.home-section .btn-rounded  {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 27px;
	background: transparent;
}


.btn-rounded {
	border-radius: 10000px;
	border: 3px solid;
	padding: 10px 40px;
}



#evento, #programacao, #parceiros, #palestrantes {
	width: 100vw;
	padding: 10rem 0;
}

#evento h1, #evento p {
	margin-bottom: 4rem;
}

#programacao {
	background: #ECECEC;
}

#palestrantes .palestrante {
	width: 25%;
	float: left;
	margin-top: 60px;
}

#palestrantes .palestrante h3 {
	font-weight: 700;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 28px;
}

#palestrantes .palestrante p {
	font-weight: 300;
}


#palestrantes .palestrante figure {
	width: 120px;
	height: 120px;
	border-radius: 15px;
	margin: auto;
	margin-bottom: 40px;
	overflow: hidden;
	border: 3px solid white;
	transform: rotate(45deg);
}

#palestrantes .palestrante figure img {
	min-width: 170px;
	max-width: 170px;
	margin-top: -35px;
	margin-left: -35px;
	transform: rotate(-45deg);
}

#parceiros h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
}


#contato {
	width: 100vw;
	height: 70vh;
	position: relative;
}

#map {
	width: 100%;
	height: 100%;
	position: absolute;
}


#contato .card {
	margin-top: 10vh;
	padding: 4rem;
	background: white;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

#contato .card h1 {
	margin-top: 0;
	margin-bottom: 4rem;
}