html {
	font-size: 16px;
}

body, button {
	font-family: 'GT Pressura Mono', Helvetica, Arial;
	color: #333333;
}


h1 {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 1.4rem;
}

h2 {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 1.4rem;
}

h3 {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 1.2rem;
}

p {
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 1rem;
}

figcaption {
	font-size: 0.75rem;
	line-height: 1.3;
	margin-top: 0.5rem;
}


.main {
	margin: 3rem;
}

.outer {
	margin-top: 2rem;
}

.inner {
	margin-bottom: 2rem;
}


footer {
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 12px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	opacity: 0.75;
}


td, tr {
	padding-right: 0.8rem;
}



.grid-12 {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 2rem;
}


div.layouts div.blocks ul {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-column-gap: 1rem;
	
}

.grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 2rem;
}




section.grid {
	margin-bottom: 2rem;
}

div, figure {
	margin-bottom: 1rem;
}

button {
	font-size: 1rem;
    background-color: white;
    border: 1px solid;
    padding: 0.5rem;
}



@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	.main {
		margin: 1rem;
	}
  }
  