/*
 * Colors
 *
 * green:	#a1bf00
 *
 */
 
html,
body {
	margin: 0;
	padding: 0;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
  
body {
	font-family: 'Open Sans', sans-serif !important;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #090909 !important;
}

h1 {
	font-weight: 600 !important;
} 

h2 {
	font-weight: 600 !important;
}

h3 {
	font-weight: 600 !important;
}

h4 {
	font-weight: 600 !important;
}

@media (min-width: 768px) {
	h1 {
	}
	h2 {
	}
	h3 {
	}
}
 
@media (min-width: 992px) {
	h1 {
	}
	h2 {
	}
	h3 {
	}
}

@media (min-width: 1200px) {
	h1 {
	}
	h2 {
	}
	h3 {
	}
}

a {
	color: #090909 !important;
	text-decoration: none !important;
	outline: 0;
	transition: all 0.2s ease-in-out;
}
 
a:hover, 
a:active {
	color: #090909 !important;
	text-decoration: underline !important;
}

a.logo:hover, 
a.logo:active {
	text-decoration: none !important;
}

a.active {
	font-weight: 600;
}

a.more::before {
	font-family: "bootstrap-icons";
	content: "\F285";
	-webkit-text-stroke: 1px;
	margin-right: .25rem;
	vertical-align: middle;
}

.navbar-toggler {
	font-size: 1.5rem;
	font-weight: 600;
	margin: .25rem 0 0 1rem;
}

.ce-gallery a:hover {
	opacity: .8;
}