/* Custom CSS Dirk Christiaens */

@font-face {
	font-family: "Faculty Glyphic";
	src: url('https://www.markeyflowers.be/fonts/FacultyGlyphic-Regular.ttf');
	font-weight: 400;
	font-display: swap;
}

body {
	background-color: #FFFFFF !important;
}

html {
	scroll-padding-top: 200px !important;
	scroll-behavior: smooth !important;
}

h1 {
	font-size: 4.0em !important;
	color: #0A4A0E !important;
	font-family: 'Faculty Glyphic';
}

h2 {
	font-size: 1.2em !important;
	color: #4A0A23 !important;
	font-family: 'Faculty Glyphic';
}

h3 {
	font-size: 2.5em !important;
	color: #4A0A23 !important;
	font-family: 'Faculty Glyphic';
	/* margin: 20px 0px 50px 0px !important; */
}

h4 {
	font-size: 1.4em !important;
	color: #4A0A23 !important;
	font-family: 'Faculty Glyphic';
}

p {
	font-size: 1em !important;
	color: #000000 !important;
	font-family: 'Faculty Glyphic';
	line-height: 1.0 !important;
	margin: 10px !important;
}

li {
	font-size: 1em !important;
	color: #000000 !important;
	font-family: 'Faculty Glyphic';
	line-height: 2.0 !important;
	margin: 20px !important;
	list-style: none !important;
}

a {
	font-size: 1em !important;
	color: #368A3B !important;
	font-family: 'Faculty Glyphic';
	text-decoration: none !important;
}

hr {
	color: #9F4B6B !important;
	width: 30% !important;
	margin: 0 auto !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

video {
  width: 100%;
  height: auto;
}

.navbar {
	background-color: black !important;
	text-align: center !important;
}

.navbar-toggler {
	background-color: #52d5f5 !important;
}

.small {
	font-size: 0.9em !important;
	color: rgb(228, 222, 207) !important;
	font-family: 'Faculty Glyphic';
	line-height: 0.9 !important;
}

.super-small {
	font-size: 0.7em !important;
	color: rgb(228, 222, 207) !important;
	font-family: 'Faculty Glyphic';
	line-height: 0.9 !important;
}

.btn {
	padding: 25px !important;
}

.btn-primary {
	font-size: 1.5em !important;
	color: #4A0A23 !important;
	font-family: 'Faculty Glyphic';
	background-color: #81C986 !important;
	border-color: #9F4B6B !important;
	padding: 50px; !important;
}

.btn-primary:hover {
	color: #0A4A0E !important;
	background-color: #81C986 !important;
}

.social {
		background-color: #0A4A0E !important;

}
