html,
body {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background-repeat: repeat;
  background-color: #e0dbd5;
  overflow: visible;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

/* GENERAL LINK*/
a.link {
  color: #252d35;
  text-decoration: none;
}

a.link:hover {
  color: #ac8657;
  font-style: italic;
}

a.link:visited {
  color: #252d35;
  font-style: italic;
}

/* HEADER PROPERTIES */
/*Header Image*/
#header-img {
  text-align: left;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 9999;
  margin: 0 auto;
  object-fit: cover;
  object-position: 50% 50%;
}

/*Header Properties for Mobile Only*/
.header {
  top: 0;
  left: 0;
  position: fixed;
  background-color: #e0dbd5;
  width: 100%;
  height: 200px;
  z-index: 9999;
  text-align: center;
}

/*NAV+HEADER Block for Header Image*/
.navhead {
  float: left;
  display: block;
  color: #e0dbd5;
  height: 100px;
  text-decoration: none;
}

/*If Header-Img is within #header link, properties reflect no styling*/
a#header:hover {
  color: none;
  transform: none;
  background: none;
  box-shadow: none;
  filter: none;
}

/*DESKTOP NAV PROPERTIES*/
.navbar {
  background: #e0dbd5;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
  font-family: 'Arima Madurai', cursive;
  font-variant: small-caps;
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  color: #e0dbd5;
  padding-right: 25px;
  border-bottom: 45px solid #77846d;
  box-shadow: #072201 0px 5px 0px 0px;
}

/*NAV Link Properties*/
.navbar a {
  float: right;
  display: block;
  color: #072201;
  height: 100px;
  padding-top: 34px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
}

/*Hover Nav Link*/
.navbar a:hover {
  color: #072201;
  text-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
}

/*Active Page*/
.navbar a.active {
  color: #072201;
  text-decoration: overline;
}

/*Services Dropdown Properties*/
.dropbtn {
  padding-top: 34px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  height: 100px;
  border: none;
  outline: none;
  color: #072201;
  background-color: none;
  font-variant: small-caps;
  font-family: 'Arima Madurai', cursive;
  letter-spacing: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: lighter;
  background-color: #e0dbd5;
}

.dropbtn:hover,
.dropbtn:focus {
  text-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
}

#active {
  color: #072201;
  text-decoration: overline;
  background-color: #e0dbd5;
}

.dropdown {
  float: right;
  position: relative;
  display: inline;
  border: none;
  outline: none;
  color: #072201;
  background-color: none;
  font-variant: small-caps;
  font-family: 'Arima Madurai', cursive;
  letter-spacing: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: lighter;
  background-color: rgb(224, 219, 213, 0.75);
  border-radius: 0px 0px 15px 15px;
}

#myDropdown {
  border-radius: 0px 0px 15px 15px;
  border-top: 5px #072201 solid;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: #072201;
  overflow: auto;
  z-index: 1;
  border-radius: 0px 0px 15px 15px;
  width: 375px;
  margin-left: 68px;
  margin-top: -31px;
  font-size: 16px;
  box-shadow: 5px 10px 10px 0px rgb(0, 0, 0, 0.5);
  border-radius: 0px 0px 15px 15px;
}

.dropdown-content a {
  float: none;
  color: #072201;
  height: 50px;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: rgb(224, 219, 213, 0.8);
}

.dropdown-content a:last-of-type {
  border-radius: 0px 0px 15px 15px;
}

.dropdown-content a.active {
  color: #072201;
  border: none;
}

.dropdown-content a:hover {
  color: #072201;
  text-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.5s;
  letter-spacing: 10px;
  transform: none;
  box-shadow: none;
}

.dropdown:hover .dropdown-content {
  border-top: 5px #072201 solid;
  border-radius: 0px 0px 15px 15px;
}

.dropdown-content {
  border-top: 5px #072201 solid;
  border-radius: 0px 0px 15px 15px;
}

/*Dropdown Properties*/
.show {
  display: block;
}


/*MOBILE ONLY NAV PROPERTIES*/
.mobile-navbar {
  background-color: #77846d;
  position: fixed;
  top: 100px;
  width: 100%;
  height: 50px;
  z-index: 9999;
  border-bottom: 5px #072201 solid;
}

