/*!
Theme Name: MauveLotus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mauvelotus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MauveLotus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

/*Homepage styling*/
body {
  font-family: "Libre Baskerville", serif;
}

/*header*/
.site-branding img {
  height: auto;
}

.site-branding {
  float: left;
  display: inline-block;
}

.site-description {
  display: none;
}

nav {
  display: none;
}

.menu nav-menu {
  display: none;
}

/*navigation*/
nav {
  display: none;
}

/*dropdownbtn*/
/*.dropdown {
  float: right;
}

.dropbtn {
  display: flex;
  font-family: 'Libre Baskerville', serif;
  font-weight: bolder;
  background-color: rgb(176, 109, 128);
  color: rgba(83, 24, 41, 0.782);
  padding: 15px;
  font-size: 20px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  float: right;
  margin: 1em;
}

/*dropdown-content//
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  font-weight: bolder;
  position: absolute;
  background-color: #8b9e7c;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 14%;
  margin-right: 4%;
  border-style: double;
  border-radius: 7px;
  border-color: #5e724f;
  border-width: thin;
}

.dropdown-content a {
  display: block;
  color: rgba(83, 24, 41, 0.782);
  padding: 15px 18px;
  text-decoration: none;
  border-style: solid;
  border-color: #5e724fd6;
  border-width: thin;
}

.dropdown-content a:hover {
  display: block;
  background-color: #7a9169;
  animation: cta 100ms ease-in-out both;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: rgb(164, 102, 120);
  animation: cta 100ms ease-in-out both;
}
*/
#site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: right;
  background-color: rgb(176, 109, 128);
  margin: 1em;
  word-spacing: normal;
  border-color: rgba(81, 30, 45, 0.5);
  padding: 0.4em;
  border-width: medium;
  border-style: solid;
  border-radius: 13px;
}

.header {
  height: 120px;
  background-color: rgba(157, 85, 107, 0.5019607843);
}

.menu-toggle {
  display: none;
}

h1 {
  color: rgb(135, 87, 100);
  font-size: 200%;
  margin: 1em;
}

.heroimg {
  width: 100%;
  height: 100%;
  display: block;
}

/*CTA buttons*/
.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 1em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e724f;
  width: 90%;
  height: 60%;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.9em;
}

.portfolio_btn:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 1em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e724f;
  width: 90%;
  height: 60%;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.9em;
  -webkit-animation: cta 100ms ease-in-out both;
          animation: cta 100ms ease-in-out both;
}

.maintext1 {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  text-decoration: none;
  font-size: 180%;
  color: rgb(157, 85, 107);
  font-weight: 15%;
}

.subtext1 {
  font-family: "Libre Baskerville", serif;
  font-size: 100%;
  margin-top: 3%;
  text-align: center;
  text-decoration: none;
  color: #677a57;
  margin-bottom: 3%;
  margin-left: 1em;
}

.contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 1em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e724f;
  width: 90%;
  height: 70%;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.9em;
}

.contact_btn:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 1em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e724f;
  width: 90%;
  height: 70%;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.9em;
  -webkit-animation: cta 100ms ease-in-out both;
          animation: cta 100ms ease-in-out both;
}

.maintext2 {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  text-decoration: none;
  font-size: 180%;
  color: rgb(157, 85, 107);
  font-weight: 15%;
  margin-left: 5%;
}

.subtext2 {
  font-family: "Libre Baskerville", serif;
  font-size: 100%;
  margin-top: 3%;
  text-align: center;
  text-decoration: none;
  color: #677a57;
  margin-bottom: 3%;
}

@-webkit-keyframes cta {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}

@keyframes cta {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
/*main text*/
.main_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: larger;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 1.5em;
  width: 85%;
  border-width: 0.2em;
  border-color: rgba(157, 85, 107, 0.3);
  border-style: solid;
  border-radius: 0.5em;
  text-align: center;
  background-color: rgba(157, 85, 107, 0.1);
  padding: 1em;
  color: #7a9169;
}

/*About Page*/
.abtmepic {
  float: right;
  border: 0.4em solid #7e926f;
  border-radius: 2em;
  margin: 0.5em;
}

.abtheader {
  margin-top: 1em;
  margin-left: 2%;
  color: rgb(135, 87, 100);
  font-size: 150%;
}

