body {
  padding: 0;
  margin: 0 auto;
}

/* Mobile settings, overridden in media query */
main {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px;
}

@media screen and (min-width: 1000px) {
  #video {
    margin-top: 1em;
  }
}
#video {
  flex-basis: 100%;
}
#video #vidFrame {
  display: block;
  margin: 0 auto;
}

#whitebox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: space-between;
  align-items: flex-start;
}

.image {
  height: 200px;
  width: 200px;
  margin: 5px;
  opacity: 0;
  transition: opacity 100ms;
}

#modal {
  opacity: 0;
  transition: opacity 100ms;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.on {
  opacity: 1 !important;
}

footer {
  clear: both;
}

google-map {
  height: 300px;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
  body {
    max-width: 1000px;
  }
  main {
    float: left;
    max-width: 200px;
  }
  #whitebox {
    float: right;
    max-width: 783px;
  }
  google-map {
    height: 180px;
  }
}
@media screen and (min-width: 1300px) {
  body {
    max-width: 1300px;
  }
  main {
    float: left;
    max-width: 200px;
  }
  #whitebox {
    max-width: 1083px;
  }
  google-map {
    height: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .image {
    height: 400px;
    width: 400px;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #111;
}

header {
  font-family: Georgia1, Georgia, serif;
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
}
header.honcho {
  font-size: 16px;
}
header a {
  text-decoration: none;
  color: #111;
}
header a:hover {
  text-decoration: underline;
}

main {
  line-height: 1.5;
}

/* Highlight link target */
:target {
  background-color: lightyellow;
  color: black;
}

a {
  color: #254EDB;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.blog-img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.post-date {
  font-size: 13px;
  color: #828282;
  margin-left: 10px;
}

.post-private-disc {
  color: lightyellow;
  background-color: black;
  padding: 4px;
  border-radius: 4px;
}

.mainproject {
  font-weight: bold;
  margin-bottom: 10px;
}

footer {
  font-size: 13px;
  margin-left: 30px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=gal.css.map */