/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Sanza - One page multi purpose page
Version:	1.0
Last change:	17/08/2015 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

[Color codes]

Buttons, etc:	#726FB9 (blue)
hover color:	#fed136 (yellow)
-------------------------------------------------------------------*/

/*--------------------
Importação Google Fonts
--------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300,400,500);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Quicksand:700);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:300italic);


/*--------------------
1. Geral
--------------------*/
*{
	margin: 0;
	padding: 0;
}
html, body {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.4px;
}
.documentos li a, #sobre .autor {
	font-size: 14px;
	line-height: 23px;
	color: #797979;
}
p, ul li {
	letter-spacing: 0.2px;
	line-height: 23px;
}
a:hover, a:focus, a:active, a.active {
	color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}



@media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
}


section {
	padding: 70px 0;
}
ul {
	padding-top: 10px;	
	list-style: none;
}
ul li, .navbar-default .navbar-toggle, #contacto p {
	color: #000;
}

.parallax-window {
	height: 680px;
	background-color:transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.parallax-window.img {
	height: 350px;
}
iframe {
	width: 80%;
}
h3, h4{
	font-size: 18px;
}



/*--------------------
2.Navegação
--------------------*/

.navbar-default, .navbar-default .navbar-toggle:hover {
	background-color: #fff;
	padding-bottom: 20px;
}
.navbar-default .navbar-brand {
	padding: 13px 0;
}


@media (min-width: 768px) {
	
	.navbar-collapsed{
		padding-top: 95px;
    }
}


.navbar-default .navbar-toggle {
	position: relative;
	top: 10px;
	z-index: 1;
	border: 0;
	display: block;
}
.navbar-default .navbar-toggle:hover {
	padding-bottom: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
	width: 22px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.navbar-toggle .top-bar {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar, .navbar-toggle.collapsed .bottom-bar {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}
.navbar-default .nav, .navbar-default .nav li {
	float: none;
}
.navbar-default .nav li {
	display: block;
}
.navbar-default .nav li a, .col-lg-12 h2, #servicos .col-lg-3 h4, #sobre .col-lg-10 h3 {
	font-family: 'Alegreya Sans SC',sans-serif;
}
.navbar-default .nav li a:hover, .col-lg-12 h2 { 
	font-weight: 400;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
}
.navbar-default .navbar-nav>.active>a , .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { 
	color: #fff;
	background-color: #fec503;
}



/*--------------------
3.Cabeçalho
--------------------*/

header .col-lg-12 {
	padding: 300px 0;
}
header .col-lg-12 h1 {
	font-family:'Quicksand', sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
}


@media (min-width: 768px) {
	
	header .col-lg-12 {
		padding: 300px 0;
	}
	
	header .col-lg-12 h1 {
		line-height: 54px;
		font-size: 42px;
	}
}



/*--------------------
4.Sobre
--------------------*/

.col-lg-12 h2 {
	font-size: 30px;
}
#sobre .col-lg-10 p {
	font-family: 'Titillium Web', sans-serif;
	font-style: italic;
	font-size: 15px;
}
#sobre .autor, .documentos li a, #contacto p, h6, h3, h4, #sobre .col-lg-10 .info-extra p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}
#sobre .col-lg-10 h3{
	font-weight: 500;
}



/*--------------------
5. Serviços
--------------------*/

#servicos.i.fa {
	cursor: pointer;
}
.navbar-default .nav li a {
	font-size: 21px;
}
.navbar-default .nav li a, .documentos li a, #contacto p, #espaco .col-lg-12 h3, #servicos .col-lg-3 h4, h6 a, .info-extra {
	font-weight: 300;
	text-decoration: none;
}
#servicos i.fa, #back {
	margin-top: 25px;
}



/*--------------------
6. Documentos
--------------------*/

.documentos li a:hover, .documentos li a:active{
	color: #064287;
}

/*--------------------
7. Contacto
--------------------*/

#contacto .col-lg-6, #contacto .col-lg-6 .col-lg-2, #contacto .col-lg-6 .col-lg-10 {
	margin: 8px 0;
}
#contacto i.fa {
	color: #337ab7;
}
.fa-envelope, footer img{
	margin-top: 15px;
}
footer{
	padding: 5px 0 2px 0;
	background-color: #F7F7F7;
}

#back{
	float: right;
}
