@font-face {
   font-family: 'Interface';
   src: url('fonts/Interface-Bold.ttf'),
   src: url('fonts/Interface-BoldItalic.ttf'),
   src: url('fonts/Interface-Regular.ttf'),
   src: url('fonts/Interface-RegularItalic.ttf'),
   src: url('fonts/Interface-Medium.ttf'),
   src: url('fonts/Interface-MediumItalic.ttf');
}

@font-face {
   font-family: 'Acknowledgement';
   src: url('fonts/Acknowledgement.otf');
}

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

@font-face {
   font-family: 'Michroma';
   src: url('fonts/Michroma.ttf');
}

@font-face {
   font-family: 'Young Serif';
   src: url('fonts/YoungSerif-Regular.otf');
}

@font-face {
   font-family: 'Roboto Condensed';
   src: url('fonts/RobotoCondensed-Regular.ttf');
}

body {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-family: Interface,Roboto,Helvetica,Arial,sans-serif;
	overflow-x: hidden;
	color: #1a1a1a;
}

section#ticker {
	background: #f0f0f0;
	color: #969696;
	font-family: "Roboto Condensed",Roboto,Helvetica,Arial,sans-serif;
	overflow: hidden;
  width: 100vw;
	white-space:nowrap;
	height: 3rem;
	line-height: 3rem;

  position: fixed;
  z-index: 999;
  top: 0;
  box-shadow: 0 0 10px #ccc;
}

.front { padding-top: 3rem; }

section#ticker .content img,
section#ticker .content li,
section#ticker .content h3,
section#ticker .content h4,
section#ticker .content p {
  margin-right: 2rem;
}

section#ticker .content h3 {
	color: #666;
}

section#ticker .content h4 {
	display: inline;
	font-size: 1.5rem;
	text-transform: uppercase;
}

section#ticker .content * {
	display: inline;
	font-size: 1.5rem;
}

section#ticker .content ul {
	padding-left: 0;
  margin-left: 0;
}

section#ticker .content {
	letter-spacing: -0.025rem;
	margin: 0;
	overflow: hidden;
	position: absolute;
	-moz-transform:translateX(1vw);
	-webkit-transform:translateX(1vw);
	transform:translateX(1vw);
	-moz-animation: ticker 1000s linear infinite;
	-webkit-animation: ticker 1000s linear infinite;
	animation: ticker 1000s linear infinite;
}

@-moz-keyframes ticker {
	0%   { -moz-transform: translateX(80vw); }
	100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes ticker {
	0%   { -webkit-transform: translateX(80vw); }
	100% { -webkit-transform: translateX(-100%); }
}
@keyframes ticker {
	0%   {
		-moz-transform: translateX(80vw); /* Firefox bug Interface,Roboto,Helvetica,Arial,sans-serif;fix */
		-webkit-transform: translateX(80vw); /* Firefox bug fix */
		transform: translateX(80vw);
	}
	100% {
		-moz-transform: translateX(-100%); /* Firefox bug fix */
		-webkit-transform: translateX(-100%); /* Firefox bug fix */
		transform: translateX(-100%);
	}
}

header {
	border-bottom: 1px solid #ddd;
	opacity: 0;

	-moz-animation: fadeUp 1s ease-out forwards;
	-webkit-animation: fadeUp 1s ease-out forwards;
	animation: fadeUp 1s ease-out forwards;
}

nav ul li {
	opacity: 0;
	-moz-animation: fadeUp 1s ease-out forwards;
	-webkit-animation: fadeUp 1s ease-out forwards;
	animation: fadeUp 1s ease-out forwards;
	animation-delay: 1s;
}

header h1 {
	padding: 0 25px;
}

header h2 {
  font: 2.25rem "Young Serif",YoungSerif,Georgia,serif;
  line-height: 1;
}

header section, #frontpage {
	width: 1250px;
	margin: 0 auto;
}

header h1, header div {
	display: table-cell;
	width: 400px;
	text-align: center;
	height: 200px;
	vertical-align: middle;
}

