/*color guide:
Brown - #ad9e92
Dark Sea -#1D3F43
Bistro Green - #3A5551
Simply Green - #71C59A
Simply Greem - #BBE1D4
*/

/* Main elements on page */

* {
  box-sizing: border-box;
} /* effect slideshow container*/

a:hover {
  color: #71c59a;
}

body {
  font-size: 16px;
  font-family: quicksand;
}

h2 {
  color: #ad9e92;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 220%;
  font-family: dancing script;
}
.sub-headers {
  width: 20%;
  display: flex;
  justify-content: center;
  border-top: 2px solid #ad9e92;
  border-bottom: 2px solid #ad9e92;
  margin: 5% 0 1% 0;
}

h3 {
  margin-top: 5%;
  margin-bottom: -20px;
  text-align: center;
  font-family: Tangerine;
  font-size: 300%;
  color: #bbe1d4;
}

button:hover {
  background-color: #bbe1d4;
  color: #1d3f43;
  font-weight: 700;
}

/* Hidden Sticky Navagation Bar */
#navbar {
  align-items: center;
  background-color: #ad9e92;
  height: 40px;
  margin: 10px 0;
  text-wrap: nowrap;
  visibility: hidden;
}

#navbar img {
  display: flex;
  align-items: center;
  width: 70px;
  margin-left: 10%;
}

#navbar ul {
  margin-right: 0;
  display: flex;
  align-items: center;
  font-size: 120%;
}
#navbar li {
  list-style: none;
  padding: 0 3%;
}
#navbar li a {
  color: #1d3f43;
  text-decoration: none;
}

.content {
  padding: 16px;
}

