* {
  box-sizing: border-box;
}

html,
body,
.wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Josefin Slab', serif;
  display: flex;
  flex-direction: row;
  text-align: center;
}

#side,
#main {
  height: 100%;
  min-height: 100%;
}

#side {
  display: flex;
  flex-direction: column;
  width: 25%;
  min-width: 400px;

  background-color: #b47837;
}

#main {
  position: relative;
  width: 80%;
}

#side_up,
#side_down {
  width: 100%;
  min-width: 100%;
}

#side_up {
  height: 40%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  text-shadow: 5px 5px 10px grey;
  background: url('../img/wood-background2.jpg');
}

#side_up h1 {
  font-weight: 700;
  font-size: 78px;
  margin: 20px 0;
}

#phone,
#address {
  font-size: 29px;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: black;
  margin-bottom: 20px;
}

#side_down {
  height: 60%;
}

@media all and (max-width: 768px) {

  #side_down {
    display: none;
  }

  #side_up {
    max-width: 80vw;
    width: 80vw;
    height: 15vh;
    min-height: 130px;
    z-index: 2;
    position: absolute;
    top: 15vh;
    background: transparent;
    background: url('../img/wood-background-mobile.jpg');
  }

  #side_up h1 {
    font-size: 6vw;
    margin: 10px 0;
  }

  #phone,
  #address {
    font-size: 3vw;
  }

  #phone {
    text-decoration: underline;
  }

  #main {
    width: 100vw;
    min-width: 100vw;
    position: absolute;
  }

  #map_link {
    position: absolute;
    bottom: 15px;
    right: 20px;
  }

  #map-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-decoration: underline;
  }

  #map_img {
    height: 30px;
  }
}

@media all and (min-width: 769px) {
  #map_link {
    display: none;
  }
}

/*
**AIzaSyCsX22GlPmZWQX-28odw5uMBs5t0k0qnKM
*/
#map,
#map_full {
  width: 100%;
  height: 100%;
  background-color: grey;
}

#index_link img {
  height: 5vh;
  min-height: 35px;
  position: absolute;
  top: 50px;
  left: 20px;
}
