* {
	margin: 0;
}

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, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, img,
footer, header, hgroup, menu, nav, section, button {
	display: block;
}
body {
	line-height: 1;
  font-family: lato, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.group {
	content: "";
	display: block;
	clear: both;
}

#root {
	background-color: #F0E2AF;
}

.right-side {
	background-color: #c36795;

	padding-bottom: 30px;
}

.bottom {
	background-color: #f0e2af;
}


#grid {
	width: 400px;
	height: 400px;
	margin: 20px auto;

	display: flex;
	flex-wrap: wrap;

	border-radius: 10px;
}

.square {
	width: 100px;
	height: 100px;
	border: 1px solid #676767;
	box-sizing: border-box;

	border-radius: 10px;
}


nav {
	padding: 30px 0 0px 0;
	border-bottom: 1px solid #696;
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.25);
	height: 60px;
	color: #eee;
	background-color: #008f95;
	position: relative;
	display: flex;
}

#github:hover {
    filter: drop-shadow(0px 0px 2px #fff);
}
#github {
    width: 20px;
    height: 20px;
    border: none;
}

#linkedin:hover {
    filter: drop-shadow(0px 0px 2px #fff);
}

#linkedin {
    width: auto;
    height: auto;
    border: none;
}

#portfolio:hover {
    filter: drop-shadow(0px 0px 2px #fff);
}

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

h2 {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	width: 400px;
	margin-left: -200px;
	margin-top: -18px;

	font-weight: bold;
	font-size: 36px;
}

nav ul {
	display: flex;
	align-items: center;
	float: right;
	margin: 0 30px 0 30px;
}

nav ul li {
	margin: 0 30px 0 0;
}

div.button-container-one {
  display: flex;
  justify-content: center;
}

div.button-container-three {
  display: flex;
  justify-content: center;
	margin: 0 10px;
}

button.grid-button {
	background-color: #e24e42;
}

button.grid-button:hover {
	background-color: #05774C;
	box-shadow: 0 3px 5px -1px #034029;
}

button {
  color: #fff;
	background-color: #e24e42;
  padding: 10px 20px;
  border-radius: 5px;
  outline: none;
  margin: 0 10px 0 10px;

  transition: background-color 0.3s;
	transition: box-shadow 0.2s;
}

button:hover {
  cursor: pointer;
  background-color: #05774C;
	box-shadow: 0 3px 5px -1px #034029;
}

h3 {
  text-align: center;
  margin: 30px auto;
  padding: 20px 0px;
  background-color: #008F95;

  color: #eee;
  display: block;

  font-weight: bold;

	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.25);

  font-size: 24px;
}

ul.list {
  height: 400px;
  overflow: scroll;
}

ul.list li {
  font-family: serif;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  margin: 10px;
}

ul.list li.styled {
  font-family: lato, sans-serif;
  color: #fff;
  background-color: #e9b000;
  width: 200px;
  margin: 20px auto;
  border-radius: 5px;
}

h4 {
	text-align: center;
	margin: 0px auto;
	margin-bottom: 30px;
	padding: 20px 0px;
	background-color: #008F95;

	color: #eee;
	display: block;

	font-weight: bold;

	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.25);

	font-size: 24px;
}

div.button-container-two {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
}

div.gif-container {

	flex-wrap: wrap;
	flex-direction: column-reverse;
	display: flex;
  justify-content: center;
	margin: 0 auto;
	min-height: 500px;

	overflow: scroll;
}

img {
  margin: 10px auto;
	width: 300px
}