.mobile-navbar a {
  float: right;
  display: block;
  color: #e0dbd5;
  text-align: center;
  padding: 10px 25px 10px 75px;
  height: 100%;
  text-decoration: none;
  font-size: 16px;
  font-variant: small-caps;
  font-family: 'Arima Madurai', cursive;
  letter-spacing: 5px;
}

.mobile-navbar a:hover {
  color: #e0dbd5;
  font-style: bold;
  transition: all 0.5s;
}

.mobile-dropdown {
  float: left;
}

.mobile-dropbtn {
  background-color: #77846d;
  border-bottom: 5px #072201 solid;
}

.mobile-dropbtn:focus {
  background-color: rgb(255, 255, 255, 0.3);
}

.mobile-dropdown .mobile-dropbtn {
  border: none;
  outline: none;
  color: #072201;
  font-variant: small-caps;
  font-family: 'Arima Madurai', cursive;
  letter-spacing: 5px;
  text-align: center;
  padding: 10px 25px 10px 25px;
  height: 50px;
  font-size: 16px;
  transition: all 0.5s;
  border-bottom: 5px #072201 solid;
}

.mobile-dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(224, 219, 213, 0.75);
  ;
  color: #072201;
  z-index: 1;
  border-radius: 0px 0px 15px 15px;
  width: 100%;
  margin-top: 50px;
  box-shadow: 5px 10px 10px 0px rgb(0, 0, 0, 0.5);
}

.mobile-dropdown-content a {
  float: none;
  color: black;
  height: 50px;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all 0.5s;
  padding: 12px 16px;
  line-height: 1.5;
  position: relative;
  background-color: rgb(224, 219, 213, 0.75);
}

.mobile-dropdown-content a:hover {
  border-radius: 0px 0px 10px 10px;
  color: #072201;
  text-align: center;
  transition: 0.2s;
  letter-spacing: 10px;
  height: 50px;
  padding: 10px 15px;
  text-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
}

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

.mobile-dropbtn:hover {
  background-color: rgb(255, 255, 255, 0.3);
}

/* TABLET & MED SCREEN NAV & HEADER*/
.tablet-navbar {
  background-color: #e0dbd5;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
  font-family: 'Arima Madurai', cursive;
  font-variant: small-caps;
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  color: #e0dbd5;
  padding-right: 25px;
  border-bottom: 45px #77846d solid;
  box-shadow: 0px 5px 0px #072201;
}

.tablet-menu {
  color: #e0dbd5;
  border-bottom: #072201 solid 1px;
  width: 100%;
  text-align: center;
  margin-bottom: -15px;
  background-color: #77846d;
  padding: 10px;
}

/*NAV Link Properties*/
.tablet-navbar a {
  float: left;
  display: block;
  color: #072201;
  height: 100px;
  padding-top: 34px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
}

/*Hover Nav Link*/
.tablet-navbar a:hover {
  color: #072201;
  text-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
}

/*Active Page*/
.tablet-navbar a.active {
  background-color: rgb(13, 45, 6, 0.5);
  color: #e0dbd5;
  font-style: bold;
}

.tablet-dropdown {
  float: right;
  color: #072201;
  font-variant: small-caps;
  font-family: 'Arima Madurai', cursive;
  letter-spacing: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: lighter;
  background-color: #e0dbd5;
}

.tablet-dropbtn {
  padding-top: 34px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  height: 100px;
  cursor: pointer;
  border: none;
  outline: none;
  color: #072201;
  background-color: #e0dbd5;
  font-variant: small-caps;
  font-family: 'Arima Madurai', cursive;
  letter-spacing: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: lighter;
}

.tablet-dropdown-content {
  display: none;
  background-color: rgb(224, 219, 213, 0.75);
  color: #072201;
  z-index: 1;
  border-radius: 0px 0px 15px 15px;
  width: 225px;
  margin-left: -195px;
  margin-top: -57px;
  font-size: 16px;
  box-shadow: 0px 10px 10px 10px rgb(0, 0, 0, 0.5);
  position: absolute;
}

.tablet-dropdown-content a {
  float: none;
  color: #072201;
  height: fit-content;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: rgb(224, 219, 213, 0.75);
}

.tablet-dropdown-content a:last-of-type,
.tablet-dropdown-content a:hover:last-of-type {
  border-radius: 0px 0px 15px 15px;
}

