/* UNIVERSAL STYLES */

@font-face {
  font-family: Radiant;
  src: url(../radiant.otf);
}

html {
  font-family: 'Muli', sans-serif;
  background-color: #F3EFED;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}

header {
  position: relative;
  z-index: 2;
}

#headername {
  position: absolute;
  font-size: 18pt;
  font-weight: 800;
  color: black;
  margin-top: 26px;
  margin-left: 21px;
}

.headernavigation {
  float: right;
  height: 37px;
  margin-top: 15px;
  margin-right: 15px;
}

.openmobilemenu {
  display: none;
  float: right;
  margin-top: 30px;
  margin-right: 30px;
  cursor: pointer;
}

.closemobilemenu {
  float: right;
  margin-top: 30px;
  margin-right: 32px;
  cursor: pointer;
}

.openmobilemenu i, .closemobilemenu i {
  font-size: 24pt;
}

.headernavigation ul {
  list-style: none;
}

.headerlink {
  display: inline-block;
  color: black;
  font-weight: 500;
  font-size: 14pt;
  text-align: center;
  cursor: pointer;
  user-select: none;
  padding-bottom: 5px;
  margin-right: 10px;
}

.headerlink:hover {
  font-weight: 800 !important;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #C7625E;
}

.homelink {
  width: 55px;
}

.serviceslink {
  width: 75px;
}

.feeslink {
  width: 44px;
}

.contactlink {
  width: 69px;
}

.currentlink {
  font-weight: 800;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: white;
}

.mobilemenu {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #F3EFED;
  overflow-x: hidden;
}

.mobilemenu ul {
  list-style: none;
  width: 50%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-inline-start: 0;
}

.mobileheaderlink {
  width: max-content;
  color: black;
  font-weight: 500;
  font-size: 27pt;
  text-align: center;
  user-select: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  cursor: pointer;
}

.mobilecurrentlink {
  font-weight: 800 !important;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  border-bottom-color: #C7625E;
}

#pagetitle {
  font-weight: 900;
  font-size: 55pt;
  text-align: center;
  color: #A89185;
  padding-top: 140px;
  padding-bottom: 60px;
}

.pagecontent {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pagetext {
  width: 800px;
  text-align: justify;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}

.pagesubtitle {
  font-size: 30pt;
  font-weight: 800;
  color: #352E2A;
  text-align: center;
  padding-top: 75px;
}

.pagesubtitleline {
  width: 50px;
  height: 6px;
  background-color: #C7625E;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
}

.fullcontentbox {
  display: flex;
  background-color: white;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  justify-content: center;
  padding: 20px;
  margin-bottom: 30px;
}

.fullcontentbox i {
  font-size: 17pt;
  margin-top: 2px;
  margin-right: 13px;
}

.contentdetails {
  font-size: 14pt;
}

footer {
  font-size: 10pt;
  text-align: center;
  padding: 20px;
}

@media only screen and (max-width: 850px) {

  .pagecontent {
    width: 90%;
  }

  .pagetext {
    width: 100%;
  }

}

@media only screen and (max-width: 750px) {

  #pagetitle {
    font-size: 45pt;
  }

  .pagesubtitle {
    font-size: 25pt;
  }

}

@media only screen and (max-width: 550px) {

  .headernavigation {
    display: none;
  }

  .openmobilemenu {
    display: block;
  }

  #headername {
    margin-top: 32px;
  }

}

@media only screen and (max-width: 498px) {

  .fullcontentbox {
    flex-wrap: wrap;
  }

  .fullcontentbox i {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .contentdetails {
    font-size: 12pt;
    text-align: center;
  }

}

@media only screen and (max-width: 350px) {

  #pagetitle {
    font-size: 42pt;
  }

  .pagesubtitle {
    font-size: 22pt;
  }

  .mobileheaderlink {
    font-size: 22pt;
  }

}