.abt_text {
  text-indent: 1em;
  font-size: small;
  margin: 1em;
  line-height: 1.5em;
  color: #7e926f;
}

.end {
  font-size: small;
  text-indent: 1em;
  margin-bottom: 1em;
  color: #7e926f;
}

.abt_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 2em;
  margin-bottom: 3em;
  margin-left: 1em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e6c53;
  width: 50%;
  height: 50px;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.8em;
}

.abt_cta:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 2em;
  margin-bottom: 3em;
  margin-left: 1em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e6c53;
  width: 50%;
  height: 50px;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.8em;
  -webkit-animation: cta 100ms ease-in-out both;
          animation: cta 100ms ease-in-out both;
}

.abt_cta_text {
  text-align: center;
  margin-top: 6%;
  font-family: "Libre Baskerville", serif;
  text-decoration: none;
  font-size: 120%;
  color: rgb(157, 85, 107);
  font-weight: bold;
}

/*Portfolio*/
.portfolioh1 {
  margin: 0.5em;
  color: #677a57;
}

.portfolio_text {
  text-indent: 1em;
  margin: 1em;
  color: rgb(157, 85, 107);
}

/* Additional CSS for Responsive Design and Styling */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5em;
}

.container img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.container img:hover,
.container img:focus {
  cursor: pointer;
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 25vw;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 400px;
  text-align: center;
  color: #c5c6e0;
  padding: 10px 0;
  height: 40px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 50;
  font-size: x-large;
  background-color: black;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* The Close Button */
.close-button {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close-button:hover,
.close-button:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Scroll Button */
.scroll-button {
  padding: 0.5em;
}

/* Media Queries */
/* Tablet Size */
@media (min-width: 600px) {
  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-items: center;
  }
}
/* Desktop Size */
@media (min-width: 1024px) {
  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*Services Page*/
.pagestyling {
  margin: 1em;
  padding: 10px;
  color: rgb(131, 70, 89);
  background-color: rgba(150, 179, 128, 0.629);
  border: 10px double rgb(151, 88, 108);
  border-radius: 0.2em;
  padding-bottom: 2em;
}

.servicesh1 {
  text-align: center;
  margin: 1em;
  color: rgb(157, 85, 107);
}

.services {
  text-align: center;
  margin: auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  padding: 15px;
  background: none;
  border: none;
  font-size: medium;
}

.brandingimg {
  height: 250px;
  margin-right: 3em;
  margin: 2em;
  background-color: rgba(184, 96, 124, 0.521);
  padding: 1.5em;
  border-radius: 10px;
}

.brandingimg:hover {
  height: 250px;
  margin-right: 3em;
  margin: 2em;
  background-color: rgba(184, 96, 124, 0.521);
  padding: 1.5em;
  border-radius: 10px;
  -webkit-animation: bounce-top 0.9s both;
          animation: bounce-top 0.9s both;
}

.illustrationimg {
  height: 250px;
  margin-left: 0.5em;
  margin: 1em;
  background-color: rgba(184, 96, 124, 0.521);
  padding: 1.5em;
  border-radius: 10px;
}

.illustrationimg:hover {
  height: 250px;
  margin-left: 0.5em;
  margin: 1em;
  background-color: rgba(184, 96, 124, 0.521);
  padding: 1.5em;
  -webkit-animation: bounce-top 0.9s both;
          animation: bounce-top 0.9s both;
  border-radius: 10px;
}

.logoimg {
  height: 250px;
  margin-left: 0.5em;
  margin: 1em;
  margin-top: 0.3em;
  background-color: rgba(184, 96, 124, 0.521);
  padding: 1.5em;
  border-radius: 10px;
}

.logoimg:hover {
  height: 250px;
  margin-left: 0.5em;
  margin: 1em;
  background-color: rgba(184, 96, 124, 0.521);
  padding: 1.5em;
  -webkit-animation: bounce-top 0.9s;
          animation: bounce-top 0.9s;
  border-radius: 10px;
}

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
.servicestext {
  margin: 1em;
}

hr {
  border: 1.5px solid rgb(157, 85, 107);
  border-radius: 1em;
  margin: 1em;
}

.servicescta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portservbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0.5em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e724f;
  width: 90%;
  height: 40%;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.9em;
}

.portservbtn:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0.5em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e724f;
  width: 90%;
  height: 40%;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.9em;
  -webkit-animation: cta 100ms ease-in-out both;
          animation: cta 100ms ease-in-out both;
}