.tablet-dropdown-content a:hover {
  background-color: #e0dbd5;
  color: #072201;
  text-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
  text-align: center;
  transition: 0.3s;
  letter-spacing: 10px;
  transform: none;
  box-shadow: none;

}

.tablet-dropdown:hover .tablet-dropdown-content {
  border-top: 5px #072201 solid;
  display: block;

}

.tablet-dropbtn:hover {
  text-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
}

/*2nd Dropdown for Services*/
.tablet-dropdown2 {
  border: none;
  outline: none;
  color: #072201;
  background-color: none;
  font-variant: small-caps;
  font-family: 'Arima Madurai', cursive;
  letter-spacing: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: lighter;
  background-color: #e0dbd5;
}

.tablet-dropbtn2 {
  height: 50px;
  border: none;
  outline: none;
  color: #072201;
  background-color: none;
  font-variant: small-caps;
  font-family: 'Arima Madurai', cursive;
  letter-spacing: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: lighter;
  background-color: rgb(224, 219, 213, 0.75);
}

.tablet-dropdown-content2 {
  display: none;
  position: absolute;
  background-color: rgb(224, 219, 213, 0.75);
  color: #072201;
  z-index: 0;
  width: 350px;
  margin-left: -350px;
  margin-top: -44px;
  font-size: 16px;
  box-shadow: 0px 5px 10px 5px rgb(0, 0, 0, 0.5);
  border-radius: none;
  border-top: 5px solid #072201;
}

.tablet-dropdown-content2 a {
  color: #072201;
  min-height: 50px;
  max-height: fit-content;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: none;
  background-color: none;
}

.tablet-dropdown-content2 a:hover {
  color: #072201;
  text-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
  text-align: center;
  transition: 0.3s;
  letter-spacing: 10px;
  border-radius: none;
  border: none;
  background-color: none;
}

.tablet-dropdown2:hover .tablet-dropdown-content2 {
  display: block;
}


.tablet-dropbtn2:hover {
  text-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
}

/*IMG CONTAINER ON HOME PAGE SUB NAV*/
.subheader {
  margin-top: 155px;
  width: 100%;
  background-color: #072201;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-height: 300px;
}

#subimg {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 12.5%;
  object-fit: cover;
  object-position: 50% 50%;
  border-left: 5px #e0dbd5 solid;
}

#subimg:last-of-type {
  border-right: 5px #e0dbd5 solid;
}

/*MOBILE SUBHEADER*/
.subheader-mobile {
  margin-top: 155px;
  width: 100%;
  background-color: #072201;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-height: 300px;
}

#subimg-mobile {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  object-fit: cover;
  object-position: 50% 50%;
  border-left: 5px #e0dbd5 solid;
}

#subimg-mobile:last-of-type {
  border-right: 5px #e0dbd5 solid;
}

/* MAIN CONTENT */
.main {
  flex-grow: 1;
  width: 80%;
  min-height: 100vh;
  height: fit-content;
  background-color: #e0dbd5;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: -25px;
  padding-bottom: 25px;
  top: 200px;
  font-size: 14px;
  font-family: 'Montserrat Alternates', sans-serif;
}