header .announce h2 {
	font: 2rem Michroma,Helvetica,Arial,sans-serif;
	color: #c4a000;
	letter-spacing: -0.05rem;
	margin: 0;
}

header .announce span {
	font-weight: bold;
	font-size: 0.8rem;
	color: #969696;
	display: block;
	margin-bottom: -0.25rem;
}

header .announce p {
	font: 1.1rem Bellefair,Georgia,serif;
	margin: 0;
}

header .announce, header .listen {
	opacity: 0;
	-moz-animation: fadeUp 3s ease-out forwards;
	-webkit-animation: fadeUp 3s ease-out forwards;
	animation: fadeUp 3s ease-out forwards;
}

header div.announce {
	text-align: center;
	background: none;
}

form#signup {
    margin-top: 5px;
}

form#signup input {
    border: 1px solid #1a1a1a;
    padding: 0.4rem 0.5rem;
}

form#signup input#info {
    display: none;
}

form#signup input#submit {
    background: #1a1a1a;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

form#signup input#submit:hover {
    color: #5acdaa;
}

form#signup label {
    display: block;
    padding: 0 0 0.5rem;
}

header .listen { background: #fce940; }
header .listen:hover span { color: #fff; }
header .listen:hover { background: #f50; color: #fff; }

body.piece audio {
    display: none;
    cursor: pointer;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #1a1a1a;
    z-index: 9999;
}

#frontpage h2.center {
  font-family: "Young Serif",YoungSerif,Georgia,serif;
  text-align: center;
  font-size: 2.5em;
  font-weight: normal;
}

#frontpage article {
	width: 380px;
	margin-left: 45px;
	float: left;
	height: 355px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.5rem;
	opacity: 0;

	-moz-animation: fadeUp 1s ease-out forwards;
	-webkit-animation: fadeUp 1s ease-out forwards;
	animation: fadeUp 1s ease-out forwards;
}

#frontpage article.photo {
  background-color: #777;
  background-size: cover;
  background-position: center center;
  height: 355px;
}

#frontpage article.photo .author {
  background: #1a1a1a;
  color: #fff;
  padding: 0.8rem 1.2rem 0.8rem 2rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0.8rem 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0.8rem 100%);
}

#frontpage article.photo .author::before {
  border: none;
}

#frontpage article.issue-2 .image {
  text-align: center;
  color: #999;
}

#frontpage article.ray-mason { background-image: url(2019/ray.jpg); }
#frontpage article.emancipation-day { background-image: url(2019/emancipation-day/amherstburg.jpg); }
#frontpage article.street-questions { background-image: url(2019/street-questions/couple.jpg); }
#frontpage article.grace-sweeney { background-image: url(2019/interview-with-grace-sweeney/sweeney.jpg); }
#frontpage article.two-towns { background-image: url(2019/a-tale-of-two-towns/ypsi-bomber-plant-protest.jpg); background-position: top; }
#frontpage article.dam-displacement { background-image: url("2019/dam-displacement/Peninsular Dam - Aaron Apsey.jpg"); background-position: top; }

#frontpage article.ray-mason h2,
#frontpage article.grace-sweeney h2,
#frontpage article.two-towns h2,
#frontpage article.dam-displacement h2 { color: #fff; text-shadow: 0 0 10px #1a1a1a !important; border: none !important; }

#frontpage article.photo h2 {
  border-bottom: 1px solid #1a1a1a;
  text-shadow: 0 0 5px #fff;
}

#frontpage article.double {
  width: 805px;
}

#frontpage article.issue-2.double h2 {
  border: none;
  margin-right: 0.6em;
}


#frontpage article { animation-delay: 0.25s; }
#frontpage article:nth-child(1) { animation-delay: 0.25s; }
#frontpage article:nth-child(2) { animation-delay: 0.5s; }
#frontpage article:nth-child(3) { animation-delay: 0.75s; }
#frontpage article:nth-child(4) { animation-delay: 1s; }
#frontpage article:nth-child(5) { animation-delay: 1.2s; }
#frontpage article:nth-child(6) { animation-delay: 1.35s; }
#frontpage article:nth-child(7) { animation-delay: 1.5s; }
#frontpage article:nth-child(8) { animation-delay: 1.65s; }
#frontpage article:nth-child(9) { animation-delay: 1.75s; }
#frontpage article:nth-child(10) { animation-delay: 1.8s; }
#frontpage article:nth-child(11) { animation-delay: 1.85s; }
#frontpage article:nth-child(12) { animation-delay: 1.9s; }
#frontpage article:nth-child(13) { animation-delay: 1.95s; }
#frontpage article:nth-child(14) { animation-delay: 2s; }

