body {
  background-color: #62c3d0;
  font-family: Cabin, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  text-align: justify;
  letter-spacing: 1px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bree Serif', sans-serif;
  color: #fc0;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bree Serif', sans-serif;
  color: #fc0;
  font-size: 3.5em;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bree Serif', sans-serif;
  color: #fc0;
  font-size: 2.25em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0px;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bree Serif', sans-serif;
  color: #fc0;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0px;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bree Serif', sans-serif;
  color: #fc0;
  font-size: 1.75em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0px;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bree Serif', sans-serif;
  color: #fc0;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

a {
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-logo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 20%;
  margin-bottom: 1%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.slider-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100vh;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Slide-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Slide-2.jpg');
  background-size: auto, cover;
}

.slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Slide-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Slide-6.jpg');
  background-size: auto, cover;
}

.slide._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Slide-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Slide-4.jpg');
  background-size: auto, cover;
}

.slide._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Slide-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Slide-5.jpg');
  background-size: auto, cover;
}

.site-title {
  position: relative;
  z-index: 2;
  font-size: 3.5em;
  letter-spacing: 2px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.scroll-arrow {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 2;
  width: 2em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  padding-top: 5px;
  background-color: #000;
}

.nav-logo {
  width: 8%;
  margin-bottom: -1%;
  border: 6px solid #000;
  border-radius: 100%;
  background-color: #000;
}

.nav-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-link {
  position: relative;
  overflow: hidden;
  margin-right: 5%;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link:hover {
  color: #62c3d0;
}

.nav-link.w--current {
  position: relative;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #62c3d0;
  color: #62c3d0;
}

.nav-underline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  background-color: #62c3d0;
}

.nav-link-text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 1.2em;
  letter-spacing: 2px;
}

.nav-link-text:hover {
  color: #62c3d0;
}

.nav-icon {
  width: 2.2em;
  margin-left: 5%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fc0;
  font-size: 1.2em;
  text-align: center;
}

.nav-icon:hover {
  background-color: #62c3d0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fff;
}

.section {
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
}

.section.yellow {
  padding-top: 0%;
  padding-bottom: 2%;
  background-color: #fc0;
}

.section.blue-peacock {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 195, 208, 0.75)), to(rgba(98, 195, 208, 0.75))), url('../images/Peacock-BG-Blue.png');
  background-image: linear-gradient(180deg, rgba(98, 195, 208, 0.75), rgba(98, 195, 208, 0.75)), url('../images/Peacock-BG-Blue.png');
  background-position: 0px 0px, -50% 20px;
  background-size: auto, 800px;
  background-repeat: repeat, no-repeat;
}

.section.blue-peacock.team {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 195, 208, 0.75)), to(rgba(98, 195, 208, 0.75))), url('../images/Peacock-BG-Blue.png');
  background-image: linear-gradient(180deg, rgba(98, 195, 208, 0.75), rgba(98, 195, 208, 0.75)), url('../images/Peacock-BG-Blue.png');
  background-position: 0px 0px, -750px 100%;
  background-size: auto, 1500px;
}

.section._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  max-width: 1140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-left {
  width: 60%;
  padding-right: 10%;
}

.blue-heading {
  color: #62c3d0;
}

.home-right {
  position: relative;
  z-index: 2;
  width: 40%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-bottom-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  margin-bottom: -1px;
  color: #62c3d0;
}

.section-bottom-wave.yellow {
  color: #fc0;
}

.contact-form {
  position: relative;
  z-index: 2;
}

.form-field {
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #000 #000 #62c3d0;
  background-color: transparent;
}

.form-field:focus {
  color: #000;
}

.form-field::-webkit-input-placeholder {
  color: #fff;
}

.form-field:-ms-input-placeholder {
  color: #fff;
}

.form-field::-ms-input-placeholder {
  color: #fff;
}

.form-field::placeholder {
  color: #fff;
}

.submit-button {
  padding-left: 44px;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/Envelope-Icon.png');
  background-position: 10% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #62c3d0;
  font-size: 1em;
  text-transform: uppercase;
}

.submit-button:hover {
  padding-left: 15px;
  background-color: #62c3d0;
  color: #fff;
}

.section-top-wave {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  color: #62c3d0;
}

.html-embed {
  margin-top: -1px;
}

