/* ========================================================================
 *  Type
 * ======================================================================== */

@import url('https://fonts.googleapis.com/css?family=Rakkas');

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/gt-walsheim-pro-bold-webfont.woff2') format('woff2'),
         url('../fonts/gt-walsheim-pro-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('gt-walsheim-pro-medium-webfont.woff2') format('woff2'),
         url('gt-walsheim-pro-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* ========================================================================
 *  Geral
 * ======================================================================== */

html, 
body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #16e693;
	color: #222;
	font-family: 'GT Walsheim Pro';
}

/* ========================================================================
 *  Navbar
 * ======================================================================== */

nav.navbar-default {
	background-color: transparent;
	border: none;
	font-weight: 700;
}

nav.navbar-default .navbar-brand,
nav.navbar-default .navbar-nav li a {
	color: #222;
}

nav.navbar-default .navbar-brand {
	pointer-events: none;
	cursor: default;
}

nav.navbar-default .navbar-brand img {
    display: inline-block;
    height: 23px;
    margin-right: 10px;
}

li[role="separator"]::before {
	position: relative;
	bottom: -10px;
	content: '.';
}

@media (max-width: 768px) {
	nav.navbar-default .navbar-right {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-flex;
	}
}

@media (min-width: 769px) {
	nav.navbar-default .navbar-right {
		position: relative;
		top: 80vh;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		z-index: 9999;
		font-size: 1.4em;
	}
}

/* ========================================================================
 *  Quotes
 * ======================================================================== */

.container:nth-child(2) {
	margin-top: 5%;
}

#quotes  {
	position: relative;
	height: 100%;
	/*background-color: red;*/
	text-align: right;
	min-height: 500px;
	font-family: 'Rakkas';
}

@media (max-width: 768px) {
	#quotes {
		min-height: 250px;
	}
}

#quotes h4 {
	font-family: 'GT Walsheim Pro';
	text-decoration: underline;
}

#quotes p {
	font-size: 3em;
}

#quotes p.small {
	font-size: 1.5em;
}

#main-text h1 {
	font-size: 3em;
	line-height: 1.3em;
}

@media (max-width:768px) {
	#main-text h1 {
		font-size: 2.5em;
	}
}

.carousel {
	position: initial;
	height: 100%;
}

.carousel-indicators li {
	border: 1px solid #000;
}

.carousel-indicators .active {
	background-color: #000;
}