#main article, #main .listen-block {
	opacity: 0;
	animation-delay: 0.25s !important;
	-moz-animation: fadeUp 1s ease-out forwards;
	-webkit-animation: fadeUp 1s ease-out forwards;
	animation: fadeUp 1s ease-out forwards;
}

#frontpage article:first-child, #frontpage article.leftendcap {
	margin-left: 0;
}

article .c2 {
  font-weight: bold;
}

hr {
	clear: both;
	background: #ddd;
	height: 1px;
	border: none;
	margin: 0;
}

hr.thick {
  height: 5px;
  background: #1a1a1a;
}

article h2 {
	letter-spacing: -0.075rem;
	font: 2.25rem "Young Serif",YoungSerif,Georgia,serif;
	border-bottom: 14px solid #fce94f;
	line-height: 1;
	padding: 2rem 0 0 1.2rem;
	margin: 0 0 1rem;
	border-left: 1px solid #ddd;
}

article.issue-2 h2 {
  border-bottom: 14px solid #5acdaa;
}

article .author {
  position: relative;
  z-index: 999;
}

article.issue-2 .author:before {
	border-color: #5acdaa transparent transparent transparent;
}

article p {
	text-align: justify;
	font: 1.1rem Bellefair,Georgia,serif;
	line-height: 1.5;
	letter-spacing: -0.025rem;
}

#frontpage article p {
	background: -webkit-linear-gradient(#1a1a1a, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-overflow: clip;
	padding-left: 1.2rem;
}

article > p:first-of-type {
	margin-top: 3rem;
	clear: both;
}

article .author {
	font: 1.1rem Bellefair,"Young Serif",YoungSerif,Georgia,serif;
	float: right;
	margin-top: -0.4rem;
}

article .author:before {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #fce94f transparent transparent transparent;
}

#frontpage article > p:first-of-type:first-line, .piece article > p:first-of-type:first-line {
	font: bold 1rem Interface,Roboto,Helvetica,Arial,sans-serif;
	letter-spacing: 0;
}

#frontpage article > p:first-of-type:first-letter, .piece article > p:first-of-type:first-letter {
	font: 5rem Acknowledgement,"Young Serif",YoungSerif,Georgia,serif;
	float: left;
	line-height: 1;
	padding-right: 0.5rem;
	margin-top: -0.3rem;
	color: #1a1a1a;
	-webkit-text-fill-color: #1a1a1a;
}

#frontpage article > p:first-of-type:first-letter:before, .piece article > p:first-of-type:first-letter:before,
#frontpage article > p:first-of-type:first-letter:after, .piece article > p:first-of-type:first-letter:after {
  content: "";
  display: block;
}
#frontpage article > p:first-of-type:first-letter:before, .piece article > p:first-of-type:first-letter:before {
  margin-bottom: -0.175em;
}
#frontpage article > p:first-of-type:first-letter:after, .piece article > p:first-of-type:first-letter:after {
  margin-top: -0.05em;
}

table {
  width: 150%;
  margin-left: -25%;
}

table, th, td {
  border: 1px solid #eee;
  border-collapse: collapse;
  text-align: center !important;
}

td p {
  text-align: center !important;
}

tbody tr:first-child p {
  font-weight: bold;
}

tbody tr:first-child, tbody th {
   background-color: #555 !important;
   color: #fff;
}

tbody tr:first-child td, tbody th {
   border: none !important;
}

tbody tr:nth-child(odd) {
   background-color: #eee;
}

table * {
  font-size: 0.5em;
  letter-spacing: normal;
  font-family: Helvetica,Arial,sans-serif;
}

