@import url('https://fonts.googleapis.com/css?family=Palanquin+Dark:400,600&display=swap');

html {
	background-color: white;
	font-size: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust:100%
}

body, button, input, select, textarea {
	font-family: 'Palanquin Dark', sans-serif;
	/*font-family: "GT Eesti Display", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
}

.section-banner {
	padding: 0rem 1.5rem;
}

p .has-text-warning{
	color: #ffdd57;
}

.subtitle {
	color: #998DA0;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
}

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
	border-bottom: solid 2px #f14668;
	color: #f14668;
	background-color: #fff;
}

.navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
	border-bottom: solid 0px #f14668;
	color: #f14668;
	background-color: #fff;
}

.navbar-link:not(.is-arrowless)::after {
	border-color: #f14668	;
	margin-top: -.375em;
	right: 1.125em;
}

.navbar-brand a:hover {
	border-bottom: 0px;
}

.navbar-dropdown a.navbar-item.is-active {
	color: #f14668;
	border-bottom: solid 0px;
}


.button.is-rounded {
	border-radius: 15px;
	padding-left: calc(1em + .25em);
	padding-right: calc(1em + .25em);
}

.has-background {
	background-color: #FBFBFD;
}

.is-horizontal-center {
	margin-left: auto;
	margin-right: auto
}

.image.is-256x256 {
	height: 256px;
	width: 256px;
}

.image.is-512x512 {
	height: 512px;
	width: 512px;
}

@media screen and (min-width: 1024px){
	body {

	}
}
.notification {
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-header {
	margin-top: 30px;
	margin-bottom: 30px;
}