.maintext1 {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  text-decoration: none;
  font-size: 180%;
  color: rgb(157, 85, 107);
  font-weight: 15%;
  margin-top: 4%;
  margin-left: 5%;
}

.subtext1 {
  font-family: "Libre Baskerville", serif;
  font-size: 100%;
  margin-top: 3%;
  text-align: center;
  text-decoration: none;
  color: #677a57;
  margin-bottom: 3%;
}

.conservbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0.5em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e724f;
  width: 90%;
  height: 40%;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.9em;
}

.conservbtn:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0.5em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e724f;
  width: 90%;
  height: 40%;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.9em;
  -webkit-animation: cta 100ms ease-in-out both;
          animation: cta 100ms ease-in-out both;
}

.maintext2 {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  text-decoration: none;
  font-size: 150%;
  color: rgb(157, 85, 107);
  font-weight: 15%;
  margin-top: 4%;
  margin-left: 5%;
}

.subtext2 {
  font-family: "Libre Baskerville", serif;
  font-size: 100%;
  margin-top: 3%;
  text-align: center;
  text-decoration: none;
  color: #677a57;
  margin-bottom: 3%;
}

/*Contacts*/
.contacth1 {
  color: rgb(157, 85, 107);
  text-indent: 0.5em;
  margin-top: 1em;
}

.forminfo {
  color: #788f65;
  font-size: 14px;
  text-indent: 1.2em;
}

.contactform {
  max-width: 95%;
  border-radius: 6px;
  border: 2px solid rgb(157, 85, 107);
  background-color: rgba(151, 174, 134, 0.2941176471);
  padding: 25px;
  margin: 1em;
  margin-right: 1em;
  margin-bottom: 3em;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

label {
  min-width: 45%;
  margin-bottom: 2px;
  color: rgb(157, 85, 107);
}

input[type=text],
select {
  min-width: 50%;
  margin-bottom: 2px;
  border: 1px solid rgb(157, 85, 107);
  border-radius: 4px;
  padding: 15px;
}

input [type=text]:focus {
  border: 1px solid rgb(157, 85, 107);
}

textarea {
  min-width: 45%;
  height: 150px;
  margin-bottom: 10px;
  border: 1px solid rgb(157, 85, 107);
  border-radius: 4px;
  padding: 10px;
}

input[type=submit] {
  width: 100%;
  background-color: #677a57;
  color: white;
  padding: 14px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  width: 100%;
  background-color: #677a57;
  color: white;
  padding: 14px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-animation: cta 100ms ease-in-out both;
          animation: cta 100ms ease-in-out both;
}

.contacth2 {
  color: rgb(157, 85, 107);
  margin-left: 0.6em;
}

.contacticon {
  height: 50px;
  margin: 1em;
}

.contacts {
  color: #788f65;
  font-size: 14px;
  text-indent: 1em;
}

.contacttext {
  color: #788f65;
  font-size: 14px;
}

.lilink {
  color: #788f65;
  font-size: 14px;
  text-decoration: none;
}

.contactport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 1em;
  margin-top: 2em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e724f;
  width: 80%;
  height: 60px;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.9em;
}

.contactport:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 1em;
  margin-top: 2em;
  background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
  border-width: medium;
  border-style: solid;
  border-color: #5e724f;
  width: 80%;
  height: 60px;
  text-align: center;
  border-top-left-radius: 5em;
  border-top-right-radius: 0.45em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 5em;
  line-height: 0.9em;
  -webkit-animation: cta 100ms ease-in-out both;
          animation: cta 100ms ease-in-out both;
}

.conporttxt {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  text-decoration: none;
  font-size: 155%;
  color: rgb(157, 85, 107);
  font-weight: 15%;
  margin-top: 6%;
  margin-left: 1%;
}

