* {
  font-family: Outfit, Arial, sans-serif;
  box-sizing: border-box;
  color: #333;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px;
  padding: 10px 20px;
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-weight: semi-bold;
  margin-top: 0;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
}
a.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
}
a.btn:hover {
  background-color: #dec3c3;
  border-color: #aaa;
}
a.btn.primary {
  background-color: #D99796;
  color: white;
}
a.btn.primary:hover {
  background-color: #d98b8a;
}
body > div {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
}
#section-header {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.35);
  margin: 10px 0px 5px 0px;
  padding-right: 20px;
  border: 1px solid #f0f0f0;
  height: 60px;
}
#section-header > a {
  text-decoration: none;
  font-size: 1.5em;
  margin-left: 10px;
}
#section-header > a > img {
  position: absolute;
  z-index: 10;
  top: -20px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}
#section-main {
  position: relative;
  min-height: 350px;
  padding: 20px 400px 20px 20px;
  border-radius: 0px 0px 10px 10px;
  background: url(images/pink-silk-background.jpg) no-repeat center center;
  background-size: 100% 100%;
}
#section-main img {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 350px;
  width: 350px;
  border-radius: 10px;
}
#section-main .tidycal-embed {
  margin: 0px auto;
  width: 90%;
}
#section-getting-started {
  text-align: center;
}
#section-getting-started > div {
  display: flex;
  justify-content: space-between;
}
#section-getting-started > div a {
  display: block;
  text-decoration: none;
}
#section-getting-started > div a img {
  display: block;
  width: 375px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
#section-embed {
  min-height: 350px;
  padding: 40px;
  border-radius: 0px 0px 10px 10px;
  background: url(images/pink-silk-background.jpg) no-repeat center center;
  background-size: 100% 100%;
}
#section-flodesk {
  max-width: 1200px;
  width: 100%;
}
#section-flodesk iframe {
  width: 100%;
  height: 1200px;
  border: none;
}
@media (max-width: 800px) {
  #section-header > a > img {
    left: 0px;
    margin-left: 0px;
  }
  #section-header > a {
    margin-left: 3px;
  }
  #section-main {
    min-height: 350px;
    padding: 20px 20px 100px 20px;
  }
  #section-main h1 {
    font-size: 2em;
  }
  #section-main a.btn {
    position: absolute;
    bottom: 40px;
    left: 20px;
  }
  #section-main img {
    top: auto;
    bottom: 0px;
    height: 130px;
    width: 130px;
    z-index: 0;
  }
  #section-main .tidycal-embed {
    margin: 0px auto;
    width: 95%;
  }
  #section-getting-started > div {
    display: block;
  }
  #section-getting-started > div > a {
    display: block;
  }
  #section-getting-started > div > a img {
    display: block;
    width: 375px;
    border-radius: 10px;
    border: 1px solid #ccc;
  }
  #section-embed {
    min-height: 350px;
    padding: 20px 10px;
  }
}
