/*! 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;
	/*width: 100%;*/
}

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

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

.main {
	/*display: flex;*/
	/*flex-flow: row wrap;*/
	justify-content: center;
	/*align-items: stretch;*/
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	/*grid-template-columns: 20fr 20fr 20fr 20fr 20fr;*/
	
}

article {
	/*width: 100%;*/
	/*margin: 0 15px 30px;*/
	margin: 0;
	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 10px;
}

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

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

p:hover {
	color: #fafafa;
}