/*TABLE MOBILE v DESKTOP STYLES*/
/*Container*/
.desktop-intro {
  background-color: #e0dbd5;
  padding: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

table.intro {
  color: #072201;
  width: 100%;
  text-align: justify;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-indent: 25px;
  font-family: 'Montserrat Alternates', sans-serif;
}

td.intro {
  vertical-align: top;
  height: fit-content;
}

table.intro img {
  height: 350px;
  margin-top: 0px;
}

tr.intro {
  width: 700px;
}

p.intro {
  color: #072201;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  margin-bottom: 0;
  text-indent: 25px;
  padding: 15px;
  font-family: 'Montserrat Alternates', sans-serif;
}

a.intro {
  color: #072201;
  text-decoration: none;
  font-weight: bold;
}

a.intro:hover {
  color: #072201;
  font-style: italic;
}

a.intro:visited {
  color: #072201;
  font-style: italic;
}

h1 {
  font-family: 'Arima Madurai', cursive;
  font-size: 21px;
  text-align: center;
  color: #072201;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-variant: small-caps;
  font-weight: 100;
  text-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
  margin-bottom: -15px;
}

h1.desktop {
  font-family: 'Arima Madurai', cursive;
  font-size: 21px;
  text-align: center;
  color: #072201;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-variant: small-caps;
  font-weight: 100;
  text-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
  margin-bottom: -15px;
}

table.desktop {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

table.mobile {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

td {
  padding: 25px 10px 10px 10px;
  margin: 25px;
}

img#table {
  border-radius: 25px;
  border: none;
  box-shadow: none;
}

ul {
  color: #072201;
  margin: 25px;
  width: auto;
}

li {
  color: #072201;
  padding-bottom: 20px;
  list-style: inside;
}

.info {
  background: #e0dbd5;
  color: #072201;
  margin-bottom: -25px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat Alternates', sans-serif;
  padding-bottom: 15px;
  max-width: 1024px;
  margin-bottom: 10px;
}

.mobile-intro {
  background-color: #e0dbd5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}


/* FOOTER */
.footer {
  background-color: #373739;
  width: 100%;
  bottom: 0px;
  position: relative;
  text-align: center;
  height: auto;
  font-family: 'Arima Madurai', cursive;
  letter-spacing: 2px;
  color: #e0dbd5;
  border-radius: none;
}

.contact-image {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  vertical-align: middle;
  padding: 5px;
  border-radius: none;
}

img#footer-img {
  height: 200px;
  width: auto;
}

p.footer-contact {
  padding: 15px 15px 0px 25px;
  font-size: 14px;
}

p.footer-contact a {
  font-size: 12px;
  color: #e0dbd5;
  font-family: 'Arima Madurai', cursive;
}

p.footer-contact img {
  border-radius: none;
}

.footer a {
  text-decoration: none;
  text-shadow: 2px 3px 5px #000000;
  letter-spacing: 2px;
}

p.footer-contact a:hover {
  color: #e0dbd5;
  text-shadow: 1px 3px 2px #000000;
  font-style: italic;
}

p.copyright {
  text-align: center;
  color: #e0dbd5;
  padding: 10px;
  background-color: #77846d;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: 'Arima Madurai', cursive;
  letter-spacing: 2px;
  border-top: 5px #e0dbd5 solid;
}

.footer table {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  font-family: 'Arima Madurai', cursive;
  box-shadow: none;
  border-radius: none;
}

.footer tr {
  height: fit-content;
  width: fit-content;
  margin: 0;
}

.footer td {
  text-align: center;
  width: fit-content;
  margin: 0;
  padding: none;
}

.footer td#contact {
  text-align: left;
  width: fit-content;
  margin: 0;
  padding: none;
}

.footer td#footer-img {
  height: 200px;
  width: auto;
  padding: 0;
  border-radius: none;
}

.mobile-footer-contact {
  margin-top: -5px;
}

.footer table img {
  border: none;
  box-shadow: none;
  padding: none;
  text-align: right;
  margin: 0;
  border-radius: none;
}

.contact-mobile:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

/* HOME LIGHTBOX */

/*Embedded Gallery*/
.em-gallery {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  height: fit-content;
}

.images-hidden {
  display: none;
}

/*Additional images connected to thumbnails, should only display within lightbox*/

.gallery {
  text-align: center;
  max-width: 900px;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}

.gallery img {
  width: auto;
  height: 200px;
  transition: 0.3s;
  border-radius: 25px;

}

.gallery img:hover {
  transform: scale(1.1);
}

.gallery-container {
  background: #e0dbd5;
  padding: 25px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 1024px;
}

/*TESTIMONIAL STYLES*/
.testimonials {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #77846d;
  color: #e0dbd5;
  border-radius: 50px 50px 0 0;
  padding-top: 10px;
  padding-bottom: 25px;
  margin-bottom: -75px;
  margin-top: 25px;
}

.testimonials p {
  color: #e0dbd5;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #77846d;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 100;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 50px 50px 0 0;
}

a.testimonials {
  background: none;
  border: none;
  font-size: 16px;
  font-family: 'Montserrat Alternates', sans-serif;
}

