/* ALL CSS WRITTEN BY HAND BY ADAM SPELBRING */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	}
	
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	}

html {
	scroll-behavior: smooth;
	}

sup {
	vertical-align: super;
	}

sub {
	vertical-align: sub;
	}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
	}


html {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 20px;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
	}

body {
    background: #000000;
    color: #ffffff;
	}


.container::after {
	content: "";
	clear: both;
	display: table;
	}

.fixed {
	padding-right: 2rem;
	padding-left: 2rem;
	max-width: 60rem;
	}

@media only screen and (min-width: 80em) {

.fixed {
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
	}
}


.bg-white {
	background-color: #ffffff;
	color: #000000;
	}

.bg-gray {
	background-color: #eeeeee;
	color: #000000;
	}

.v-padding {
	padding-top: 4rem;
	padding-bottom: 4rem;
	}

.header {
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-gap: 0.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	}

.logo img {
	width: 5rem;
	height: 5rem;
	}

.name {
	display: grid;
	align-items: center;
	}

p {
	line-height: 1.5rem;
	margin-bottom: 2rem;
	}

p:last-child {
	margin-bottom: 0;
	}

a {
	color: #000000;
	}

h1, h2, h3 {
	margin-bottom: 1rem;
	line-height: 1.5em;
	}

.name h1 {
	margin-bottom: 0.4rem;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1em;
	}

h2 {
	font-size: 1.75rem;
	}
