@font-face {
  font-family: 'fm-future';
  src: url('/fonts/movement.ttf');
  font-display: swap;
}

@font-face {
	font-family: 'fm-trek';
	src: url('/fonts/goodtimes.ttf');
	font-display: swap;
}

/*
@font-face {
  font-family: 'systemglitch';
  src: url('/fonts/SystemGlitch-Regular.otf');
} */

hr {
	border-color: #dbd7d7;
}

.social-table tr > td:first-child {
	padding-right: 1em;
}

.SectionTitle {
  margin-top: 1rem;
}

html {
  height: 100%;
}

body {
	height: 100%;
	background-color: #231c1c;
	color: #dbd7d7;
	font-family: "Montserrat", sans-serif;
	padding-top: 2rem;
	line-height: 1.5;
	font-size: 1rem;
}

a, a:hover {
	color: #ddb55e;
}

.bg-1 {
	background-color: #231c1c;
}

.bg-4 {
	background-color: #4bbfb4;
}

.fm-banner-h {
	font-family: "fm-future", sans-serif;
	line-height: normal;
}

.fm-banner-text {
	line-height: normal;
}

.banner {
	position: relative;
	top: -3.5rem;
	height: 100vh;
}

.fm-yt {
	width: 560px;
	height: 315px;
	max-width: 100%;
}

h1, h2, h3, h6 {
	color: #dbd7d7;
	font-family: "fm-future", sans-serif;
	font-weight: 400;
	/* margin-top: 1rem; */
	margin-bottom: 1rem;
	scroll-margin-top: 3rem;

	background: linear-gradient(#f7e887 0%, #ddb55e 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fm-divider {
	border-bottom: .1rem solid #dbd7d7;
	width: 100%;
	margin-bottom: 1rem;
}

h1 {
	font-size: 2rem;
	/* border-bottom: .05rem solid #ddb55e; */
	/* width: 100%; */
	/* display: block; */
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.5rem;
}

h6 {
	font-size: 1rem;
}

.fm-navbar {
  /* border-bottom: 1px solid white; */
  padding-left: 0px;
  /* border-bottom-style: groove; */
  /* border-bottom: radial-gradient( circle at 50% 50%, white 57%, blue 80 ); */
  /* 5px solid white; */
  /* background-color: #7171714f; */
}

.nav-item {
	/* font-family: "Montserrat", sans-serif; */
	/* font-weight: 500; */
	width: 100%;
	/* font-size: 2em; */
	/* padding: 1rem; */
	/* background-image: url('/images/nav-item-bg.svg');
	background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%; */
}

.nav-item svg {
	fill: #141414;
	/* padding: 1rem; */
}

.nav-active #border {
	stroke: #ddb55e;
	stroke-width: 1;
	fill: transparent;
}

.nav-active svg {
	fill: url(#nav-active-gradient);
}

/*
#nav-active-gradient:hover {

}

#nav-active-gradient:hover ~ stop:first-child {
  stop-color: #24bed2;
}

#nav-active-gradient:hover ~ stop:last-child {
  stop-color: #32ffe4;
} */

.nav-active .nav-text {
	color: #dbd7d7 !important;
	/* transition: 2s ease-in; */
}

.nav-link {
	position: relative;
	/* padding: 0; */
	/* margin-bottom: 1rem; */
}

.nav-text {
	font-family: "fm-future";
	font-weight: 600;
	position: absolute;
	top: 0;
	right: 20%;
	display: inline-block;
	vertical-align: middle;
	color: #ddb55e !important;
	font-size: 1rem;
	font-size: min(4vw,1.5rem);
	height: 100%;
	text-transform: uppercase;
}

/* .nav-item > a:before {
	z-index: 20;
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 0;
  background-color: #af701d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-item > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
} */

/* .nav-item > a:hover { */
  /* text-decoration: underline; */
	/* transition: 0.2s; */
  /* color: #fefefe !important; */
	/* color: rgb(204, 187, 51); */
/* } */

.navbutton-container {
	z-index: 20000;
  /* background-color: #231c1c; */
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
  /* background-image: linear-gradient(to bottom, #231c1c 100%, #231c1c 50%); */
	/* right: -5rem; */
	/* max-width: 100%; */
	/* width: 100%; */
}

/*
.navbar-toggler {
	border: none;
} */

.fm-navbar-toggler {
	cursor: pointer;
	/* color: #ddb55e; */
}

#fm-menu {
	max-width: 100% !important;
	width: 100% !important;
	max-height: 100% !important;
	height: 100% !important;
	opacity: 0.99;
	background-color: #231c1c;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
}

.fm-navbar a {
	font-weight: bold;
}

.people-list > li > span {
	margin-right: 1em;
}

.people-list > li > img {
	height:100px;
}

.fm-year-dl {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	overflow: visible;
}

.fm-year-dl dt {
	flex: 0 0 10%;
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
}

.fm-year-dl dd {
	flex: 0 0 90%;
	margin-left: auto;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (min-width: 350px) {
  .d-mini-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.bliki-figure {
	background-color: #575e8530;
	/* border: #ddb55e 1px solid; */
	/* border-top: #dbd7d7 1px solid; */
	/* border-bottom: #dbd7d7 1px solid; */
	border-radius: 5px;
	padding: 0.5rem;
	width: fit-content;
	/* background-color: black; */
}

.bliki-figure figcaption {
	background: transparent;
	border-top: #dbd7d7 1px solid;
	padding-top: .5rem;
}

.bliki-figure figcaption p {
	padding: 0;
	margin-bottom: 0;
}

pre {
	tab-size: 4;
}

code {
	font-weight: bold;
	/* font-weight: 600; */
	color: #dbd7d7;
	/* background-color: #575e8530; */
	/* padding: .2em; */
}

blockquote {
	position: relative;
	border-left: #b6b6b6 4px solid;
	padding-left: 2em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	/* padding: 2 0 0 0; */
	/* inset-inline: 1em; */
	background-color: #575e8530;
}

blockquote::before {
	content: "‘";
	font-family: serif;
	font-size: 4em;
	position: absolute;
	top: -.1em;
	left: .05em;
}

.big-quote-author {
	font-weight: bold;
}

.big-quote-author::before {
	content: "– ";
}

.bliki-tip-list {
	list-style-type: "💡";
	padding-left: 1.5em;
}

.bg-data-chor {
	position: relative;
}

.bg-data-chor::after {
	content: "";
	background-image: url("/images/data-choreographies-system.svg");
	background-size: cover;
	opacity: 0.025;
	background-position: center center;
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: black;
}

.viewport-down {
	cursor: pointer;
}

a,section {
	scroll-margin-top: 3.4rem;
}