h1#testimonials {
  font-family: 'Arima Madurai', cursive;
  font-size: 36px;
  text-align: center;
  color: #e0dbd5;
  font-weight: 100;
  font-variant: small-caps;
  word-spacing: 10px;
  text-shadow: #000000 3px 3px 3px;
  margin-bottom: -25px;
  background-color: #77846d;
  width: 100%;
  margin-bottom: -20px;
  margin-top: 150px;
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: #e0dbd5 double 20px;
  justify-content: center;
}

.more-testimonials {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #072201;
  color: #e0dbd5;
  border-radius: 50px 50px 0 0;
  padding-top: 10px;
  padding-bottom: 75px;
  margin-top: 175px;
  margin-bottom: -50px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 28px;
  text-align: center;
  font-variant: small-caps;
  font-weight: 100;
  text-shadow: #000000 3px 3px 3px;
}

.testimonial-form {
  background-color: #ffff;
  border: solid #77846d 5px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  margin-bottom: 50px;
  font-family: 'Montserrat Alternates', sans-serif;
}



.testbutton {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;

}

a.testbutton {
  text-align: center;
  padding: 15px;
  background: #373739;
  color: #FFFFFF;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 14px;
  text-decoration: none;
  border-radius: 15px;
}

a.testbutton:hover {
  background-color: #373739;
  text-shadow: rgb(0, 0, 0, 0.8) 0px 3px 3px;
}

a.testbutton:active {
  box-shadow: rgb(0, 0, 0, 0.5) 0px 5px 5px 2px;
  outline: #191919 solid 1px;
}

.feedback {
  max-width: 550px;
  padding-left: 25px;
  padding-top: 25px;
  padding-right: 25px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #b1bda9;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background-color: #ffffff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px 50px 0px 0px;
  overflow: hidden;
  border: 5px solid #77846d;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* Slideshow container */
.slideshow-container2 {
  position: sticky;
  background-color: #ffffff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px 50px 0px 0px;
  margin-top: 25px;
  overflow: hidden;
  border: 5px solid #77846d;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #77846d;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 25px 25px;
  border: 5px solid #77846d;
  margin-bottom: 25px;
}

/* The dot/bullet/indicator container */
.dot-container2 {
  text-align: center;
  padding: 20px;
  background: #77846d;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 50px 50px;
  border: 5px solid #77846d;
  position: sticky;
  margin-bottom: 25px;
}

/* Slides */
.mySlides {
  display: none;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0%;
  width: auto;
  padding: 10px;
  color: #77846d;
  font-weight: bold;
  font-size: 21px;
  user-select: none;
  padding-top: 50px;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  height: 100%;
}

.prev {
  height: 100%;
}

.prev:hover,
.next:hover {
  background-color: #77846d;
  color: white;
  height: 100%;
  padding-top: 50px;
  width: auto;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #e0dbd5;
  border-radius: 50%;
  display: inline-block;
  transition: #fff 0.6s ease;
}

/* Add a background color to the active dot/circle */
.dot.active {
  background-color: #072201;
}

.dot:hover {
  transition: 0.5s;
  background-color: #072201;
}

p.quote {
  color: #072201;
  font-size: 14px;
  padding-top: 10px;
  padding-right: 50px;
  text-align: justify;
}

p.quoteAlt {
  color: #77846d;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 50px;
  text-align: justify;
}

.author {
  color: #77846d;
  font-weight: bold;
  padding-bottom: 25px;
  font-family: 'Arima Madurai', cursive;
  border-bottom: #072201 double 3px;
  font-size: 14px;
}

.authorAlt {
  color: #072201;
  font-weight: bold;
  padding-bottom: 25px;
  font-family: 'Arima Madurai', cursive;
  border-bottom: #072201 double 3px;
  font-size: 14px;
  padding-left: 50px;
}

.author-sub {
  font-size: 12px;
  font-family: 'Arima Madurai', cursive;
  border-bottom: #072201 double 3px;
  padding-bottom: 25px;
}

.authorAlt-sub {
  font-size: 12px;
  font-family: 'Arima Madurai', cursive;
  border-bottom: #072201 double 3px;
  padding-bottom: 25px;
  padding-left: 50px;
}

/*SCROLL TO THE TOP*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #072201;
  color: #e0dbd5;
  cursor: pointer;
  padding: 15px;
  border-radius: 15px;
  font-family: 'Arima Madurai', cursive;

}

#myBtn:hover {
  background-color: #77846d;
  color: #e0dbd5;
}

#myBtn:active {
  background-color: #191919;
  border-bottom: #000000 5px solid;
}

/*READ MORE*/
a.morelink {
  text-decoration: none;
  font-family: 'Arima Madurai', cursive;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: #e0dbd5;
  background: #77846d;
  padding-top: 1px;
  font-size: 12px;
}

a.morelink:hover {
  background-color: #373739;
}

a.morelink:active {
  transition: 0.1s;
  border-bottom: #191919 solid 3px;
}

a.morelink:visited {
  color: #e0dbd5;
}

.morecontent span {
  display: none;
}

.comment {
  color: #072201;
  font-size: 14px;
  padding-top: 10px;
  padding-right: 50px;
  text-align: justify;
}

.commentAlt {
  color: #77846d;
  ;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 50px;
  text-align: justify;
}

/*MOBILE ONLY SERVICE PAGE*/
/*SubMenu*/
.servicebtngrp {
  background-color: #77846d;
  border: none;
  color: #e0dbd5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  float: left;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
}

.servicebtn {
  background-color: #77846d;
  border: none;
  color: #e0dbd5;
  text-align: center;
  cursor: pointer;
  float: left;
  width: 25%;
  height: 50px;
  vertical-align: middle;
}

.servicebtn:hover {
  background-color: #072201;
}

.servicebtn:active {
  background-color: #072201;

}

#svcactive {
  background-color: #072201;
}

