/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 13, 2020 */

@font-face {
  font-family: 'ginregular';
  src: url('type/fort_foundry_-_gin-webfont.woff2') format('woff2'),
       url('type/fort_foundry_-_gin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cromregular';
  src: url('type/crom_v1-webfont.woff2') format('woff2'),
       url('type/crom_v1-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lovatolight';
  src: url('type/lovato-light-webfont.woff2') format('woff2'),
       url('type/lovato-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
	background: url(images/bg2.jpg) center top no-repeat fixed #525c61;
	background-size: cover;
	color: #819199;
	text-align: center;
	padding: 30px 50px;
	margin: 0;
	font-family: 'lovatolight';
  overscroll-behavior: none;
}

h1 {
	color: #bbc3c7;
	padding: 0 30px;
	margin: 0 0 30px;
	font-family: 'cromregular';
	font-size: 26px;
	line-height: 24px;
	font-weight: normal;
	text-shadow: 0 1px 3px #2e343c;
}

h1 span {
	display: block;
	font-family: 'ginregular';
	font-size: 40px;
	color: #fafafa;
}

h2 {
	color: #fafafa;
	padding: 20px;
	margin: 0 0 20px;
	font: normal 30px/26px 'ginregular';
	background: rgba(46, 51, 59, 0.75);
}

article {
	width: 100%;
	margin: 0 0 50px;
	background: rgba(46, 51, 59, 0.75);
}

article .inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 0 10px;
}

section {
	margin: 0 10px 20px;
}

section p {
	transition: color 200ms ease-in-out;
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 16px;
}

section:hover p {
	color: #fafafa;
}

section img {
	height: 150px;
	width: auto;
	margin: 0 auto;
	display: block;
	cursor: zoom-in;
}