@import url(../bootstrap/dist/css/bootstrap.min.css);

/* fonts */
@font-face {
	font-family: "CP";
	src: url(../fonts/cera_pro_regular.ttf);
}
@font-face {
	font-family: "blacksmith";
	src: url(../fonts/blacksmith.ttf?wy36rs);
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
/* general */
*, #cookie-bar {
	font-family: "CP", sans-serif;
}
html, body {
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
.jumbotron {
	margin-top: 56px;
}
nav {
	box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}
footer {
	color: #aaa;
}
.animated.delay-05s {
	animation-delay: 500ms;
}
img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-select: none !important;
}
/* icon font */
i.icon {
	font-family: "blacksmith" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
i.icon-bs:before {
	content: "\e900";
	color: #fff;
}
/* features */
.w-100 {
	width: 100% !important;
}
.flex-equal > * {
	-ms-flex: 1;
	flex: 1;
}
@media (min-width: 768px) {
	.flex-md-equal > * {
		-ms-flex: 1;
		flex: 1;
	}
}
.overflow-hidden {
	overflow: hidden;
}