.servicebtn a {
  vertical-align: middle;
  color: #e0dbd5;
  font-family: 'Arima Madurai', cursive;
  text-decoration: none;
  font-size: 12px;
}

/*Intro*/
.services-intro {
  background: #77846d;
  border-radius: 25px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 175px;
  height: auto;
  margin-bottom: 0;
  font-family: 'Montserrat Alternates', sans-serif;
}

table.services {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  height: fit-content;
}

td.services {
  text-align: center;
  background-color: #77846d;
  border-radius: 25px;
  width: 50%;
  color: #e0dbd5;
  font-family: 'Arima Madurai', cursive;
  font-size: 16px;
}

.svcimg {
  width: 100%;
  box-shadow: none;
  margin-top: 3px;
  border: 3px solid #e0dbd5;
  box-shadow: rgb(0, 0, 0, 0.5) 0px 5px 10px 5px;
  border-radius: 15px;
}

.svcimg:hover {
  transition: 0.5s;
  transform: scale(1.05);
  box-shadow: 0 0 5px 5px rgb(0, 0, 0, 0.5);
  filter: grayscale(100%);
}

a.services {
  color: #e0dbd5;
  font-family: 'Arima Madurai', cursive;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

p.services {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #e0dbd5;
  text-indent: 25px;
  padding: 10px;
}

h1.services {
  font-family: 'Arima Madurai', cursive;
  font-size: 28px;
  text-align: center;
  color: #e0dbd5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-variant: small-caps;
  font-weight: 100;
  text-shadow: #000000 3px 3px 3px;
  margin-bottom: -15px;
  padding-top: 10px;
}


/*PAINTING*/
h1.svc {
  font-family: 'Arima Madurai', cursive;
  font-size: 36px;
  text-align: center;
  color: #e0dbd5;
  font-weight: 100;
  font-variant: small-caps;
  word-spacing: 10px;
  text-shadow: #000000 3px 3px 3px;
  margin-bottom: -25px;
  background-color: #77846d;
  width: 100%;
  margin-bottom: -20px;
  margin-top: 150px;
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: #e0dbd5 double 20px;
  justify-content: center;
}

h1.svc-mobile {
  font-family: 'Arima Madurai', cursive;
  font-size: 36px;
  text-align: center;
  color: #e0dbd5;
  font-weight: 100;
  font-variant: small-caps;
  word-spacing: 10px;
  text-shadow: #000000 3px 3px 3px;
  margin-bottom: -25px;
  background-color: #77846d;
  width: 100%;
  margin-bottom: -20px;
  margin-top: 150px;
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: #e0dbd5 double 20px;
  justify-content: center;
}

/*SERVICES LIGHTBOX */
.svc-gallery {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #77846d77;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 10px double #e0dbd5;
}

/*CONTACT FORM PAGE PROPERTIES*/
.contact-form {
  margin-top: 200px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #77846d;
  border-radius: 50px;
  border: 10px double #77846d;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: center;
}

p.contact-form {
  border: none;
  padding: none;
  margin: none;
  text-align: center;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 14px;
  text-align: justify;
  margin: 0;
  width: auto;
}

.desktop-contact {
  color: #072201;
  text-decoration: none;
  border: none;
  padding: none;
  text-align: center;
  margin-left: 10px;
  margin-right: 5px;
  width: 90%;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: bold;
}

.mobile-contact {
  color: #072201;
  text-decoration: none;
  border: none;
  padding: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

a.desktop-contact:hover {
  color: #e0dbd5;
}

.mobile-contact img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

h1.contact-form {
  font-family: 'Arima Madurai', cursive;
  font-size: 28px;
  text-align: center;
  color: #e0dbd5;
  font-variant: small-caps;
  font-weight: 100;
  text-shadow: #000000 3px 3px 3px;
  border: none;
  margin: 10px;
  width: auto;
}

/*MOBILE SCREENS*/
@media screen and (max-width: 700px) {
  .caption-long {
    height: fit-content;
    margin-bottom: 10px;
    width: 300px;
  }

  .subheader {
    display: none !important;
    visibility: hidden;
  }

  .contact-form {
    margin-bottom: 25px;
  }

  .em-gallery {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    text-align: center;
  }

  .caption {
    min-height: fit-content;
  }

  img#footer-img {
    display: none;
  }

  .footer {
    height: auto;
  }

  .comment {
    padding-right: 0;
  }

  .commentAlt {
    padding-left: 0;
  }

  .authorAlt-sub {
    padding-left: 0;
  }

  #header-img {
    width: auto;
    height: 100%;
    z-index: 9999;
    object-fit: cover;
    object-position: 50% 50%;
  }

  p.copyright {
    font-size: 12px;
    font-weight: 100;
  }

  .footer-desktop {
    display: none;
  }

  .footer-contact {
    display: none;
  }

  .contact-mobile {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop-contact {
    display: none;
  }

  p.quote {
    padding-right: 0px;
    text-align: start;
  }

  p.quoteAlt {
    padding-left: 0px;
    text-align: start;
  }

  .authorAlt {
    text-align: right;
  }

  p.testimonials {
    text-align: justify;
  }

  .header {
    height: 100px;
    position: fixed;
    object-fit: contain;
    z-index: 9999;
  }

  h1.mobile {
    margin-bottom: -25px;
  }

  .main {
    height: fit-content;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border: none;
  }

  img.home-mobile {
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
    border-radius: 25px;
    border: none;
    box-shadow: none;
  }

  h1.svc {
    width: 100%;
    margin-bottom: -25px;
    background-color: #4b6961;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: #1b2f2d double 20px;
    justify-content: center;
  }

  .caption {
    width: 300px;
    font-size: 14px;
    margin-bottom: 10px;
    max-height: fit-content;
  }

  .svc-gallery {
    text-align: center;
    width: 90%;
    margin-top: 25px;
  }

  .grid-container {
    display: grid;
    height: fit-content;
    width: 300px;
    align-content: start;
    grid-template-columns: auto;
    row-gap: 10px;
    column-gap: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
  }

  .gallery img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: auto;
  }

  .gallery {
    text-align: center;
    width: 300px;
    margin: 0 auto;
  }

  p.footer-contact a {
    font-size: 12px;
  }

  .contact-image {
    width: 15px;
    height: 15px;
  }

  .desktop {
    display: none;
  }

  h1.svc {
    display: none;
  }

  .tablet-navbar {
    display: none;
  }

  .tablet-dropdown {
    display: none;
  }

  table.intro {
    display: none;
  }

  .navbar {
    display: none;
  }

  .dropdown {
    display: none;
  }

  .desktop-intro {
    display: none;
  }
}

