@charset "UTF-8";
/* CSS Document */

p, li, label {
	font-family: 'Crimson Text', serif;
	font-weight: 400i;
	font-size: 1.3em;
	letter-spacing: 1px;
}

.list-group-item {border-top: 1px solid #fff; text-indent:-5px;}

form {border-radius:10px;}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One', sans-serif;
	text-transform:uppercase;
}

.pink {color: #ca6389;}
.yellow {color: #fef03e;}
.blue {color: #a2cff0;}

.fundo-preto {background-color:#000;}
 

.list-group-item {background:none;}

.btn-lg {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.8em;
	background-color: #fef03e;
	width:100%;
}

button {width:100%;} 

.blockquote-footer a {color:#fef03e;}
.blockquote-footer a:hover {color:#fff;}
