html {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
}
body {
  animation: fadeIn 0.7s ease;
  background-color: #ffffff;
  box-sizing: border-box;
  color: #333;
  display: flex;
  flex-direction: column;
  font-family: "Inter Light", sans-serif;
  font-size: 13pt;
  margin: 0;
  max-width: 100%;
}
body,
html {
  overscroll-behavior: none;
  scroll-behavior: smooth;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.navbar {
  border-top: 2px solid #c7c7c7;
  border-bottom: 2px solid #c7c7c7;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: #f9fbf5;
  height: 37px;
  display: flex;
  justify-content: center;
}
.navbar-item {
  display: inline-block;
  margin: 0 8px;
  text-align: center;
  min-width: 110px;
  height: 100%;
  box-sizing: border-box;
  line-height: 39px;
}
.navbar-item a {
  display: inline-block;
  color: #8f8f90;
  font-family: "Inter Light", sans-serif;
  font-size: 14pt;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0 7px;
  height: 100%;
  line-height: 39px;
}
.navbar-item:hover {
  background-color: #e7f9b1;
}
.home-container {
  margin: 5px auto 20px auto;
  width: 60%;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-height: 100%;
}
.body-container {
  margin: 5px auto 20px auto;
  width: 70%;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.site-header {
  width: 100%;
  background: rgb(170, 168, 168);
  background: linear-gradient(31deg, rgba(170, 168, 168, 1) 0%, rgba(199, 199, 199, 1) 21%, rgba(168, 168, 168, 1) 40%, rgba(208, 208, 208, 1) 70%, rgba(112, 112, 113, 1) 100%);
  margin: auto;
  padding: 0;
  justify-content: center;
  display: flex;
}
.logo-container {
  width: 100%;
  margin: auto;
  float: right;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.resume-services {
  font-family: "Cambria", serif;
  font-size: 35pt;
  font-weight: bold;
  color: #ffffff;
  margin: auto;
  padding: 0;
  text-align: left;
  line-height: 30pt;
  display: inline-block;
  bottom: 0;
}
.polished {
  font-size: 45pt;
  font-style: italic;
  font-family: "Cambria", serif;
  font-weight: bold;
  color: #333;
  margin: auto;
  padding: 0;
  text-align: left;
  line-height: 40pt;
  display: inline-block;
  bottom: 0;
}
.shine-container {
  position: relative;
  text-align: center;
  height: 250px;
  width: 445px;
  flex-shrink: 0;
}
.shine-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25pt;
  color: #656565;
  margin: 0;
  padding: 0;
  width: 100%;
  text-shadow: 1px 1px 1px #333;
  font-weight: 400;
}
.intro-text {
  float: right;
  display: inline-block;
  font-size: 15pt;
  color: #7c7c7c;
  flex: 1;
  text-align: left;
  margin: auto 0;
  line-height: 21.5pt;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.intro-container {
  width: 93%;
  min-width: 855px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin: 20px auto;
}
.home-text {
  font-size: 14pt;
  color: #656565;
  text-align: center;
  margin: 5px 0;
}
.big-text {
  font-size: 27pt;
  font-weight: bold;
  color: #656565;
  text-align: center;
  margin: 0;
  text-shadow: 1px 1px 2px #8f8f90;
}
.cprw {
  float: right;
  margin: -15px 0 -20px -20px;
  padding: 0;
}
.cprw:hover {
  transform: scale(1.1);
}
.cprw-container {
  width: 70%;
  margin: 0 auto;
  justify-content: center;
  vertical-align: top;
}
.left {
  float: left;
  width: 75px;
  height: 65px;
  vertical-align: middle;
  margin: 0;
}
.header-container {
  justify-content: center;
  margin: auto;
  display: flex;
  gap: 10px;
  vertical-align: middle;
  padding: 5px 0 7px 0;
}
.footer {
  padding: 6px 0 5px 0;
  background-color: #f9fbf5;
  text-align: center;
  font-size: 11pt;
  color: #656565;
  letter-spacing: 2px;
  width: 100%;
  border-top: 2px solid #c7c7c7;
  border-bottom: 2px solid #c7c7c7;
  font-family: "DIN Regular", sans-serif;
  position: fixed;
  margin: 0 auto;
  bottom: 0;
  max-height: 53px;
  white-space: nowrap;
  display: block;
}
button {
  background-color: #e7f9b1;
  box-shadow: 2px 2px 2px 1px #8f8f90;
  color: #656565;
  margin: 10px auto 0 auto;
  text-align: center;
  padding: 10px;
  font-size: 13pt;
  font-weight: bold;
  cursor: pointer;
  height: 45px;
  min-width: 155px;
  letter-spacing: 1px;
  border: 3px solid #bada55;
}
button:hover {
  background-color: #d7fb65;
}
.button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px auto;
}
h1,
h2 {
  color: #656565;
  font-family: "Cambria", serif;
  font-weight: normal;
  letter-spacing: 0.75px;
  margin: 20px 0 0 0;
  padding: 0;
}
h2 {
  font-size: 20pt;
}
h1 {
  font-size: 26pt;
}
.prices-container-header {
  color: #656565;
  font-family: "Cambria", serif;
  font-weight: normal;
  letter-spacing: 0.75px;
  padding: 0;
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 20pt;
}
.subheader-container {
  margin: 20px 0 5px 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.subheader-icon {
  width: 30px;
  height: 30px;
  margin: 0;
}
.subheader-label {
  margin: 0;
}
.subheader-label h2 {
  margin: 0 0 3px 0;
  padding: 0;
  line-height: 1;
}
.guarantee-text {
  padding-left: 25px;
}
li {
  margin: 10px 0;
}
@font-face {
  font-family: "Inter Light";
  src: url(fonts/inter-light.ttf) format(truetype);
}
p {
  margin: 10px 0;
  line-height: 16pt;
}
ol {
  margin-top: 5px;
}
.prices-container {
  display: grid;
  grid-template-columns: repeat(3, 275px);
  gap: 14px 25px;
  align-items: start;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 15px;
}
.prices-item {
  background-color: #f9fbf5;
  border: 2px solid #bada55;
  padding: 15px;
  width: 275px;
  height: 225px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: center;
}
.price-info {
  width: 100%;
  padding: 1px 0;
  font-size: 10.5pt;
  color: #656565;
}
h3 {
  font-size: 12pt;
  margin: 3px;
  font-weight: bold;
  color: #656565;
}
.prices-item h3,
.prices-item b,
.prices-item br,
.contact-item h3,
.contact-item b,
.contact-item br {
  width: 100%;
}
.prices-icon {
  margin: 0;
  padding: 0;
}
.plus-icon {
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
}
.contact-container {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 35px;
  align-items: start;
  justify-content: left;
  width: 100%;
  margin-top: 15px;
}
.contact-item {
  background-color: #f9fbf5;
  border: 2px solid #bada55;
  padding: 15px;
  width: 200px;
  height: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: center;
}
.prices-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #656565;
}
a:hover {
  text-decoration: none;
  color: #91aa41;
}
.contact-item:hover {
  background-color: #d7fb65;
}
@media only screen and (max-width: 768px) {
  body,
  html {
    margin: 0 !important;
    padding: 0;
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: none;
  }
  body {
    height: -webkit-fill-available;
    font-size: 11pt;
    line-height: 14pt !important;
  }
  p {
    line-height: 14pt !important;
  }
  .home-container {
    width: 95% !important;
    min-width: 0 !important;
    margin: 0 auto;
    padding: 10px;
    height: auto;
  }
  .body-container {
    width: 90% !important;
    min-width: 0 !important;
    margin: 0 auto;
    padding: 15px 15px 50px 15px;
    height: auto;
  }
  .intro-container {
    width: 95% !important;
    max-width: 95% !important;
    min-width: 95% !important;
    margin: 0 auto !important;
    padding: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
  }
  .polished {
    font-size: 24pt !important;
    line-height: 22pt !important;
  }
  .resume-services {
    font-size: 17pt !important;
    line-height: 15pt !important;
  }
  .shine-text {
    font-size: 14pt !important;
  }
  .intro-text {
    font-size: 10pt !important;
    line-height: 11pt;
    width: 95%;
    text-align: left;
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  .home-text {
    font-size: 10pt !important;
    width: 100%;
  }
  .navbar-item,
  .navbar-item a {
    min-width: 0 !important;
    width: auto;
    margin: auto !important;
    height: 50%;
    gap: 0;
    display: inline-block;
    font-size: 12pt !important;
    letter-spacing: 0;
    line-height: 1;
  }
  .navbar-item a {
    padding: 4px 7px;
  }
  .navbar-item {
    padding: 0;
  }
  .navbar,
  .site-header {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
  }
  .navbar {
    height: 52px;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    box-sizing: border-box;
  }
  .shine-container {
    width: 175px !important;
    height: auto !important;
    margin: 5px auto;
  }
  .shine-container img {
    width: 100% !important;
    height: auto !important;
  }
  .cprw img {
    width: 80px !important;
    height: auto !important;
    margin: 8px 0 0 -100px !important;
    padding: 5px;
  }
  .cprw-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .big-text {
    font-size: 20pt;
    line-height: 1;
    margin: 10px 0 15px 0;
  }
  button {
    font-size: 9pt;
    min-width: 75px;
    height: 30px;
    padding: 5px;
  }
  .footer {
    font-size: 9pt;
    letter-spacing: 0;
    width: 100%;
    line-height: 1.1;
    margin: auto 0 0 0;
    height: auto;
  }
  h1 {
    font-size: 18pt;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px !important;
  }
  h2 {
    font-size: 16pt;
    line-height: 1;
  }
  li {
    margin: 6px 0;
    line-height: 14pt;
  }
  .subheader-icon {
    width: 22px;
    height: auto;
    margin-bottom: 4px;
    margin-right: -1px;
  }
  .guarantee-text {
    padding-left: 35px;
    line-height: 14pt;
  }
  .prices-container {
    grid-template-columns: repeat(2, 155px);
    gap: 16px 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: auto;
  }
  .prices-item {
    padding: 5px;
    width: 155px;
    height: 155px;
    margin-top: 5px;
  }
  .contact-container {
    grid-template-columns: repeat(3, 100px);
    gap: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: auto;
  }
  .contact-item {
    padding: 5px;
    width: 100px;
    height: 100px;
    margin-top: 5px;
  }
  .price-info {
    font-size: 10pt;
    line-height: 1;
  }
  .prices-item h3,
  .contact-item h3 {
    font-size: 11pt;
    line-height: 1;
    margin: 0;
  }
  .prices-icon {
    width: 30px;
    height: auto;
    margin-bottom: 3px;
    margin-top: 0;
  }
  .header-container,
  .site-header {
    justify-content: center;
    gap: 0;
  }
  .header-container {
    width: auto;
    height: 35px;
  }
  .logo-container {
    margin: auto;
    padding: 5px;
  }
  .header-container img {
    width: 35px;
    height: 35px;
    float: none;
    margin: 0;
    padding: 0 5px 0 0;
  }
}
