body {
  background: #fafafa
}
[v-cloak] { display: none; }
#header {
  text-align: center;
  background: #42a5f5;
  height: auto;
  padding: 1rem 2rem;
  line-height: 1
}

#about1,
#about2 {
  opacity: 0
}

#formData {
  display: none;
  visibility: hidden;
  top: -9999px;
  position: absolute;
  margin-top: -100px;
  margin-left: -100px;
  height: 0
}

footer {
  font-size: 0.75rem;
}

h1 {
  color: black;
  font-family: Roboto;
  font-size: 4em;
  text-align: center
}

h3 {
  color: black;
  font-family: Roboto
}

h4 {
  color: black;
  font-family: Roboto
}

p {
  color: black;
  font-family: Roboto
}

h1+p a:hover {
  text-decoration: none
}

h2 {
  margin: 60px 15px 0;
  padding: 0;
  font-weight: 300
}

h2 span {
  margin-left: 1em;
  color: #aaa;
  font-size: 85%
}

.row {
  margin: 5px 5px 50px
}

.column2 {
  margin: 0 50px 50px;
  padding: 0
}

.column {
  margin: 5px 15px 15px;
  padding: 0
}

.column:last-child {
  padding-bottom: 10px
}

.column::after {
  content: '';
  clear: both;
  display: block
}

.column div {
  position: relative;
  float: left;
  width: 300px;
  height: 200px;
  margin: 6 6 6 5px;
  padding: 5
}

.column div:first-child {
  margin-left: 0
}

.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 1.5em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0
}

figure {
  width: 275px;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 8px
}

.test {
  margin: 0
}

figure:hover+span {
  bottom: -54px;
  z-index: 100;
  opacity: 1
}

.hover figure img {
  width: 300px;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.hover figure:hover img {
  width: 330px
}

.zoom {
  width: 300px;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;

  .unzoom {
    width: 275px;
    height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 8px
  }

  .hover2 figure img {
    width: 300px;
    height: auto;
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }

  .hover2 figure:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }

  .rotate {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }

  #container {
    margin: 55vh 0;
    padding: 50px;
    outline: 1px dashed orange
  }

  #block {
    padding: 10px;
    border: 1px solid black;
    font-family: Helvetica
  }

  .enlarge {
    width: 80vw;
    height: auto
  }

  .invisible {
    transition: opacity 5s ease;
    opacity: 0
  }

  .visible {
    transition: opacity 5s ease;
    opacity: 1
  }

  .phone{
    text-decoration: none;
    color:black;
  }

  .oregon {
    float: right;

  }
}

@media only screen and (max-width: 734px) {
  .phone {
    font-size: 1rem;
  }

  .mail {
    display: inline-block;
    padding-top: 15px;
  }

  h4 {
    font-size: 5vw;
  }

}