.sticky {
  visibility: visible !important;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.sticky + .content {
  padding-top: 60px;
  padding-bottom: 100px;
}

/* Navagation Bar */
.nav-bar {
  display: flex;
  align-items: center;
  color: #ad9e92;
  margin-bottom: 10px;
}

.nav-bar ul {
  margin-left: auto;
  margin-right: 0;
  padding-top: 5%;
  display: flex;
  align-items: center;
  font-size: 130%;
}
.nav-bar li {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 2px solid #ad9e92;
  border-bottom: 2px solid #ad9e92;
}
.nav-bar li a {
  color: #ad9e92;
  text-decoration: none;
}

.nav-bar a:hover {
  color: #bbe1d4;
}

/* Header Slideshow */
/* Slideshow container */
.slideshow-container {
  max-width: 2600px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
/* Displays first image */
.image1 {
  display: flex;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

/* About me */

.motto {
  position: relative;
  text-align: center;
  color: white;
}

.motto-logo {
  width: 500px;
  opacity: 0.2;
}

.motto-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 1px #1d3f43;
  text-align: center;
  font-size: 300%;
  font-family: Tangerine;
  font-weight: 700;
  color: #bbe1d4;
}

.about-me {
  text-align: center;
  margin: 0 5% 0 5%;
  font-size: 110%;
  line-height: 30px;
  color: #1d3f43;
}

.about-author {
  display: block;
  text-align: center;
}

.about-picture {
  padding-top: 30px;
  padding-bottom: -10px;
  margin-bottom: -10px;
}
.photograher {
  padding-top: 0;
  font-size: 90%;
}
/* Portfolio */

.wrapper {
  overflow: hidden;
}

.scroll-container {
  background-color: #ad9e92;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
  margin-bottom: 40px;
}

.portfolio-image {
  width: 20%;
  padding: 10px;
}

.portfolio-link {
  display: block;
  text-align: center;
  font-family: dancing script;
  font-size: 170%;
  color: #1d3f43;
}

/* Products */

.scroll-products {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  background-color: #ad9e92;
  width: auto;
  padding: 10px;
  margin-bottom: 40px;
}

h4 {
  text-align: center;
  font-size: 120%;
  margin: 5px;
}

h5 {
  text-align: center;
  font-family: dancing script;
  font-weight: 700;
  font-size: 110%;
  margin: 0px;
}

.sub-details {
  margin-top: 5px;
  font-style: italic;
  font-size: 80%;
  text-align: center;
}

.image-container {
  display: flex;
  flex-direction: row;
  height: 500px;
  padding: 10px;
}

.image-container img {
  height: calc(75% - 40px);
}
.product-details {
  font-style: normal;
  font-size: 90%;
  text-align: center;
  margin-bottom: 5px;
}
/* Quote */
.quote {
  margin-top: 3%;
  position: relative;
  text-align: center;
  color: white;
}

.quote-logo {
  width: 15%;
  opacity: 0.2;
  margin-top: 10px;
}

.quote-txt {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Upcoming Mini Shoots */
.upcoming-shoots {
  align-self: center;
  text-align: center;
}

.btn-mailing {
  margin-top: 20px;
  text-align: center;
  width: 140px;
  height: 70px;
  font-size: 110%;
  background-color: #ad9e92;
  border-radius: 10px;
}
.btn-mailing a {
  text-decoration: none;

  color: #1d3f43;
}

.btn-mailing a:hover {
  color: #bbe1d4;
}

/* Forms */
#popup-mailing {
  display: none;
}

#popup-booking {
  display: none;
  margin-top: -600px;
}

.form-container {
  position: relative;
  width: 90%;
  background-color: rgba(173, 158, 146, 0.95);
  padding: 20px;
  border-radius: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  overflow: auto;
  z-index: 1;
}

.form-container input[type="text"],
.form-container input[type="tel"],
.form-container input[type="email"],
.form-container select[type="dropdown"],
.form-container input[type="datetime-local"] {
  width: 100%;
  padding: 10px;
}
.form-container input[type="radio"] {
  text-align: left;
  height: 25px;
  width: 25px;
}

.form-container ul {
  list-style: none;
}

.datetime-txt {
  font-style: italic;
  font-size: 90%;
  margin-top: 0;
}
.social-header {
  font-weight: 600;
  font-size: 110%;
  color: #1d3f43;
}

.closing-btn {
  text-align: center;
  border-radius: 5px;
  border: #1d3f43 solid 2px;
  background-color: #ad9e92;
  color: #1d3f43;
  float: right;
}

.form-container label {
  color: #1d3f43;
  font-weight: 600;
  font-size: 120%;
  padding-bottom: 20px;
}

.form-container {
  line-height: 200%;
}

.form-heading {
  text-align: center;
  color: #1d3f43;
  font-size: 140%;
  font-weight: 600;
}

.submit-btn {
  margin-top: 20px;
  font-size: 120%;
  background-color: #71c59a;
  border-radius: 5px;
  padding: 5px 20px;
  text-align: center;
  margin-left: 35%;
  color: #3a5551;
  border: #3a5551 solid 2px;
}

/* Packages */

.bookings-text {
  text-align: center;
  width: 95%;
  display: block;
  margin-left: 2.5%;
  margin-top: 0px;
}

.bookings-heading,
.ending-line {
  font-family: tangerine;
}

.bookings-heading {
  font-size: 300%;
  margin-bottom: 30px;
  color: #3a5551;
}

.ending-line {
  font-size: 350%;
  color: #ad9e92;
  text-align: center;
}

h6 {
  text-align: center;
  font-size: 130%;
  font-weight: 600;
  color: #1d3f43;
  margin: 0%;
  text-transform: uppercase;
  padding-bottom: 0px;
}

.divider-bookings {
  width: 240px;
}

.packages {
  margin-top: 70px;
  padding: 10px 10px 10px;
  background-color: #ad9e92;
  border: #1d3f43 2px;
  border-style: dotted;
  border-radius: 30px;
  font-size: 120%;
}

.package-images {
  width: 100%;
  border-radius: 10px;
}

.package-header {
  line-height: 20px;
}

.package-name {
  font-family: Tangerine;
  font-weight: 600;
  font-size: 350%;
  text-align: center;
  color: #1d3f43;
}

.package-price {
  text-align: center;
  font-size: 200%;
  color: #bbe1d4;
  text-shadow: #1d3f43 1px 1px;
}

.location {
  font-size: 75%;
  font-style: italic;
  text-indent: 7%;
  line-height: 5px;
}

.list li {
  list-style: none;
  padding-left: 0;
}
.booking-button {
  width: 45%;
  margin-left: 27.5%;
  margin-top: 50px;
  background-color: #3a5551;
  color: #bbe1d4;
  padding: 10px;
  border-radius: 5px;
  display: block;
  align-self: center;
  text-align: center;
}

.booking-button a {
  color: #bbe1d4;
  text-decoration: none;
  font-size: 140%;
}

.booking-button a:hover {
  color: #71c59a;
}

.customize {
  margin-bottom: 5%;
}
/* Email Sumited */

.submitted1 {
  display: none;
  color: #1d3f43;
}
.submitted2 {
  display: none;
  color: #1d3f43;
}

/* Divider */
.divider {
  width: 40%;
  margin-left: 30%;
  display: block;
  align-self: center;
}

/* Good words */

.good-words {
  background-color: white;
  overflow: auto;
  white-space: nowrap;
  padding: 5px;
}

div.good-words img {
  width: 20%;
  padding: 5px;
}
/* Footer */

footer {
  background-color: #ad9e92;
  margin: 2px 0;
  padding-top: 20px;
}
footer .grid:not(:last-child) {
  margin-bottom: 10px;
}
footer img {
  max-width: 450px;
  margin-right: 0;
  margin-left: auto;
  padding: 1.6rem;
}

.contact-details {
  line-height: 40px;
  padding-top: 70px;
}
.contact-location {
  color: #3a5551;
}

.contact-email {
  font-size: 130%;
  font-style: italic;
  text-indent: 30px;
}
.contact-details a {
  color: #3a5551;
  text-decoration: none;
}

.contact-details a:hover {
  color: #71c59a;
}

.contact-name {
  padding-bottom: 5px;
  font-size: 300%;
  font-family: Tangerine;
  color: #1d3f43;
}

.contact-facebook {
  font-size: 130%;
  text-indent: 30px;
  color: #1d3f43;
}

.contact-details li {
  list-style: none;
}

.copyright {
  text-align: center;
  font-size: 80%;
  padding-bottom: 10px;
}
/* Hidden back to Top Element; */

.top-block {
  visibility: hidden;
  width: 60px;
  padding: 6px;
  border-radius: 5px;
  background-color: #1d3f43;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 1;
}

.top-txt {
  text-align: center;
  color: #ad9e92;
  font-weight: 600;
  text-decoration: none;
}
