html {
	background-color: #3e2245;
}

h1,
h3,
h5,
p {
	color: #f1cb85 !important;
}

a {
	color: #dbdbdb;
}

a:hover {
	color: grey;
}

.title {
	margin: 0 !important;
}

.logo img {
	height: 150px;
	width: auto;
	margin: auto;
	padding: 20px;
}

.description {
	margin-bottom: 2rem;
}

.tabs {
	display: inline-block;
}

.tabs li a {
	color: grey;
	border-bottom-color: grey;
}

.tabs li a:hover {
	color: #dbdbdb;
	border-bottom-color: #dbdbdb;
}

.tabs li.is-active a {
	color: #f1cb85 !important;
	border-bottom-color: #f1cb85 !important;
}

.panels {
	display: none;
}

.documents li a {
	text-decoration: underline;
}

.mockup {
	display: inline-block;
	background-color: #f1cb85 !important;
	padding: 0.5rem !important;
	margin: 0.5rem;
}

.mockup img {
	height: 300px;
	width: auto;
	box-shadow: 2px;
}
