@import 'https://fonts.googleapis.com/css?family=Rokkitt';
@import 'https://fonts.googleapis.com/css?family=Playfair+Display:900i';

html, body {
  margin: 0;
  padding: 0;
  background-color: lightgray;
  background-blend-mode: screen;
  font-family: Helvetica, Arial, sans-serif;
  font-smooth: never;
  -webkit-font-smoothing: antialiased;
}

.mainnav {
  position: fixed;
  right: 13px;
  top: 0;
  width: 450px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  color: black;
}

.bar {
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: ;
  border-bottom: 1px solid gray;
  transition: 1s;
}

.bar.scrolled {
background-color: white;
}

.logo {
  position: fixed;
  left: 14px;
  top: 11px;
}

p {
  font-size: 1em;
}

h2 {
  font-family: , Times, serif;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
}

h3 {
  font-family: 'Rokkitt', Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}

.layout {
  display: table;
}

.space {
  width: 30vw;
}

.each_div {
  display: table-row;
    }

.home {
  background: url(img/outside.jpg) no-repeat center center;
  background-size: cover;
  background-color: gainsboro;
  background-blend-mode: screen;
  width: 100vw;
  height: 100vh;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}
.mission {
  background: url(img/mission.jpg) no-repeat center center fixed;
  background-size: cover;
  color: white;
  padding-left: 100px;
  padding-right: 100px;
  width: 100vw;
  height: 100vh;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}

.contact {
  background-color: white;
  color: black;
  padding-left: 100px;
  padding-right: 100px;
  width: 100vw;
  height: 100vh;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}

.hours {
  background-color: #800000;
  padding-left: 100px;
  padding-right: 100px;
  color: white;
  width: 100vw;
  height: 100vh;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}

.services {
  font-family: Georgia, serif;
  line-height: 2em;
  background-color: white;
  padding-left: 100px;
  padding-right: 100px;
  color: black;
  width: 100vw;
  height: 100vh;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}

.services strong{
  border-bottom: 1px solid lightblue;
  font-style: italic;
}

.details strong{
  font-style: italic;
}

.services span {
  font-family: sans-serif;
  font-size: 10px;
  color: lightblue;
}

.servicelist {
  margin: auto;
  width: 80%;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.servicelisttwo {
  margin: auto;
  width: 26%;
}

.details {
  font-family: Georgia, serif;
  line-height: 2em;
  background-color: gainsboro;
  padding-left: 100px;
  padding-right: 100px;
  color: black;
  width: 100vw;
  height: 100vh;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}

.zinc {
  float: left;
  transform: rotate(3deg);
}

.angel {
  float: left;
  transform: rotate(-3deg);
}

.open {
  float: right;
  transform: rotate(3deg);
}

a {
  color: #800000;
  text-decoration: none;
}

a:hover {
  color: black;
  border-bottom: 1px solid black;
}

.mission span, .hours span, .contact span{
  font-size: 5vw;
  font-family: 'Playfair Display', Times, serif;
  font-weight: 900;
  font-style: italic;
}

.mission span {
  color: lightyellow;
}

.map {
  background-color: lightyellow;
  width: 100vw;
  height: 100vh;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: help;
}

.featuredimage {
  position: relative;
  margin: auto;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  z-index: 999;
}

.featuredimage img {
  width: 300px;
  border-radius: 50%;
}

.address {
  font-size: 30px;
}

hr {
  background-color: none;
  border: none;
  width: 30%;
  border-bottom: 1px solid white;
}

.nav {
  text-align: center;
  color: white;
  bottom: 0;
  width: 100%;
}

.nav a {
  color: white;
}