header h1 {
	margin: 0 25px;
}

header .tickerlink {
	font-weight: bold;
	font-size: 0.8rem;
	color: #969696;
	margin-bottom: -0.5rem;
}

header .tickerlink a {
	color: #969696;
	position: relative;
	z-index: 999;
}

section#ticker .content a {
	color: #969696;
}

header .tickerlink a:hover {
	color: #5acdaa;
}

header .tickerlink::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #f0f0f0 transparent transparent transparent;
	margin-left: -75px;
	position: relative;
	z-index: 0;
}

header ul {
	text-align: center;
	margin: 1rem auto 0;
	padding: 0;
	height: 2.4rem;
}

header nav ul {
	border-bottom: 4px solid #1a1a1a;
}

/* header nav ul::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #1a1a1a transparent;
	text-align: center;
	margin: 1.85rem auto 0;
	position: absolute;
	margin-left: -370px;
} */

header ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 2rem;
}

.listen {
	background: #fce94f;
	color: #1a1a1a;
	font-weight: bold;
	padding: 0.25rem 0.5rem;
    z-index: 999;
}

.listen span {
	color: #c4a000;
	font-weight: normal;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #1a1a1a;
}

.issue-2 a:hover {
	color: #03a170;
}

.front a:hover {
	color: #03a170;
}

a:hover {
	color: #c4a000;
}

.issue-2 a.underline {
	border-bottom: 7px solid #5acdaa;
}

a.underline {
	border-bottom: 7px solid #fce94f;
	text-shadow: 0 0 10px #fff;
	/* display: inline-block; */
	line-height: 0.4;
	padding: 0 0.2rem;
	margin-bottom: 0.5rem;
}

.front a.underline {
  display: inline-block !important;
}

a.underline.verbose {
	display: inline;
	border-bottom: 4px solid #fce94f;
}

a.underline:hover {
	text-shadow: 0 0 5px #fff;
	border-bottom: 7px solid #fff;
}

#frontpage article .read-more {
  z-index: 99;
	padding-left: 1.2rem;
  padding-top: 2.4rem;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

article .read-more {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3rem;
}

article .read-more a {
	margin-top: 1.5rem;
}

article .read-more .underline {
	text-align: center;
}

article .read-more .listen {
	float: right;
	margin-right: 1.2rem;
	margin-top: 0.85rem;
}

@-moz-keyframes fadeUp {
	from   { -moz-transform: translateY(2rem); opacity: 0; }
	to { -moz-transform: translateY(0); opacity: 1.0; }
}
@-webkit-keyframes fadeUp {
	from   { -webkit-transform: translateY(2rem); opacity: 0; }
	to { -webkit-transform: translateY(0); opacity: 1.0; }
}
@keyframes fadeUp {
	from   {
		-moz-transform: translateY(2rem); /* Firefox bug Interface,Roboto,Helvetica,Arial,sans-serif;fix */
		-webkit-transform: translateY(2rem); /* Firefox bug fix */
		transform: translateY(2rem);
		opacity: 0;
	}
	to {
		-moz-transform: translateY(0); /* Firefox bug fix */
		-webkit-transform: translateY(0); /* Firefox bug fix */
		transform: translateY(0);
		opacity: 1.0;
	}
}

body.piece header section, body.static header section {
	width: 1250px;
	margin: 0 auto;
}

body.piece header, body.static header {
	padding: 2rem;
	width: 100%;
}

body.piece header section h1, body.static header section h1 {
	height: auto;
}

body.static h2 {
	font-weight: bold;
}

body.piece h2:not(:first-child) {
	border-left: none;
}

body.piece header nav {
	float: right;
	margin-right: 180px;
  margin-bottom: 20px;
}

body.piece header nav a.underline {
	margin-left: 20px;
  border-bottom: 2px solid #ddd;
}

body.piece #main, body.static #main {
	width: 1250px;
	margin: 0 auto;
}

body.piece #main .listen-block {
	float: left;
	animation-delay: 0.75s !important;
	margin-top: 7.5rem;
	margin-left: 14rem;
  position: relative;
  z-index: 99;
}

