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, font, 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 {
    color: white;
    text-decoration-line: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    font-family: sans-serif;
}
body {
	line-height: 1;
  background: #252525;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
    font-size: 7.5em;
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.container {
    width: 100%;
    height: 15em;
    margin: auto;
    padding: 10px;
}
.container-left {
    width: 70%;
    float: left;
}
.container-right {
    margin-left: 70%;
    height: 15em;
}
.color-black {
    color: black;
}
.grey {
    color: white;
    background-color: #353535;
    transition: background-color 0.1s linear; /* vendorless fallback */
    -o-transition: background-color 0.1s linear; /* opera */
    -ms-transition: background-color 0.1s linear; /* IE 10 */
    -moz-transition: background-color 0.1s linear; /* Firefox */
    -webkit-transition: background-color 0.1s linear; /*safari and chrome */
}
.grey:hover {
    background-color: #434343;
}
.brown {
    color: white;
    text-decoration-line: none;
    background-color: #FFB627;
    transition: background-color 0.1s linear; /* vendorless fallback */
    -o-transition: background-color 0.1s linear; /* opera */
    -ms-transition: background-color 0.1s linear; /* IE 10 */
    -moz-transition: background-color 0.1s linear; /* Firefox */
    -webkit-transition: background-color 0.1s linear; /*safari and chrome */
}
.brown:hover {
    background-color: #D48D00;
}
.background-grey {
    background-color: #2A2A2A;
}
.background-brown {
    background-color: #FFB627;
}

.infoItem {
    height: 33.3333333%;
    /* position: relative;*/
}
.infoItem div {
    transform: translate(0%, 16.666666%);
}
/*
.infoItem a{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
*/
.icon-large {
    font-size: 3em;
}
.iconLarge {
    width: 3em;
}
.icon {
    width: 2em;
}
.f-icon {
    font-size: 2em;
}
#header {
    padding: 0;
}
#showcase {
    padding-left: 10%;
    width: 80%;
}
.year {
    background-color: #2A2A2A;
    padding: 1em;
    padding-bottom: 0em;
}
.item {
    width: 100%;
    padding: 1em;
    margin: auto;
    transform: translate(-1em, 0);
}
.item-left {
    width: 70%;
    float: left;
}
.item-right {
    margin-left: 72%;
    height: 8em;
    overflow: hidden;
}
.item-image {
    height: 8em;
}
.skills {
    width: 100%;
    height: 2em;
    margin: auto;
}
.skills-left {
    width: 72%;
    float: left;
}
.skills-left img {
    float: left;
    width: 2em;
    padding-left: 0.2em;
}
.skills-left i {
    float: left;
    font-size: 2em;
    color: white;
    padding-left: 0.2em;
}
.skills-right {
    margin-left: 70%;
    height: 100%;
}
.skills-right p {
   line-height: 2em;
}
.year-title {
    color: white;
    text-align: center;
}
#attributions {
    padding: 1em;
}
#attributions img {
    float: left;
}
#attributions p {
    line-height: 2em;
    margin-left: 2.5em;
}
.link {
    color: grey;
    text-decoration: underline;
}
h2 {
    font-size: 2em;
    text-decoration: underline;
}
.button {
    padding: none;
    margin: none;
    border: none;
    cursor: pointer;
}
#filter {
    font-size: 2em;
    float: right;
    height: 2em;
    width: 10%;
    color: white;
}

.fab {
  color: white;
}

.fas {
  color: white;
}


/* */