/*TABLET SCREENS*/
@media screen and (min-width: 701px) and (max-width: 1024px) {
  .em-gallery {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    text-align: center;
  }

  .subheader-mobile {
    display: none !important;
    visibility: hidden;
  }

  .caption-long {
    overflow-y: scroll;
    width: 200px;
  }

  img#footer-img {
    display: block;
  }

  .mobile-dropdown-content {
    width: 50%;
  }

  h1.mobile {
    margin-bottom: -25px;
  }

  .main {
    height: fit-content;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-intro img {
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
    border-radius: 25px;
  }

  .grid-container {
    display: grid;
    align-content: start;
    grid-template-columns: auto auto auto;
    column-gap: 10px;
    width: 90%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    margin-top: 25px;
    justify-items: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 25px;
  }

  .gallery img {
    width: auto;
    height: 150px;
  }

  .caption {
    width: 200px;
    font-size: 14px;
    margin-bottom: 10px;
    max-height: fit-content;
  }

  .svc-gallery {
    text-align: center;
    width: fit-content;
    margin-top: 25px;
  }

  #myBtn {
    right: 35px;
  }


  .mobile-footer-contact {
    display: none;
  }

  h1.svc-mobile {
    display: none;
  }

  .header {
    display: none;
  }

  #footer-img {
    display: none;
  }

  .navbar {
    display: none;
  }

  .dropdown {
    display: none;
  }

  .mobile-navbar {
    display: none;
  }

  .mobile-dropdown {
    display: none;
  }

  table.services {
    display: none;
  }

  p.services {
    display: none;
  }

  h1.services {
    display: none;
  }

  .services-intro {
    display: none;
  }

  .servicebtngrp {
    display: none;
  }

  .footer-mobile {
    display: none;
  }

  .mobile-contact {
    display: none;
  }

  table.mobile {
    display: none;
  }

  .desktop-intro {
    display: none;
  }
}