iframe.map {
  text-align: center;
  margin: auto;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background-color: rgba(132, 75, 93, 0.89);
  margin-top: 2em;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

/*IMPORTANT: put all the default css coding above this section*/
/*tablet*/
@media screen and (min-width: 600px) {
  /*Homepage styling*/
  body {
    font-family: "Libre Baskerville", serif;
  }
  /*header*/
  #lotuslogomobile {
    padding-left: 1%;
    float: left;
    margin-left: 1em;
    margin-top: 0.5em;
  }
  /*navigation*/
  nav {
    display: none;
  }
  #site-navigation {
    display: none;
  }
  /*dropdownbtn*/
  .dropdown {
    position: relative;
  }
  .dropbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Libre Baskerville", serif;
    font-weight: bolder;
    background-color: rgb(176, 109, 128);
    color: rgba(83, 24, 41, 0.782);
    padding: 15px;
    font-size: 20px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    float: right;
    margin: 1em;
  }
  /*dropdown-content*/
  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    font-weight: bolder;
    position: absolute;
    background-color: #8b9e7c;
    min-width: 130px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin-top: 4em;
    margin-right: 1.4em;
    border-style: double;
    border-radius: 7px;
    border-color: #5e724f;
    border-width: thin;
  }
  .dropdown-content a {
    display: block;
    color: rgba(83, 24, 41, 0.782);
    padding: 12px 16px;
    text-decoration: none;
    border-style: solid;
    border-color: #5e724f;
    border-width: thin;
  }
  .dropdown-content a:hover {
    display: block;
    background-color: #7a9169;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown:hover .dropbtn {
    background-color: rgb(164, 102, 120);
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .header {
    height: 120px;
    background-color: rgba(157, 85, 107, 0.5);
  }
  .heroimg {
    width: 100%;
    height: 80%;
    display: block;
  }
  /*CTA buttons*/
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-top: 2%;
  }
  .portfolio_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0.5em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 50%;
    height: 30%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    font-weight: bold;
    line-height: 0.8em;
  }
  .portfolio_btn:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0.5em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 50%;
    height: 30%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    font-weight: bold;
    line-height: 0.8em;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .maintext1 {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 100%;
    color: rgb(157, 85, 107);
    font-weight: 15%;
    margin-top: 4%;
  }
  .subtext1 {
    font-family: "Libre Baskerville", serif;
    font-size: 50%;
    margin-top: 3%;
    text-align: center;
    text-decoration: none;
    color: #677a57;
    margin-bottom: 3%;
  }
  .contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 50%;
    height: 10%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    font-weight: bold;
    line-height: 0.8em;
    margin: 0.5em;
  }
  .contact_btn:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 50%;
    height: 10%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    font-weight: bold;
    line-height: 0.8em;
    margin: 0.5em;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .maintext2 {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 120px;
    color: rgb(157, 85, 107);
    margin-left: 5%;
  }
  .subtext2 {
    font-family: "Libre Baskerville", serif;
    font-size: 50%;
    margin-top: 3%;
    text-align: center;
    text-decoration: none;
    color: #677a57;
    margin-bottom: 3%;
  }
  /*main text*/
  .main_message {
    display: block;
    font-size: larger;
    margin: auto;
    margin-top: 7%;
    margin-bottom: 1.5em;
    width: 85%;
    border-width: 0.2em;
    border-color: rgba(157, 85, 107, 0.3);
    border-style: solid;
    border-radius: 0.5em;
    text-align: center;
    background-color: rgba(157, 85, 107, 0.1);
    padding: 1em;
    color: #7a9169;
  }
  /*About Page*/
  .abtmepic {
    float: right;
    border: 0.4em solid #7e926f;
    border-radius: 2em;
    margin: 1em;
    margin-right: 2em;
    height: 250px;
  }
  .abtheader {
    margin-top: 1em;
    color: rgb(135, 87, 100);
    font-size: 170%;
  }
  .abt_text {
    text-indent: 1em;
    font-size: medium;
    margin: 1em;
    line-height: 1.5em;
    color: #7e926f;
  }
  .end {
    font-size: small;
    text-indent: 1em;
    margin-bottom: 1em;
    color: #7e926f;
  }
  .abt_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 1em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e6c53;
    width: 50%;
    height: 50px;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.8em;
  }
  .abt_cta:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 1em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e6c53;
    width: 50%;
    height: 50px;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.8em;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .abt_cta_text {
    margin: auto;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 130%;
    color: rgb(157, 85, 107);
    font-weight: bold;
  }
  /*Portfolio*/
  .portfolioh1 {
    margin: 0.5em;
    color: #677a57;
  }
  .portfolio_text {
    text-indent: 1em;
    margin: 1em;
    color: rgb(157, 85, 107);
    font-size: larger;
  }
  .portfoliogallery {
    text-align: center;
    margin: auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    padding: 15px;
  }
  .portfoliogallery img {
    width: 80%;
    height: auto;
    border-radius: 8px;
    border: #7e926f solid 0.5em;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .portfoliogallery img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .portfoliocontainers {
    position: relative;
  }
  .description {
    position: relative;
    display: -ms-grid;
    display: grid;
    margin: auto;
    left: 0;
    width: 70%;
    padding: 10px;
    background: rgba(157, 85, 107, 0.774);
    color: #5e6c53;
    text-align: center;
    opacity: 0;
    font-weight: bolder;
  }
  .portfoliocontainers:hover .description {
    opacity: 1;
  }
  /*Services Page*/
  .pagestyling {
    margin: 1em;
    padding: 10px;
    color: rgb(131, 70, 89);
    background-color: rgba(150, 179, 128, 0.629);
    border: 10px double rgb(151, 88, 108);
    border-radius: 0.2em;
    padding-bottom: 2em;
  }
  .servicesh1 {
    text-align: center;
    margin: 1em;
    color: rgb(157, 85, 107);
  }
  .services {
    text-align: center;
    margin: auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    padding: 15px;
    background: none;
    border: none;
    font-size: medium;
  }
  .brandingimg {
    height: 200px;
    margin-right: 3em;
    margin: 1em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 1.5em;
    border-radius: 10px;
  }
  .brandingimg:hover {
    height: 200px;
    margin-right: 3em;
    margin: 1em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 1.5em;
    border-radius: 10px;
    -webkit-animation: bounce-top 0.9s both;
            animation: bounce-top 0.9s both;
  }
  .illustrationimg {
    height: 200px;
    width: 80%;
    margin-left: 0.5em;
    margin: 1em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 1.5em;
    border-radius: 10px;
  }
  .illustrationimg:hover {
    height: 200px;
    width: 80%;
    margin-left: 0.5em;
    margin: 1em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 1.5em;
    -webkit-animation: bounce-top 0.9s both;
            animation: bounce-top 0.9s both;
    border-radius: 10px;
  }
  .logoimg {
    height: 200px;
    margin-left: 0.5em;
    margin: 1.2em;
    margin-top: 0.3em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 1.5em;
    border-radius: 10px;
  }
  .logoimg:hover {
    height: 200px;
    margin-left: 0.5em;
    margin: 1.2em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 1.5em;
    -webkit-animation: bounce-top 0.9s;
            animation: bounce-top 0.9s;
    border-radius: 10px;
  }
  .servicestext {
    font-size: 15px;
  }
  hr {
    display: none;
  }
  .servicescta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-top: 5%;
    margin: 1em;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .portservbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0.5em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 90%;
    height: 20%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
  }
  .portservbtn:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0.5em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 90%;
    height: 20%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .maintext1 {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 150%;
    color: rgb(157, 85, 107);
    font-weight: 15%;
    margin-top: 5%;
    margin-left: 5%;
  }
  .subtext1 {
    font-family: "Libre Baskerville", serif;
    font-size: 80%;
    margin-top: 3%;
    text-align: center;
    text-decoration: none;
    color: #677a57;
    margin-bottom: 3%;
  }
  .conservbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0.5em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 90%;
    height: 20%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
  }
  .conservbtn:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0.5em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 90%;
    height: 20%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .maintext2 {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 170%;
    color: rgb(157, 85, 107);
    font-weight: bold;
    margin-top: 8%;
    margin-left: 5%;
  }
  .subtext2 {
    font-family: "Libre Baskerville", serif;
    font-size: 70%;
    margin-top: 3%;
    text-align: center;
    text-decoration: none;
    color: #677a57;
    margin-bottom: 3%;
  }
  /*Contacts*/
  .contacth1 {
    color: rgb(157, 85, 107);
    text-indent: 0.5em;
    margin-top: 1em;
  }
  .forminfo {
    color: #788f65;
    font-size: 14px;
    text-indent: 1.2em;
  }
  .contactform {
    max-width: 95%;
    border-radius: 6px;
    border: 2px solid rgb(157, 85, 107);
    background-color: rgba(151, 174, 134, 0.2941176471);
    padding: 25px;
    margin: 1em;
    margin-right: 1em;
    margin-bottom: 3em;
  }
  form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  label {
    min-width: 45%;
    margin-bottom: 2px;
    color: rgb(157, 85, 107);
  }
  input[type=text],
  select {
    min-width: 50%;
    margin-bottom: 2px;
    border: 1px solid rgb(157, 85, 107);
    border-radius: 4px;
    padding: 15px;
  }
  input [type=text]:focus {
    border: 1px solid rgb(157, 85, 107);
  }
  textarea {
    min-width: 45%;
    height: 150px;
    margin-bottom: 10px;
    border: 1px solid rgb(157, 85, 107);
    border-radius: 4px;
    padding: 10px;
  }
  input[type=submit] {
    width: 100%;
    background-color: #677a57;
    color: white;
    padding: 14px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  input[type=submit]:hover {
    width: 100%;
    background-color: #677a57;
    color: white;
    padding: 14px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .contacth2 {
    color: rgb(157, 85, 107);
    margin-left: 0.6em;
  }
  .contacticon {
    height: 50px;
    margin: 1em;
  }
  .contacts {
    color: #788f65;
    font-size: 14px;
    text-indent: 1em;
  }
  .contacttext {
    color: #788f65;
    font-size: 14px;
  }
  .lilink {
    color: #788f65;
    font-size: 14px;
    text-decoration: none;
  }
  .contactport {
    margin: 1em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 70%;
    height: 80px;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
  }
  .contactport:hover {
    margin: 1em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 70%;
    height: 80px;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .conporttxt {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 155%;
    color: rgb(157, 85, 107);
    font-weight: 15%;
    margin: auto;
  }
}
/*desktop*/
@media screen and (min-width: 1024px) {
  /*Homepage styling*/
  body {
    display: block;
    font-family: "Libre Baskerville", serif;
  }
  /*header*/
  #lotuslogomobile {
    display: none;
  }
  .lotuslogo {
    display: block;
    float: left;
    height: 100px;
    margin: 1em;
  }
  .header-border {
    display: block;
  }
  /*navigation*/
  #site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    float: right;
    background-color: rgb(176, 109, 128);
    margin: 1em;
    word-spacing: normal;
    border-color: rgba(81, 30, 45, 0.5);
    padding: 0.4em;
    border-width: medium;
    border-style: solid;
    border-radius: 13px;
  }
  .menu nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none;
    color: rgba(81, 30, 45, 0.8);
    font-weight: bolder;
    font-size: 15px;
    margin: 0.7em;
  }
  #custom-background-css {
    height: 120px;
    background-color: rgba(157, 85, 107, 0.5019607843);
  }
  .nav img {
    opacity: 0.1;
  }
  .dropdown {
    display: none;
  }
  .header {
    height: 150px;
    background-color: rgba(157, 85, 107, 0.5);
  }
  .heroimg {
    width: 100%;
    height: 50%;
    display: block;
  }
  .contentstyling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-width: 0.2em;
    border-color: rgba(157, 85, 107, 0.3);
    border-style: solid;
    border-radius: 0.5em;
    text-align: center;
    background-color: rgba(157, 85, 107, 0.1);
    padding: 1em;
    margin: 1em;
  }
  /*CTA buttons*/
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 2%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .portfolio_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 100%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    font-weight: bold;
    line-height: 0.8em;
  }
  .portfolio_btn:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 100%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    font-weight: bold;
    line-height: 0.8em;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .maintext1 {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 150%;
    color: rgb(157, 85, 107);
    font-weight: 15%;
  }
  .subtext1 {
    font-family: "Libre Baskerville", serif;
    font-size: 80%;
    text-align: center;
    text-decoration: none;
    color: #677a57;
    margin-bottom: 4%;
  }
  .contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-left: 7em;
    margin-top: 2em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 100%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    font-weight: bold;
    line-height: 0.8em;
  }
  .contact_btn:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-left: 7em;
    margin-top: 2em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 100%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    font-weight: bold;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
    line-height: 0.8em;
  }
  .maintext2 {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 150%;
    color: rgb(157, 85, 107);
    font-weight: 15%;
  }
  .subtext2 {
    font-family: "Libre Baskerville", serif;
    font-size: 80%;
    margin-top: 4%;
    text-align: center;
    text-decoration: none;
    color: #677a57;
    margin-bottom: 10px;
  }
  /*main text*/
  .main_message {
    margin: 1em;
    border: none;
    background-color: transparent;
    width: 50%;
    font-size: 150%;
    color: #7a9169;
  }
  /*About Page*/
  .abtmepic {
    float: right;
    border: 0.5em solid #7e926f;
    border-radius: 2em;
    margin: 0.5em;
    margin-right: 2em;
    height: 350px;
  }
  .abtheader {
    margin-top: 1em;
    color: rgb(135, 87, 100);
    font-size: 180%;
  }
  .abt_text {
    text-indent: 1.5em;
    font-size: medium;
    margin: 1em;
    line-height: 1.5em;
    color: #7e926f;
  }
  .end {
    font-size: medium;
    text-indent: 1em;
    margin-bottom: 1em;
    color: #7e926f;
  }
  .abt_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 1em;
    margin-bottom: 3em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e6c53;
    width: 40%;
    height: 50px;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
  }
  .abt_cta:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 1em;
    margin-bottom: 3em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e6c53;
    width: 40%;
    height: 50px;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .abt_cta_text {
    text-align: center;
    margin: auto;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 150%;
    color: rgb(157, 85, 107);
    font-weight: bold;
  }
  /*Portfolio*/
  .portfolioh1 {
    margin: 0.5em;
    margin-bottom: 0.1em;
    color: #677a57;
  }
  .portfolio_text {
    text-indent: 1em;
    margin: 1em;
    color: rgb(157, 85, 107);
    font-size: larger;
  }
  .portfoliogallery {
    text-align: center;
    margin: auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
    max-width: 1200px;
    padding: 15px;
  }
  .portfoliogallery img {
    border-radius: 8px;
    border: #7e926f solid 0.5em;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .portfoliogallery img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .portfoliocontainers {
    position: relative;
  }
  .description {
    position: relative;
    display: -ms-grid;
    display: grid;
    margin: auto;
    left: 0;
    width: 70%;
    padding: 10px;
    background: rgba(157, 85, 107, 0.774);
    color: #5e6c53;
    text-align: center;
    opacity: 0;
    font-weight: bolder;
  }
  /*Services Page*/
  .pagestyling {
    margin: 1em;
    padding: 10px;
    color: rgb(131, 70, 89);
    background-color: rgba(179, 209, 157, 0.766);
    border: 10px double rgb(151, 88, 108);
    border-radius: 0.2em;
    padding-bottom: 2em;
  }
  .servicesh1 {
    text-align: center;
    margin: 1em;
    color: rgb(157, 85, 107);
  }
  .services {
    text-align: center;
    margin: auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    max-width: 1200px;
    padding: 15px;
    background: none;
    border: none;
    font-size: medium;
  }
  .brandingimg {
    height: 250px;
    width: auto;
    margin-right: 3em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 1em;
    padding-left: 0.5em;
    margin-top: 0.3em;
  }
  .brandingimg:hover {
    height: 250px;
    width: auto;
    margin-right: 3em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 1em;
    padding-left: 0.5em;
    margin-top: 0.3em;
    -webkit-animation: bounce-top 0.9s both;
            animation: bounce-top 0.9s both;
  }
  .illustrationimg {
    height: 250px;
    margin-top: 0.3em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 0.5em;
    padding-left: 0em;
    padding-bottom: 0em;
  }
  .illustrationimg:hover {
    height: 250px;
    margin-top: 0.3em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 0.5em;
    padding-left: 0em;
    padding-bottom: 0em;
    -webkit-animation: bounce-top 0.9s both;
            animation: bounce-top 0.9s both;
  }
  .logoimg {
    height: 250px;
    margin-left: 0.5em;
    margin: 1em;
    margin-top: 0.3em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 1.5em;
  }
  .logoimg:hover {
    height: 250px;
    margin-left: 0.5em;
    margin: 1em;
    margin-top: 0.3em;
    background-color: rgba(184, 96, 124, 0.521);
    padding: 1.5em;
    -webkit-animation: bounce-top 0.9s both;
            animation: bounce-top 0.9s both;
  }
  .servicestext {
    font-size: 15px;
  }
  hr {
    display: none;
  }
  .servicescta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-top: 5%;
    margin: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .portservbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0.5em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 350px;
    height: 30%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
  }
  .portservbtn:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0.5em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 350px;
    height: 30%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .maintext1 {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 180%;
    color: rgb(157, 85, 107);
    font-weight: 15%;
    margin-top: 7%;
    margin-left: 5%;
  }
  .subtext1 {
    font-family: "Libre Baskerville", serif;
    font-size: 80%;
    margin-top: 3%;
    text-align: center;
    text-decoration: none;
    color: #677a57;
    margin-bottom: 3%;
  }
  .conservbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0.5em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 350px;
    height: 30%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
  }
  .conservbtn:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0.5em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 350px;
    height: 30%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .maintext2 {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 150%;
    color: rgb(157, 85, 107);
    font-weight: 15%;
    margin-top: 8%;
    margin-left: 5%;
  }
  .subtext2 {
    font-family: "Libre Baskerville", serif;
    font-size: 70%;
    margin-top: 3%;
    text-align: center;
    text-decoration: none;
    color: #677a57;
    margin-bottom: 3%;
  }
  /*Contacts*/
  .contacth1 {
    color: rgb(157, 85, 107);
    text-indent: 0.5em;
    margin-top: 1em;
  }
  .forminfo {
    color: #788f65;
    font-size: 14px;
    text-indent: 1.2em;
  }
  .contactform {
    max-width: 60%;
    border-radius: 6px;
    border: 2px solid rgb(157, 85, 107);
    background-color: rgba(151, 174, 134, 0.2941176471);
    padding: 25px;
    margin: 1em;
    margin-right: 1em;
    margin-bottom: 3em;
  }
  form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  label {
    min-width: 45%;
    margin-bottom: 2px;
    color: rgb(157, 85, 107);
  }
  input[type=text],
  select {
    min-width: 50%;
    margin-bottom: 2px;
    border: 1px solid rgb(157, 85, 107);
    border-radius: 4px;
    padding: 15px;
  }
  input [type=text]:focus {
    border: 1px solid rgb(157, 85, 107);
  }
  textarea {
    min-width: 45%;
    height: 150px;
    margin-bottom: 10px;
    border: 1px solid rgb(157, 85, 107);
    border-radius: 4px;
    padding: 10px;
  }
  input[type=submit] {
    width: 100%;
    background-color: #677a57;
    color: white;
    padding: 14px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .contacth2 {
    color: rgb(157, 85, 107);
    margin-left: 0.6em;
  }
  .contacticon {
    height: 50px;
    margin: 1em;
  }
  .contacts {
    color: #788f65;
    font-size: 14px;
    text-indent: 1em;
  }
  .contacttext {
    color: #788f65;
    font-size: 14px;
  }
  .lilink {
    color: #788f65;
    font-size: 14px;
    text-decoration: none;
  }
  .contactport {
    margin: 1em;
    margin-top: 2em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 40%;
    height: 30%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
  }
  .contactport:hover {
    margin: 1em;
    margin-top: 2em;
    background-image: radial-gradient(#c0d5b1 10%, #96b380 67%, #768867 100%);
    border-width: medium;
    border-style: solid;
    border-color: #5e724f;
    width: 40%;
    height: 30%;
    text-align: center;
    border-top-left-radius: 5em;
    border-top-right-radius: 0.45em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 5em;
    line-height: 0.9em;
    -webkit-animation: cta 100ms ease-in-out both;
            animation: cta 100ms ease-in-out both;
  }
  .conporttxt {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-decoration: none;
    font-size: 155%;
    color: rgb(157, 85, 107);
    font-weight: 15%;
    margin: 1em;
  }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    background-color: rgba(132, 75, 93, 0.89);
    margin-top: 2em;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}