.background {
  background-color: #656565;
}
.header {
  display: flex;
  flex-direction: column;
  width: 70%;
  max-width: 960px;
  min-width: 480px;
  margin: 0 auto;
  padding: 0 50px;
  padding-left: 0px;
  display: inherit;
  background-color: #e5322c;
  color: #f8f8f8;
  font-family: 'Share Tech Mono', monospace;
  font-size: 16pt;
  font-weight: bold;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
.header img {
  padding: 0 10px;
}
.header div {
  display: inline-block;
  padding: 6px 30px;
  width: auto;
}
.header a {
  color: #f8f8f8;
  vertical-align: middle;
}
.header a:hover {
  text-decoration-line: none;
}
.header div:hover {
  background-color: #f8f8f8;
  color: #e5322c;
  transition: 0.3s;
}
.header span {
  vertical-align: bottom;
}
.header #headerLogoHover {
  opacity: 0;
  position: absolute;
  left: 30px;
}
.header #headerLogo {
  opacity: 1;
}
.header div:hover #headerLogoHover {
  opacity: 1 !important;
  transition: 0.3s;
}
.header div:hover #headerLogo {
  opacity: 0;
  transition: 0.3s;
}
.footer {
  display: flex;
  flex-direction: column;
  width: 70%;
  max-width: 960px;
  min-width: 480px;
  margin: 0 auto;
  padding: 0 50px;
  padding-left: 0px;
  display: inherit;
  background-color: #e5322c;
  color: #f8f8f8;
  font-family: 'Share Tech Mono', monospace;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}
.footer img {
  padding: 0 10px;
}
.footer div {
  display: inline-block;
  padding: 6px 30px;
  width: auto;
}
.footer a {
  color: #f8f8f8;
  vertical-align: middle;
}
.footer a:hover {
  text-decoration-line: none;
}
.footer div:hover {
  background-color: #f8f8f8;
  color: #e5322c;
  transition: 0.3s;
}
.footer span {
  vertical-align: bottom;
}
.footer #headerLogoHover {
  opacity: 0;
  position: absolute;
  left: 30px;
}
.footer #headerLogo {
  opacity: 1;
}
.footer div:hover #headerLogoHover {
  opacity: 1 !important;
  transition: 0.3s;
}
.footer div:hover #headerLogo {
  opacity: 0;
  transition: 0.3s;
}
.mainContentColumn {
  display: flex;
  flex-direction: column;
  width: 70%;
  max-width: 960px;
  min-width: 480px;
  margin: 0 auto;
  padding: 0 50px;
  background-color: #fcfcfc;
  color: #000000;
  padding-bottom: 120px;
  min-height: 100vh;
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
}
.mainContentColumn img {
  max-width: 100%;
}
.homeItem {
  padding-bottom: 40px;
}
.homeProjectGrid {
  margin: 0 auto;
  text-align: center;
}
.homeProjectTile {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18;
  width: 270px;
  margin: 4px;
  margin-top: 60px;
}
.homeProjectHeader {
  position: absolute;
  top: -32px;
  z-index: 0;
  width: 100%;
  height: 60px;
  background-color: #e5322c;
  color: #f8f8f8;
  cursor: default;
  display: inline-block;
  padding-top: 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  -o-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}
.homeProjectHeaderHover {
  top: -60px;
}
.homeProjectTitle {
  margin-bottom: 2px;
}
.homeProjectTile img {
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#contentTitle {
  padding: 10px 10px;
  font-family: 'Share Tech Mono', monospace;
  padding-top: 80px;
  font-size: 36;
  text-align: center;
}
.contentHeader {
  padding: 10px 10px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 24;
}
.contentSubject {
  padding: 10px 10px;
  text-align: center;
}
.contentDescription {
  padding: 10px 10px;
  padding: 10px 40px;
}
.contentGallery {
  padding: 10px 10px;
  text-align: center;
}
.contentGallery img {
  padding: 2px;
  cursor: zoom-in;
}
