body {
	font-family: "Roboto";
}

.navbar-brand img {
	width: 239px;
}

.navbar.container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.page-title {
	font-size: 2rem;
	color: #aca53c
}
.cards.container {
	display: flex;
	flex-direction: column;
}
.fill-history {
	padding-top: 1em;
	background-color: #b4ae4f;
	border-radius: 20px;
	color: rgba(0,0,0,0.87);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 6px;
	color: rgba(0,0,0,0.87);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card-summary {
	background-color: #665441;
	color: #e4e8dd;
	text-align: justify;
}
.card-summary p {
	padding: 15px;
	margin-bottom: 0;
	font-size: 0.8rem;
}
.card-image {
	height: 60%;
	position: relative;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -30px;
	border-radius: 6px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-image img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.card-what {
	margin-top: 30px;
	background-color: #8d8d47;
}

h6 {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 500;
	color: #cac683;
	transition: color 1s;
	font-family: "Roboto";
	line-height: 1.5em;
}

.content {
	padding: 15px 30px;
}

.card-description {
	color: #141414;
	text-align: justify;
	font-size: 0.8rem;
}

li {
	font-size: 0.8em;
}

.nav-link {
	text-align: right;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #55422c;
}

.nav-link2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #55422c;
}

.nav-link3 {
	font-size: 0.7em;
	color: #55422c;
}

a:hover {
	color: #992d4a;
}

.card-where {
	margin-top: 30px;
	background-color: #776e43;
}

.card-news {
	margin-top: 30px;
	background-color: #6c6824;
}

.card-partners {
	margin-top: 30px;
	background-color: #e4e8dd;
}
.card-partners h6 {
	color: #6c6824;
}

h5 {
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Roboto";
	font-size: 0.7em;
	line-height: 1.55em;
	color: #bbb3aa;
	text-align: right;
}

.card-news h5 {
	margin-top: 0.8em;
	margin-bottom: 0;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
}

a {
	color: #8c8c7a;
}

.footer {
	font-size: 0.7em;
}
