* {
    scrollbar-width: thin;
    scrollbar-color: #111 #ccc;
		font-family: 'Lato' !important;
}

/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border: none;
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
    /* margin: 0 8px; */
    /*border-radius: 0px 0px 6px 0px;*/
}

*::-webkit-scrollbar-thumb {
    /*background-color: #1cc4ab;*/
    background: #111;
    border-radius: 8px;
    border: 1px solid #555;
    /* box-shadow: 0 0 3px 0 #ccc; */
}

/* horizontal */

*::-webkit-scrollbar-track-piece {
    border-radius: 3px;
    border: none;
    /*border-radius: 0px 0px 6px 0px;*/
/*     background-color: #cccccc6d; */
}

// moz

*::-moz-scrollbar {
    width: 8px;
    height: 8px;
    border: none;
}

*::-moz-scrollbar-track {
    border-radius: 8px;
    /* margin: 0 8px; */
    /*border-radius: 0px 0px 6px 0px;*/
}

*::-moz-scrollbar-thumb {
    /*background-color: #1cc4ab;*/
    background: #111;
    border-radius: 8px;
    border: 1px solid #555;
    /* box-shadow: 0 0 3px 0 #ccc; */
}

/* horizontal */

*::-moz-scrollbar-track-piece {
    border-radius: 3px;
    border: none;
    /*border-radius: 0px 0px 6px 0px;*/
/*     background-color: #cccccc6d; */
}

.contact-title,
.page-title {
	font-weight:bold
}

img, figure, input, textarea {
	border-radius: 8px;
}

.leader-column {
	display: grid;
	flex-direction: column;
	padding: 16px;
}

@media screeb and (max-width: 1000px) {
	#main {
		max-width: 100% !important;
	}
}

#main > article, .page-content {
	width: 100% !important;
	padding: 0 !important;
}

.leader-item {
	margin: 8px;
	background: #fff;
	color: #222;
	border-radius: 8px;
	border: none;
	box-shadow: 0 8px 16px 0 #111;
}

.leader-item figure {
	margin: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 0;
}

.content-area {
	display: flex;
	justify-content: center;
	width:100%;
}

#main {
	width: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: center;
}

.site-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

#menu-primary-menu .menu-item a {
	font-family: 'Lato';
	font-weight: 600;
}

#menu-primary-menu .menu-item a:hover {
	box-shadow:
		0 5px 0 0 rgba(255, 127, 89, 1);
	color: #811fe2;
	background: #fff;
	font-weight: bolder;
}