@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
html,
body {
  font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 107%;
  background-color: #ffffff;
  /*text-align: center;*/
  font-weight: 300;
}

img {
  padding: 7px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%; */
}

p,
article {
  padding: 10px;
  margin: 0 auto;
  max-width: 600px;
  text-align: left;
}

canvas {
  display: block;
}

a {
  color: #111090;
  text-decoration: none;
}

div a {
  color: #333333;
}

h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

footer a {
  color: #ffffff;
}

.header a {
  text-decoration: none;
  color: #ffffff;
}

h2 a:hover {
  color: #333333;
  text-decoration: underline;
}

div a:hover {
  color: #333333;
  text-decoration: underline;
}

p a:hover {
  color:#64646C;
  text-decoration: underline;
}

.header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  color: #ffffff;
  padding: 55px;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  background-color: #1f1f1f;
}

a .header:hover {
  color: #dadada;
  text-decoration: none;
}

.underlined {
  /* text-transform: uppercase; */
  padding: 10px;
  margin: 0 auto;
  max-width: 600px;

  color: #333333;
  margin-top: 6em;
  margin-bottom: 0em;
  border-bottom: 1px solid #333333;
  font-weight: 300;
  font-size: 1.75em;
  word-spacing: 2px;
}

.grid-container {
  display: grid;
  /*grid-template: "a a a""b b b b b"; */
  grid-template: 100px / auto auto;

  max-width: 900px;
  margin: auto;
  grid-gap: 4px;
  background-color: rgb(0, 0, 0, 0);
  text-align: center;
  row-gap: 107px;
  /*grid-template: 150px / auto auto auto;
  grid-gap: 10px;
  background-color: #2196F3;
  padding: 10px; */
}

.grid-container > div {
  background-color: rgba(0, 0, 0, 0);

  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  margin-bottom: 10px;
}

#giraffe a:hover {
  color: #ffffff;
}

#giraffe {
  background-image: url("https://i.imgur.com/YDf2RxR.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  color: #ffffff;
  padding: 55px;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  background-color: #1f1f1f;
  /*width: 100%*/
}


footer {
  margin-top: 4em;
  padding: 1em;
  text-align: center;
  background-color: #333333;
  font-size: 25px;
  color:#ffffff;
  position: fixed;
  width:100%;
  /*left: 0;*/
  bottom: 0;
}

.sketch {
  margin: 0;
  display: flex;

  /* This centers our sketch horizontally. */
  justify-content: center;

  /* This centers our sketch vertically. */
  align-items: center;
  
}
