<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Explora&amp;family=Gloock&amp;family=Italianno&amp;family=Quattrocento+Sans:ital,wght@1,700&amp;family=Raleway&amp;family=Source+Serif+Pro&amp;display=swap");

#root,
html,
body {
  margin: 0;
  padding: 0;
  color: black;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  font-family: "Quattrocento Sans", sans-serif;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.main-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section &gt; section {
  border: 1px solid black;
  width: 60%;
  height: 506px;
  margin: 4% auto 0% auto;
  display: flex;
  min-width: 1000px;
  max-width: 1168px;
}

/* ////////////////////////////////// */

.section-1 {
  margin: 0 auto;
  border: none;
  display: flex;
  flex-direction: row;
  height: 376px;
}

.section-1 &gt; img {
  min-width: 100%;
}

/* ////////////////////////////////// */

.section-2 {
  padding: 25px;
  justify-content: space-evenly;
  display: flex;
  flex-direction: row;
}

.section-2 &gt; img {
  max-width: 50%;
}

.section-2 &gt; .text-container {
  min-width: 50%;
}

/* ////////////////////////////////// */

.section-3 {
  padding: 25px;
  display: flex;
  flex-direction: row;
  height: 387px;
}

.section-3 &gt; img {
}

/* ////////////////////////////////// */

.section-4 {
  padding: 25px;
  display: flex;
  flex-direction: row;
  height: 658px;
}

.section-4 &gt; img {
  max-width: 45%;
}

.section-4 &gt; .text-container {
  min-width: 55%;
}

/* ////////////////////////////////// */

.section-5 {
  padding: 25px;
  display: flex;
  flex-direction: row;
  height: 658px;
}

.section-5 img {
  min-width: 45%;
}
.section-5 &gt; .text-container {
}

/* ////////////////////////////////// */

.section-6 {
  padding: 25px;
  display: flex;
  flex-direction: row;
  height: 641px;
  margin-bottom: 4%;
}

.section-6 &gt; img {
  min-width: 52%;
}
.section-6 &gt; .text-container {
  min-width: 48%;
}
/* ////////////////////////////////// */

.text-container {
  /* border: 6px solid black; */
  max-width: 50%;
  text-align: center;
  margin: auto;
  padding: 50px;
}

.split1 {
  max-width: 50%;
  width: 658px;
  padding-right: 15px;
}

.split2 {
  width: 658px;
  max-width: 50%;
  padding-left: 15px;
}

header {
  width: 60%;
  margin: auto;
  padding: 0;
  min-width: 1000px;
  background: rgb(59 90 59);
  max-width: 1168px;
}

ul {
  height: 6vh;
  margin: 0;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 0;
}

li {
  margin: auto;
}

header a {
  color: white;
  text-decoration: none;
  text-align: center;
}

p {
  text-align: left !important;
  font-family: "Source Serif Pro", serif;
}

div {
  font-family: "Source Serif Pro", serif;
}

#Headertext {
  font-family: "Italianno", cursive;
  font-size: 40px;
  color: white;
  font-weight: 400;
}

#location {
  margin: 25px 0 0 0;
  width: 100%;
}

#contact a {
  color: black;
  text-decoration: none;
}

#contact {
  text-align: left;
}

h1,
h2 {
  color: rgb(59 90 59);
  font-family: "Gloock", serif;
  text-align: left;
}

h3 {
  display: inline;
}

a {
  margin: 0 20px;
  font-family: "Raleway", sans-serif;
}

.section-4 .text-container {
  padding: 0 25px 0 50px;
  text-align: left;
}

.subHeader {
  font-weight: 600;
  color: rgb(59 90 59);
  font-family: "Gloock", serif;
}

/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */

/* IPAD */

/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* CSS for screens 820px or below */
@media screen and (max-width: 999px) {
  header {
    max-width: 80%;
    min-width: 80%;
  }

  section &gt; section {
    min-width: 80%;
    display: flex;
    justify-content: center;
  }

  img {
    margin: auto;
  }

  header a {
    display: none;
  }

  .section-1 {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  /* ////////////////////////////////// */

  .section-2 {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }

  .section-2 &gt; img {
    max-width: 100%;
  }

  /* ////////////////////////////////// */

  .section-3 {
    display: none;
    flex-direction: column;
    height: auto;
    padding: 0;
  }

  .section-3 &gt; img {
    max-width: 100%;
  }

  /* ////////////////////////////////// */

  .section-4 {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
  }

  .section-4 &gt; img {
    max-width: 100%;
  }

  .section-4 .text-container {
    padding: 75px 0;
  }

  /* ////////////////////////////////// */

  .section-5 {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    padding: 0;
  }

  /* ////////////////////////////////// */

  .section-6 {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
    margin: auto;
  }

  .text-container {
    /* border: 6px solid black; */
    max-width: 80%;
    text-align: center;
    margin: auto;
    padding: 75px 0px;
  }

  #contact {
    text-align: center !important;
  }

  .contactInfo {
    text-align: left;
  }
}
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */

/* IPHONE */

/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* CSS for screens 420px or below */
@media screen and (max-width: 500px) {
  header {
    max-width: 100%;
    min-width: 100%;
  }

  section &gt; section {
    margin: 5% auto;
    min-width: 90%;
    display: flex;
    justify-content: center;
  }

  img {
    margin: auto;
    width: 100%;
  }

  header a {
    display: none;
  }

  .section-1 {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0;
    width: 100%;
  }

  /* ////////////////////////////////// */

  .section-2 {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }

  .section-2 &gt; img {
    max-width: 100%;
  }

  /* ////////////////////////////////// */

  .section-3 {
    display: none;
    flex-direction: column;
    height: auto;
    padding: 0;
  }

  .section-3 &gt; img {
    max-width: 100%;
  }

  /* ////////////////////////////////// */

  .section-4 {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
  }

  .section-4 &gt; img {
    max-width: 100%;
  }

  .section-4 .text-container {
    padding: 25px 0;
  }

  /* ////////////////////////////////// */

  .section-5 {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    padding: 0;
  }

  /* ////////////////////////////////// */

  .section-6 {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
  }

  .text-container {
    /* border: 6px solid black; */
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0;
  }

  #contact a {
    text-align: center !important;
    color: black !important;
    margin: 0 0 0 10px;
  }

  h1,
  h2 {
    color: rgb(59 90 59);
    font-family: "Gloock", serif;
    text-align: left;
  }
}
</pre></body></html>