*{font-family:"Open Sans",sans-serif}
img {border:0;vertical-align:middle}
.hidden{display:none}
i{margin:0 5px}

html {
  background-color: #7fb5e3;
}
body {
  margin: 0;
}

div.fullwidth {
  display: flex;
  flex: 1 1 100%;
  box-shadow: 0 2px 2px -2px #000000;
  margin: 0 0 30px 0;
  background-color: #ffffff;
  padding: 0 15px;
}

main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.logo {
  flex: 1 1 75%;
  text-align: center;
}

main section.contact {
  background-color: #36363d;
  color: #ffffff;
  padding: 0 15px;
  margin-right: -15px;
}

main section.contact a {
  text-decoration: none;
  color: #ffffff;
}

main section.contact a:hover {
  text-decoration: underline;
}

main section.contact p {
  margin: 5px 0;
}

main .menu section, main section.purchase, main section.rent {
  flex: 1 1 33%;
  color: #36363d;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

main .menu section a {
  text-decoration: none;
  color: #36363d;
  font-size: 150%;
}

main .menu section.purchase a:hover, main section.purchase a:hover, main section.rent a:hover {
  text-decoration: underline;
}

main section.photos {
  padding: 20px 0;
  flex: 1 1 100%;
}

main section.photos a {
  margin: 5px;
  display: inline-block;
  border: 1px solid #000000;
}

main section.viewer {
  background-color: #000000;
  border: 10px solid #000000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.documents ul {
  list-style-type: none;
  padding-left: 0;
}
