html,
body {
  font-family: "Trebuchet MS", sans-serif;
  color: #2d3047;
  margin: 0;
  padding: 0;
  background-color: #efefef;
  height: 100%;
}

a,
a:visited {
  /*color: #2d3047;*/
  color: #462;
  text-decoration: none;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5rem;
  text-align: center;
  background-color: #eee;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3rem;
}

hr {
  width: 100%;
  border: 0;
}

#home-title {
  background-color: #dfb;
  color: #462;
}

#home-title-container {
  display: table;
}

#home-title-container > * {
  display: table-cell;
  padding: 25px;
  color: #462;
}

#home-title-description {
  background-color: #bd9;
}

input {
  border: 1px solid #999;
  border-radius: 3px;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  margin-right: 25px;
  height: 100%;
}

#project-bleep {
  background-color: #bbd;
}

#project-bleep-container {
  display: table;
}

#project-bleep-container > * {
  display: table-cell;
  padding: 25px;
  color: #435;
  opacity: 75%;
}

#project-bleep-container:hover > * {
  opacity: 100%;
}

#project-bleep-description {
  background-color: #a9b;
}

#project-pic {
  background-color: #fd9;
}

#project-pic-container {
  display: table;
}

#project-pic-container > * {
  display: table-cell;
  padding: 25px;
  color: #941;
  opacity: 75%;
}

#project-pic-container:hover > * {
  opacity: 100%;
}

#project-pic-description {
  background-color: #fb7;
}

ul {
  /*list-style-type: none;*/
  list-style-image: url(../images/icon_arrow.ico);
  list-style-position: inside;
  padding-left: 0;
}
