@import url(./reset.css);
@font-face {
  font-family: "Engravers MT";
  src: url("./fonts/engravers.ttf");
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

html {
  font-size: 11.11px;
}

body {
  background-color: #f9f9eb;
}

h1,
h2,
h3,
h4,
h5,
p {
  color: #222e19;
}

.navbar {
  width: 100%;
  height: 6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
}

.content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: space-between;
}

.engraver {
  font-family: "Engravers MT", Times, serif;
}

.enlarged {
  font-size: clamp(3.88rem, 7.111vw, 8rem);
  font-family: "Engravers MT", Times, serif;
}

.heroContent {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media (max-width: 800px) {
  .heroContent {
    flex-flow: column;
  }
}

.heroTextBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}
@media (max-width: 800px) {
  .heroTextBlock {
    flex-flow: column;
  }
}

.heroText {
  display: flex;
  align-items: baseline;
}

.subHeroText {
  font-size: clamp(1.33rem, 1.11vw, 2rem);
  margin-top: 3rem;
}

.services {
  width: 100%;
  height: 111vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  overflow-x: none;
}

.serviceHeader {
  font-weight: 800;
  margin-bottom: 4rem;
}

.serviceList {
  width: 88%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.22rem;
}

.serviceRow {
  width: 66vw;
  max-width: 66rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 2.22rem;
}
@media (max-width: 777px) {
  .serviceRow {
    flex-flow: column;
  }
}

.serviceItem {
  text-align: center;
}
@media (max-width: 777px) {
  .serviceItem {
    width: 100%;
  }
}

footer {
  width: 100%;
  height: 77vh;
  overflow-x: none;
}

.skylineContainer {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  overflow-x: none;
}

.skylineContainer div:nth-child(1) {
  margin-right: -2px;
  background-color: #222e19;
}

.skylineContainer div:nth-child(3) {
  margin-left: -2px;
  background-color: #222e19;
}

.skylineBar {
  background-color: #222e19;
  width: 100%;
  height: 22px;
}

.skylineImage {
  width: 100%;
  max-width: 555px;
  height: auto;
}

.contactSection {
  width: 100vw;
  height: 83vh;
  background-color: #222e19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.contactTextBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}
@media (max-width: 800px) {
  .contactTextBlock {
    flex-flow: column;
  }
}
.contactTextBlock h1 {
  color: #edeec5;
}

.contactEngraversText {
  display: flex;
  align-items: baseline;
  font-size: clamp(2.44rem, 4vw, 4rem);
  letter-spacing: clamp(0.22rem, 0.05vw, 0.55rem);
}

.enlargedC {
  font-size: clamp(3.2rem, 4.99vw, 5.73rem) !important;
  font-family: "Engravers MT", Times, serif;
}

.contactHeader {
  color: #edeec5;
  text-transform: uppercase;
  opacity: 0.55;
  text-align: center;
  margin: 3rem 0 0.5rem 0;
}

.contactText {
  color: #edeec5;
  font-size: 2rem;
  text-align: center;
}

.contactText a {
  color: #edeec5;
}
.contactText a:hover {
  color: #f9f9eb;
}

nav a {
  color: #28592b;
  font-family: "EB Garamond", Times, serif;
  font-weight: 600;
  font-size: 1.77rem;
  letter-spacing: -1.1px;
}

h1 {
  font-family: "Engravers MT", Times, serif;
  font-size: clamp(2.8rem, 5vw, 6rem);
  letter-spacing: clamp(0.22rem, 0.05vw, 0.55rem);
}

h2 {
  font-family: "Libre Baskerville", Times, serif;
  font-size: clamp(4rem, 5vw, 6rem);
  line-height: 1.333;
  text-align: center;
}

h3 {
  font-family: "EB Garamond", Times, serif;
  font-size: clamp(2.44rem, 3vw, 3rem);
  text-align: center;
}

h4 {
  font-family: "Engravers MT", Times, serif;
  font-size: 2rem;
}

h5 {
  font-family: "EB Garamond", Times, serif;
  font-weight: 100;
  font-size: 2rem;
  letter-spacing: 1.1px;
}

p {
  font-family: "EB Garamond", Times, serif;
}

/*# sourceMappingURL=style.css.map */