.footer-copyright {
  width: 50%;
  font-size: 0.9em;
  letter-spacing: 2px;
}

.designed-by {
  width: 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.designed-by:hover {
  text-decoration: underline;
}

.footer {
  padding-top: 2%;
  padding-bottom: 1%;
}

.footer.yellow {
  padding-top: 0%;
  background-color: #fc0;
}

.hamburger {
  display: none;
}

.mobile-menu {
  display: none;
}

.team-member-photo {
  padding: 10px;
  background-color: #fff;
}

.team-member-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.member-phone {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.member-phone:hover {
  color: #fc0;
}

.member-contact-icon {
  width: 1.6em;
  color: #fff;
}

.member-contact-icon:hover {
  color: #fc0;
}

.member-contact-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.team-member {
  display: -ms-grid;
  display: grid;
  margin-top: 4%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.services {
  display: -ms-grid;
  display: grid;
  padding: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-heading {
  color: #fff;
  text-shadow: none;
}

.service-icon {
  max-width: 35%;
}

.service-icon.vertical {
  max-width: 30%;
}

.service-icon.horizontal {
  max-width: 35%;
}

.album-thumbnail {
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Omkar-and-Rucha.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Omkar-and-Rucha.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  text-decoration: none;
}

.album-thumbnail.pratik {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Pratik-and-Nalini.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Pratik-and-Nalini.jpg');
}

.album-thumbnail.sanket {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Dhanashree-and-Sanket.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Dhanashree-and-Sanket.jpg');
}

.album-thumbnail.pranav {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Pranav-and-Nishita.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Pranav-and-Nishita.jpg');
}

.album-thumbnail.rajwardhan {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("https://uploads-ssl.webflow.com/5fc8e2fb9418f53363f78ffb/60304b08dead628e7fd7c9c5_Rajwardhan's%201st%20Birthday.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://uploads-ssl.webflow.com/5fc8e2fb9418f53363f78ffb/60304b08dead628e7fd7c9c5_Rajwardhan's%201st%20Birthday.jpg");
}

.album-thumbnail.akiev {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("https://uploads-ssl.webflow.com/5fc8e2fb9418f53363f78ffb/60304cc61fd45c3f23ad7440_Akiev's%20Birthday.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://uploads-ssl.webflow.com/5fc8e2fb9418f53363f78ffb/60304cc61fd45c3f23ad7440_Akiev's%20Birthday.jpg");
}

.album-thumbnail.usurface {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Unique-Surfaces-Openings.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Unique-Surfaces-Openings.jpg');
}

.album-thumbnail.homed {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Home-Decor.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Home-Decor.jpg');
}

.album-thumbnail.salonee {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Salonee-and-Niranjan-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Salonee-and-Niranjan-1.jpg');
}

.album-thumbnail.prachi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Prachi-and-Saurabh-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Prachi-and-Saurabh-1.jpg');
}

.album-thumbnail.lohade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Prachi-Lohade-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Prachi-Lohade-2.jpg');
}

.album-thumbnail.sara {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("https://uploads-ssl.webflow.com/5fc8e2fb9418f53363f78ffb/6059d686e680f0491097abc9_Sara's%20First%20Birthday%20(3).jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://uploads-ssl.webflow.com/5fc8e2fb9418f53363f78ffb/6059d686e680f0491097abc9_Sara's%20First%20Birthday%20(3).jpg");
}

.album-title {
  color: #fff;
  font-size: 2.5em;
  font-weight: 400;
  text-shadow: none;
}

.showcase-albums {
  display: -ms-grid;
  display: grid;
  margin-top: 4%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._404 {
  position: absolute;
  z-index: 1;
  width: 100%;
  font-size: 5em;
}

._404-heading {
  font-size: 1em;
}

._404-text {
  font-size: 0.2em;
}

._404-colour {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: rgba(98, 195, 208, 0.75);
}

._404-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-button {
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #62c3d0;
  font-size: 0.2em;
  text-transform: uppercase;
}

._404-button:hover {
  background-color: #fc0;
  color: #fff;
}

.success-message {
  background-color: #fc0;
  color: #000;
}

.error-message {
  background-color: #000;
  color: #fc0;
}

.text-block {
  font-size: 0.9em;
  letter-spacing: 2px;
}

.scroll-up {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 4%;
  z-index: 99999;
  width: 2.5em;
  padding: 10px;
  border-radius: 5px;
  background-color: #fc0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.scroll-up:hover {
  background-color: #62c3d0;
}

.form-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lottie-animation {
  height: 250px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  h6 {
    font-size: 1.2em;
  }

  .hero-logo {
    width: 30%;
  }

  .nav-logo {
    width: 10%;
  }

  .nav-left {
    display: none;
  }

  .nav-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link.mobile {
    margin-right: 0%;
    margin-bottom: 5%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-link-text.mobile {
    font-size: 2em;
  }

  .nav-icon {
    margin-right: 5%;
    margin-left: 0%;
  }

  .section {
    padding-right: 4%;
    padding-left: 4%;
  }

  .section.blue-peacock {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 195, 208, 0.75)), to(rgba(98, 195, 208, 0.75))), url('../images/Peacock-BG-Blue.png');
    background-image: linear-gradient(180deg, rgba(98, 195, 208, 0.75), rgba(98, 195, 208, 0.75)), url('../images/Peacock-BG-Blue.png');
    background-position: 0px 0px, -165% 35px;
    background-size: auto, 600px;
  }

  .section.blue-peacock.team {
    padding-bottom: 8%;
  }

  .home-left {
    width: 55%;
  }

  .blue-heading {
    font-size: 2.5em;
  }

  .home-right {
    width: 45%;
  }

  .footer {
    padding-right: 2%;
    padding-left: 2%;
  }

  .footer.yellow {
    padding-top: 2%;
  }

  .hamburger {
    display: block;
    width: 7%;
    padding: 10px 0px 10px 25px;
    color: #fc0;
  }

  .hamburger:hover {
    color: #62c3d0;
  }

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    width: 75vw;
    height: 100vh;
    padding-top: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
  }

  .mobile-menu-logo {
    width: 25%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .mobile-close {
    position: absolute;
    left: auto;
    top: 3%;
    right: 5%;
    bottom: auto;
    width: 2em;
    color: #62c3d0;
  }

  .mobile-close:hover {
    color: #fff;
  }

  .team-member-photo {
    width: 65%;
    margin-top: 10%;
  }

  .member-phone {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .member-contact-icons {
    margin-bottom: 2%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .team-member {
    margin-top: 0%;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .member-name {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .member-bio {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .services {
    padding-right: 0%;
    padding-left: 0%;
  }

  .service-icon {
    max-width: 45%;
  }

  .service-icon.vertical {
    max-width: 35%;
  }

  .service-icon.horizontal {
    max-width: 40%;
  }

  .menu-background-block {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 900;
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .album-title {
    font-size: 2em;
  }

  ._404 {
    font-size: 3.9em;
  }

  .form-lottie {
    max-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 3em;
  }

  .site-title {
    font-size: 3em;
  }

  .nav-logo {
    width: 15%;
  }

  .section.yellow {
    padding-top: 4%;
    padding-bottom: 6%;
  }

  .section.blue-peacock {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 195, 208, 0.75)), to(rgba(98, 195, 208, 0.75))), url('../images/Peacock-BG-Blue.png');
    background-image: linear-gradient(180deg, rgba(98, 195, 208, 0.75), rgba(98, 195, 208, 0.75)), url('../images/Peacock-BG-Blue.png');
    background-position: 0px 0px, 900% 100px;
  }

  .container.columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-left {
    width: 100%;
  }

  .blue-heading {
    text-align: center;
  }

  .home-right {
    width: 70%;
  }

  .footer-copyright {
    width: 100%;
    text-align: center;
  }

  .designed-by {
    width: 100%;
    margin-top: 4%;
    text-align: center;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hamburger {
    padding-left: 20px;
  }

  .mobile-menu {
    width: 80vw;
  }

  .mobile-close {
    width: 1.7em;
  }

  .team-member-photo {
    width: 75%;
    padding: 8px;
  }

  .team-member-details {
    margin-top: -5%;
  }

  .services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .service-icon {
    max-width: 35%;
  }

  .album-thumbnail {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .showcase-albums {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._404 {
    font-size: 3.3em;
  }

  ._404-heading {
    font-size: 1em;
  }

  ._404-text {
    font-size: 0.3em;
  }

  ._404-button {
    font-size: 0.3em;
  }

  .scroll-up {
    right: 4%;
  }

  .form-lottie {
    max-height: 150px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.8em;
  }

  .hero-logo {
    width: 40%;
  }

  .site-title {
    font-size: 1.8em;
  }

  .nav-logo {
    width: 20%;
    margin-bottom: -2%;
  }

  .nav-right {
    width: 50%;
  }

  .nav-link.mobile {
    margin-bottom: 10%;
  }

  .nav-link-text.mobile {
    font-size: 1.8em;
  }

  .nav-icon {
    padding: 10px;
  }

  .section {
    padding: 10% 5%;
  }

  .section.yellow {
    padding-top: 6%;
  }

  .section.blue-peacock {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 195, 208, 0.75)), to(rgba(98, 195, 208, 0.75))), url('../images/Peacock-BG-Blue.png');
    background-image: linear-gradient(180deg, rgba(98, 195, 208, 0.75), rgba(98, 195, 208, 0.75)), url('../images/Peacock-BG-Blue.png');
    background-position: 0px 0px, 83% 100%;
    background-size: auto, 800px;
  }

  .section.blue-peacock.team {
    padding-bottom: 25%;
  }

  .home-left {
    padding-right: 0%;
  }

  .blue-heading {
    font-size: 2.3em;
  }

  .home-right {
    width: 80%;
  }

  .submit-button {
    width: 100%;
    background-position: 30% 50%;
  }

  .footer {
    padding-top: 4%;
  }

  .hamburger {
    width: 12%;
    padding-left: 20px;
  }

  .mobile-menu {
    padding-top: 25%;
  }

  .mobile-menu-logo {
    width: 35%;
  }

  .mobile-close {
    width: 1.5em;
  }

  .team-member-photo {
    width: 100%;
    margin-top: 25%;
  }

  .team-member-details {
    margin-top: -10%;
  }

  .member-contact-icon {
    width: 1.5em;
  }

  .member-contact-icons {
    width: 40%;
  }

  .team-member {
    margin-top: -20%;
  }

  .showcase-albums {
    margin-top: 10%;
  }

  ._404 {
    font-size: 2.7em;
  }

  ._404-heading {
    font-size: 0.7em;
    line-height: 1.3em;
  }

  ._404-text {
    font-size: 0.3em;
  }

  .scroll-up {
    width: 2em;
    padding-top: 5px;
  }

  .form-lottie {
    max-height: 100px;
  }
}

#Message-2.w-node-_51edc0ef-3379-7964-9635-300e81a89985-81a8997b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_55ef74d0-ea82-dbf1-66ff-9fde047806eb-31cd30f1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_32511984-68e3-5801-3b01-7c1c62c9e9e3-31cd30f1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_36628206-9301-8b93-337f-cd13f7b834b6-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7233c747-82a6-7b84-ce90-ab1830ceeca3-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f5515621-15d8-b807-0037-74812f451896-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28fc2ed4-cc39-51f4-6532-5cb3458b1b1f-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c2a70487-d462-035e-74c9-dcd137c9aa03-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f9f95d2-b24b-ca26-af2d-6236faad77ef-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9a42d4b9-01a2-f5da-c365-d67fd00fada5-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c8c9646a-8dbc-0547-8b1e-2cba34b7db1e-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e9a7d828-ad3a-7f6c-ba91-5db4c67976db-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_32fe81c7-f736-e9fa-bda1-02d31ed69cd8-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ba6f7200-a750-bd8b-34a2-ed531984fbee-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c6f54341-d91a-719f-0485-13fe18168804-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d48c9b4b-0459-8d72-0b58-04c131b719dd-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d7c573a-3450-b78b-ca0e-8e9d157ffcd8-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0db38f7c-b80f-72d7-e792-0f6d5583d157-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9df2d1b1-555a-d344-bfd6-2b5d7451cf99-b19f522d {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-cae99021-cf87-3211-b51a-7206ffd381f7-31cd30f1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f5380b9b-98ed-832b-03b0-bfe2fdac3e38-31cd30f1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #realname.w-node-_51edc0ef-3379-7964-9635-300e81a89983-81a8997b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #email-2.w-node-_51edc0ef-3379-7964-9635-300e81a89984-81a8997b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

