<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/css?family=Open+Sans:400,400i,700");

main {
  min-width: 300px;
  max-width: 500px;
  margin: auto;
}

.item {
  font-size: 1em;
  line-height: 1.75em;
  border-image: linear-gradient(to right, white 0%, white 100%);
  border-image-slice: 1;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  color: white;
  line-height: 2.5em;
  border: 0px;
}

.item:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  height: 3em;
  width: 3em;
  background-color: #9e1010;
  text-align: center;
  line-height: 3em;
  color: #ffffff;
  font-size: 1em;
  bottom: 40%;
}

.item:nth-child(odd) {
  border-top: 0px;
  border-right: 3px solid;
  border-left: 0px;
  border-bottom: 3px solid;
  padding-top: 0;
}

.item:nth-child(odd):before {
  left: 100%;
  margin-left: -1.5em;
}

.item:nth-child(even) {
  border-top: 0px;
  border-left: 3px solid;
  border-right: 0px;
  border-bottom: 3px solid;
  padding-top: 0;
}
.item:nth-child(even):before {
  right: 100%;
  margin-right: -1.5em;
}

.item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0px solid;
}

.item:first-child p {
  padding-top: 0 !important;
}



@media only screen and (min-width: 992px) {
  .nav-header {
      font-size: 1.2vw;
      font-weight: 500;
  }
}



/* title text end */


/* section heights */

.title-banner {
  height: 100vh;
  width: 100%;
  margin: 0;
}

.about-banner {
  height: 70vh;
}

.contact-banner {
  height: 50vh;
}


.service-banner {
  height: 70vh;
}

.gallery-banner {
  height: 70vh;
}

.learn-home-banner {
  height: 30vh;
}



.small-section {
  height: 30vh;
}

.contact-section {
  height: 64vh;
  background-color: #333333;
}

/* section heights */


/* banner-text */

@media only screen and (max-width: 768px) {
  body {
      width: 100vw;
  }
  .back-font {
    font-size: 1.3em;
    margin: auto 0 auto 1em;
    width:70%;
  }
  .forward-font {
    font-size: 1.3em;
    margin: auto 1em auto 0;
    width: 70%;
    text-align: right;
  }
  .home-title {
    font-size: 5vw;
    padding: 0 0 1.5em 0;
  }
  .home-sub-title {
    font-size: 4vw;
    padding: 1em 0 1em 0;
  }
  .home-content {
    font-size: 3vw;
  }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body {
    width: 100vw;
  }
  .back-font {
    font-size: 1.5em;
    margin: auto 0 auto 1em;
  }
  .forward-font {
    font-size: 1.5em;
    margin: auto 1em auto 0;
  }
  .home-title {
    font-size: 4vw;
    padding: 0 0 1.5em 0;
  }
  .home-sub-title {
    font-size: 2.3vw;
    padding: 1em 0 1em 0;
  }
  .home-content {
    font-size: 1.8vw;
  }

}

@media only screen and (min-width: 992px) {
  .back-font {
    font-size: 1.5em;
    margin: auto 0 auto 1em;
  }
  .forward-font {
    font-size: 1.5em;
    margin: auto 1em auto 0;
  }
  .home-title {
    font-size: 2.2vw;
    padding: 0 0 1.5em 0;
  }
  .home-sub-title {
    font-size: 1.7vw;
    padding: 1em 0 1em 0;
  }
  .home-content {
    font-size: 1.3vw;
  }


}</pre></body></html>