body.piece #main article {
	width: 625px;
	margin: 0 auto 7rem;
	padding-left: 150px;
}

body.piece #main article > p:first-of-type::first-line {
	font-size: 1.4rem;
}

body.piece #main article p, body.static #main article p {
	font-size: 1.6rem;
	text-align: left;

	opacity: 0;
	-moz-animation: fadeUp 3s ease-out forwards;
	-webkit-animation: fadeUp 3s ease-out forwards;
	animation: fadeUp 3s ease-out forwards;
}

body.piece #main article h2, body.static #main article h2 {
	font-size: 3rem;
	margin: 0 0 1rem -1.2rem;
	padding-top: 3rem;
}

body.piece #main article > p:first-of-type {
	margin-top: 5rem;
}

body.piece #main article > p:first-of-type:first-letter {
	font-size: 6.5rem;
	line-height: 1;
	padding-right: 0.5rem;
	margin-top: 0.15rem;
}

body.piece #main article .author {
	font-size: 1.5rem;
}

body.piece #main article .image {
	margin-left: -4rem;
	opacity: 0;
	-moz-animation: fadeUp 4s ease-out forwards;
	-webkit-animation: fadeUp 4s ease-out forwards;
	animation: fadeUp 4s ease-out forwards;
	position: relative;
  text-align: right;
  color: #999;
}

body.piece #main article .image a {
	position: absolute;
	transform: rotate(270deg);
	text-align: right;
	display: block;
	left: 380px;
	width: 100%;
	color: #ccc;
	font-weight: normal;
	cursor: default;
}

body article h3 {
    font-size: 1.5rem;
}

body.piece #main article .image a {
	left: 50%;
}

body.piece #main article .image a:hover {
	color: #1a1a1a;
}

body.piece #main article .image img {
	width: 100%;
}

body #main article blockquote {
	color: #1a1a1a;
	font: 1.75rem Michroma,Helvetica,Arial,sans-serif;
	width: 950px;
	margin-left: -12rem;
	border-left: 7px solid #fce94f;
	margin-bottom: 3rem;
	letter-spacing: -0.05rem;
	padding: 1.5rem 2rem;
}

body #main article.issue-2 blockquote {
	border-left: 7px solid #5acdaa;
}

body.static header a.underline {
	float: right;
	margin-right: 200px;
}

body.static #main article {
	width: 800px;
	margin: 0 auto 7rem;
}

body.static #main article p, body.static #main article h2 {
	font-family: Interface,Helvetica,Arial,sans-serif;
}

body.static #main article p {
	font-size: 1.3rem;
}

body.static article > p:first-of-type:first-letter {
	font: 5rem "Young Serif",YoungSerif,Georgia,serif;
	float: left;
	line-height: 1;
	padding-right: 0.5rem;
	margin-top: -0.15rem;
	color: #1a1a1a;
	-webkit-text-fill-color: #1a1a1a;
}

body.static #main article blockquote {
	font: 1.8rem "Young Serif",YoungSerif,Georgia,serif;
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
	background: #fff;
	box-shadow: 15px 15px 0 #eee;
	padding: 1.5rem 2rem;
	letter-spacing: -0.05rem;
}

.whatsleft-icon {
	margin-bottom: -0.25rem;
}

.back-to-top {
	text-align: center;
	margin-left: 700px;
	margin-bottom: 4rem;
}

#main #ticker h3, body.piece article h3 {
	border: 1px solid #1a1a1a;
	padding: 1.5rem 2rem;
	margin-left: -2rem;
}

#main #ticker h3 {
	margin-top: 6rem;
}

#dummyframe, .hidden { display: none; }

footer {
	clear: both;
	width: 100%;
	background: #1a1a1a url(images/bottom-shine.png) bottom center no-repeat;
	color: #777;
	text-align:center;
}

footer a {
	color: #fff;
	display: inline-block;
}

footer section {
	width: 1250px;
	margin: 0 auto;
}

footer ul {
	padding: 2rem 0;
	margin: 0 0 0 25px;
	width: 400px;
	display: inline-block;
}

