html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;

  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #211f1f;
}

.container {
  position: relative;
  margin: 0 18.5rem;
}
.contactSmall {
  display: none;
  position: absolute;
}
.appSessions {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.9rem;
  letter-spacing: 0.3rem;
}
.appSessions2 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
}

.work {
  display: flex;
  align-items: center;
  margin: 0px;
  letter-spacing: 0.5rem;
  font-size: 3rem;
}
.sessions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sessions img {
  width: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page {
  min-height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
}
.head {
  letter-spacing: 0.2rem;
  font-size: 1.3rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  
}

.main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 27rem;
}
.logoIcon {
  position: relative;
}
.logoIcon img {
  width: 3.3rem;
}

.work a {
  font-size: 1.5rem;
  letter-spacing: 1.2rem;
  text-decoration: none;
  color: #211f1f;
}
.apple {
  width: 1rem;
  margin: 0 0 0.5rem 0.7rem;
}

.contact {
  font-size: 1.2em;
  text-decoration: none;
  color: #211f1f;
  letter-spacing: 1rem;
  margin-bottom: 1.8rem;
  margin-top: 4.2rem;
}

.divider {
  width: 3.5rem;
}

/* Privacy - Terms Pages */
.docPage{
  text-transform: none;
  padding: 50px 0 100px;
}
.docContainer{
  margin: 0 28rem !important;
}
.docIcon{
  display: block;
  margin: 0px auto;
  width: 10%;
}
.iconTerms{
  margin-bottom: -24px;
}
.docTitle{
  font-family: adobe-garamond-pro, serif;
  font-weight: 700;
  text-align: center;
  font-size: 42px;
  margin:0;
  padding: 30px 0;
}
.docUpdated{
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0px auto;
}
.docSubTitle{
  font-family: adobe-garamond-pro, serif;
  font-weight: 700;
  font-size: 22px;
  margin:30px 0;
}
.docText{
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-top: 1rem;
  text-align: justify;
}
.firstP{
  margin-top: 0px !important;
  padding-top: 30px !important;
}
.docLink{
  color: #111;
}
@media only screen and (min-width: 993px) and (max-width: 1600px) {
  .docContainer{
    margin: 0 16rem !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .docIcon{
    width: 20%;
  }
  .container {
    margin: 0 6rem;
  }
  .docContainer{
    margin: 0 6rem !important;
  }
  .page {
    min-height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .head {
    letter-spacing: 0.3rem;
    font: bold;
    margin-top: 6rem;
  }

  .main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logoIcon img {
    width: 2.6rem;
  }

  .work a {
    font-size: 2rem;
    letter-spacing: 1rem;
    text-decoration: none;
    color: #211f1f;
  }
  .apple {
    width: 1.5rem;
    margin: 0 0 0.5rem 0.5rem;
  }

  .contact {
    font-size: 1.5em;
    text-decoration: none;
    color: #211f1f;
    letter-spacing: 1rem;
    margin-bottom: 6rem;
  }

  .divider {
    width: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  /* mobile  */
  .container {
    margin: 0 1rem;
    min-height: 80vh;
  }
  .docContainer{
    margin: 0 2rem !important;
  }
  .docTitle{
    font-size: 32px;
  }
  .docIcon{
    width: 20%;
  }
  .iconTerms{
    margin-bottom: -12px;
  }
  .page {
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 90vh;
    justify-content: center;
  }
  .head {
    display: none;
  }

  .main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: auto;
  }
  .logoIcon img {
    width: 2.1rem;
    margin: 3rem 0;
  }

  .work a {
    font-size: 1rem;
    letter-spacing: 1rem;
    text-decoration: none;
    color: #211f1f;
  }
  .apple {
    width: 0.8rem;
    margin: 0 0 0.5rem 0.5rem;
  }

  .contact {
    display: none;
  }

  .divider {
    width: 2rem;
    margin: 3rem 0;
  }
  .div1 {
    display: none;
  }
  .contactSmall {
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    font-size: 0.8rem;
    letter-spacing: 0.5rem;
    text-decoration: none;
    margin-left: 0.4rem;
    color: #211f1f;
    left: 0;
    top: 50%;
    z-index:11;
    transform: translateY(-50%) rotate(180deg);
  }
}


