html, body {
	background-color:#200e34;
	height: 100%;
}

.navbar {
	background-color: #290053;
	color: white !important;
}

.navbar-item, .navbar-link {
	color: grey !important;
}

.boxes {
	background-color: #290053;
	/*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.title, .subtitle {
	color: #7e7e7e !important;
}

.is-purple {
	background-color: #4000a2;
	color: #7e7e7e;
	border-color: #7e7e7e;
}

.is-purple:hover {
	background-color: #4000a2;
	border-color: red;
	color: red;
}

.has-background-purple {
	background-color: #4000a2;
}

.has-background-purple-dark {
	background-color: #200e34;
}