footer ul:first-child {
	margin: 0;
}

footer ul li {
	list-style-type: none;
	padding: 1rem;
}

@media (max-width: 1250px) {
	body {
		overflow-x: hidden;
	}
	header section,
	header section div,
	#main,
	#frontpage,
	article,
	footer section {
		display: block;
		height: auto;
		width: 94% !important;
		margin: 2% !important;
		padding: 1% !important;
	}
	footer section {
		margin-bottom: 0 !important;
	}
	footer section img {
		height: 30px;
	}
	footer section ul {
		margin: 0 !important;
	}
	footer section ul li.empty, table {
		display: none;
	}
	.tickerlink {
		text-align: center;
		margin: -0.5rem 0 1.5rem;
	}
	.back-to-top {
		margin-left: 0 !important;
	}
  table { width: 100%; margin: 0; }
	body h1, header, #frontpage article {
		width: auto;
		height: auto;
		display: block;
		padding: 0 !important;
	}
  body.piece h2 { border-left: none !important; }
	body.front h1 img {
		width: 85%;
		margin: 2rem 0;
	}
	body h1 img {
		width: 60%;
		margin-top: 1rem;
	}
	body.piece nav a.underline, body.static nav a.underline {
		text-align: center;
		float: none;
		margin: 3rem 0 0;
	}
  body.piece nav, .listen-block{
    display: block;
    float: none !important;
    margin: 0 !important;
  }
  .listen-block { margin-left: 1em !important; }
    header .tickerlink, .desktop-only {
    	display: none;
    }
	.announce {
		background-image: none !important;
	}
	header .listen {
		padding: 1rem;
		display: block;
	}
    body.piece .listen, body.static .listen {
        float: none !important;
        margin-left: 0 !important;
    }
    body.piece blockquote, body.static blockquote {
        width: auto !important;
        margin: 0 !important;
    }
    body.piece #main article .image {
    	margin-left: 0;
    }
	body.front nav, body.front header ul {
		height: auto;
		line-height: 3;
	}
	body.front header ul {
		margin: 0;
    font-size: 0.9rem;
	}
	body.front header ul li {
		margin: 0 1rem;
	}
	body.front section.image {
		text-align: center;
	}
	#frontpage article {
    margin-bottom: 2rem !important;
	}
	#frontpage article p {
		margin-top: 2rem !important;
		position: relative;
		z-index: 5;
    line-height: 1.8;
	}
	#frontpage article h2 {
		border-left: none;
	}
  #frontpage article.issue-2 .image a {
    margin-left: 0;
  }
  #frontpage article.issue-2 .image a img {
    width: 100%;
  }
  #frontpage article.photo {
    height: 90vw !important;
  }
  #frontpage hr { background: none; }
	article > p:first-of-type:first-letter {
		letter-spacing: 0 !important;
		line-height: 1 !important;
		margin: 2rem 0 0 !important;
		padding: 0 !important;
		float: none !important;
		position: relative;
		z-index: 999;
	}

    #frontpage .list {
        width: 100% !important;
    }
    #frontpage.min {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
}






.min header {
    opacity: 1;
    animation: none !important;
    padding: 2em 0;
    border-bottom: none;
}

#frontpage .list {
    width: 40%;
    margin: 0 auto;
    padding: 0;
}

#frontpage .list li {
    list-style-type: none;
}

#frontpage .list li a {
    display: block;
    padding: 2rem;
    border-bottom: 1px solid #1a1a1a;
    list-style-type: none;
    font-size: 1.5rem;
    text-align: center;
}

#frontpage .list li img {
    padding: 0 1rem 0 0;
    margin-bottom: -0.25rem;
}

#frontpage .list li .center {
    float: none;
    text-align: center;
    display: block;
}

#frontpage .list li.highlight a {
    border-top: 1px solid #1a1a1a;
    background: #1a1a1a;
    color: #fce940;
    font-size: 2rem;
}

#frontpage .list li small {
    font-weight: normal;
}

#frontpage .list li a:hover {
    background: #fce940;
    color: #1a1a1a;
}