/*SMALL DESKTOP SCREENS*/
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .caption-long {
    overflow-y: scroll;
  }

  .subheader-mobile {
    display: none !important;
    visibility: hidden;
  }

  .em-gallery {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    text-align: center;
  }

  .mobile-dropdown-content {
    width: 50%;
  }

  .header {
    display: none;
  }

  .grid-container {
    display: grid;
    height: fit-content;
    width: 900px;
    align-content: start;
    grid-template-columns: auto auto auto;
    row-gap: 10px;
    column-gap: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 25px;
    align-items: center;
  }

  .gallery img {
    width: auto;
    height: 150px;
  }

  #myBtn {
    right: 35px;
  }

  .main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-footer-contact {
    display: none;
  }

  .navbar {
    display: none;
  }

  .dropdown {
    display: none;
  }

  h1.svc-mobile {
    display: none;
  }

  .mobile-navbar {
    display: none;
  }

  .mobile-dropdown {
    display: none;
  }

  .servicebtngrp {
    display: none;
  }

  .footer-mobile {
    display: none;
  }

  .mobile-contact {
    display: none;
  }

  .mobile-intro {
    display: none;
  }

  .mobile-container {
    display: none;
  }

  table.mobile {
    display: none;
  }

  .dropdown {
    display: none;
  }

  .navbar {
    display: none;
  }

  table.services {
    display: none;
  }

  p.services {
    display: none;
  }

  h1.services {
    display: none;
  }

  .services-intro {
    display: none;
  }
}

/*LARGE DESKTOP SCREENS*/
@media screen and (min-width: 1200px) {
  .main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .subheader-mobile {
    display: none !important;
    visibility: hidden;
  }

  .em-gallery {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    text-align: center;
  }

  .grid-container {
    display: grid;
    height: fit-content;
    width: 900px;
    align-content: start;
    grid-template-columns: auto auto auto;
    row-gap: 10px;
    column-gap: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 25px;
    align-items: center;
  }

  .caption-long {
    overflow-y: scroll;
  }

  #myBtn {
    right: 35px;
  }

  .tablet-navbar {
    display: none;
  }

  .header {
    display: none;
  }

  h1.svc-mobile {
    display: none;
  }

  .mobile-footer-contact {
    display: none;
  }

  .tablet {
    display: none;
  }

  .servicebtngrp {
    display: none;
  }

  .mobile-contact {
    display: none;
  }

  .footer-mobile {
    display: none;
  }

  .mobile-intro {
    display: none;
  }

  .mobile-container {
    display: none;
  }


  .mobile-dropdown {
    display: none;
  }

  .mobile-navbar {
    display: none;
  }

  table.mobile {
    display: none;
  }

  table.services {
    display: none;
  }

  p.services {
    display: none;
  }

  h1.services {
    display: none;
  }

  .services-intro {
    display: none;
  }
}