@import url("https://fonts.googleapis.com/css?family=DM+Serif+Text&display=swap");
body, htms {
  font-family: 'Dm';
  margin: 0;
  background-image: url(https://images.unsplash.com/photo-1464699908537-0954e50791ee?ixlib=rb-1.2.1&auto=format&fit=crop&w=1951&q=80);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body a, htms a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.preload {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  z-index: 2;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.preload-finish {
  opacity: 0;
  pointer-events: none;
}

.background {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: white;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  z-index: 1;
}

.background-finish {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.logo {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 25%;
  -webkit-transform: translate(150%, 0);
          transform: translate(150%, 0);
}

p {
  font-size: 13px;
  font-family: SF Display;
  color: #282828;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .5px;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 0;
}

@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url("https://sf.abarba.me/SF-UI-Display-Regular.otf");
}

.box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border: solid transparent;
  background: #f0f0f0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
  margin-top: 70px;
  -webkit-box-shadow: 10px 10px 70px grey;
          box-shadow: 10px 10px 70px grey;
}

.align {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.position {
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}

.position2 {
  text-align: center;
  display: inline-block;
  margin-bottom: 80px;
  padding-top: 30px;
}

.position3 {
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  padding-top: 80px;
}

.btn {
  text-decoration: none;
  font-size: 16px;
  background-color: #D5B6A7;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "SF Display";
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 10px -8px #D5B6A7;
  box-shadow: 0 10px 10px -8px #D5B6A7;
}

.pdgn {
  padding: 0px;
}

.pdgn {
  font-size: 30px;
}

.btn2 {
  text-decoration: none;
  font-size: 16px;
  background-color: #D5B6A7;
  padding: 5px;
  font-family: "SF Display";
  color: white;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  margin-top: 0px;
}

.btn3 {
  text-decoration: none;
  font-size: 13px;
  background-color: transparent;
  padding: 10px;
  font-family: "SF Display";
  color: #D5B6A7;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 10px;
}

.btn4 {
  text-decoration: none;
  font-size: 16px;
  background-color: transparent;
  padding: 10px;
  font-family: "SF Display";
  color: #D5B6A7;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-top: 0px;
  margin-bottom: 10px;
}

.btn5 {
  text-decoration: none;
  font-size: 16px;
  border: 2px solid #B68676;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 27px;
  padding-right: 27px;
  font-family: "SF Display";
  color: #B68676;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.btn:hover {
  background: #B68676;
  -webkit-box-shadow: 0 10px 10px -6px #B68676;
  box-shadow: 0 10px 10px -6px #B68676;
}

.btn5:hover {
  color: #B68676;
  border: 2px solid #B68676;
}

.btn2:hover {
  background: #B68676;
}

.btn3:hover {
  color: #B68676;
}

i {
  list-style: none;
  font-size: 22px;
  padding: 20px 20px;
  color: #D5B6A7;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.iconbtn:hover {
  color: #B68676;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.card__image {
  width: 100%;
  padding: 40px;
  padding-bottom: 20;
  padding-top: 0px;
}

ul {
  text-decoration: none;
  font-size: 13px;
  color: #282828;
  font-family: SF Display;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .5px;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  margin-left: 15px;
  padding-right: 50px;
}
/*# sourceMappingURL=handwerk.css.map */