/****************** FONTS ******************/

@font-face {
  font-family: "KarmaBold";
  src: url("../font/karma-bold.ttf") format("truetype");
}

/******************* CSS *******************/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

h1,
h2 {
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*** NAV ***/

header {
  background-color: #2F3E46;
  width: 100%;
}

nav {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  justify-content: space-around;
  padding: 0 3%;
}

.nav-item a {
  color: rgba(255, 255, 255, 1);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  text-align: center;
}

.nav-left,
.nav-item ul {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}

.nav-item {
  justify-content: center;
  margin: 1.5rem 0;
}

.nav-left h2 {
  font-family: 'KarmaBold', cursive;
  font-size: 2.5rem;
  margin-top: -0.5rem;
}

.nav-item i {
  font-size: 2rem;
}

.nav-item .fa-facebook {
  font-size: 1.8rem;
}

.nav-item li a:visited {
  color: rgba(255, 255, 255, 1);
}

.nav-item li a:hover,
.nav-item li a:active {
  color: rgba(0, 0, 0, 1);
}

.header {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 1.6rem;
  line-height: 4rem;
  text-transform: uppercase;
}

.paragraph {
  font-family: 'Merriweather', serif;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 2.8rem;
  padding-top: 1.6rem;
}

/*** HERO ***/

.hero {
  justify-content: center;
  background-color: #FFFFFF;
  background-size: 100% 60rem;
  height: auto;
  width: 100%;
}

.hero img {
  display: block;
  height: auto;
  width: 100%;
  margin: auto;
  padding: 10% 5%;
}

/*** ABOUT US ***/

#about-us {
  background-color: #a6d3cd;
  padding: 5% 6.5% 0 6.5%;
  width: 100%;
}

.img-header {
  background-color: #2F3E46;
  background-size: 100%;
  display: flex;
  align-items: center;
  padding: 3%;
  width: 100%;
}

.border-box {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 1);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.border-box h3 {
  color: rgba(255, 255, 255, 1);
  font-family: 'Josefin Sans', sans-serif;
  font-size: calc(1rem + 4vw);
  font-weight: 400;
  letter-spacing: 1vw;
  padding: 3%;
  text-align: center;
  text-transform: uppercase;
}

#about-us-container {
  background-color: #a6d3cd;
  display: flex;
  padding: 5% 5% 0 5%;
  width: 100%;
}

.about-us-left  {
  flex-basis: 65%;
  padding: 0 5%;
}

.about-us-left a,
.about-us-left a:visited {
  color: #A8763E;
}

.about-us-left a:active,
.about-us-left a:hover {
  color: rgba(201, 166, 150, 1);
}

.about-us-right {
  flex-basis: 35%;
}

.about-us-right img {
  height: auto;
  max-width: 350px;
  width: 100%;
}

/*** OUR PUPPIES ***/

#our-puppies {
  background-color: #a6d3cd;
  padding: 5% 6.5% 0 6.5%;
  width: 100%;
}

#our-puppies-container {
  background-color: #a6d3cd;
  display: flex;
  flex-flow: row nowrap;
  padding: 5% 5% 0 5%;
  width: 100%;
}

.our-puppies-left img {
  padding: 5% 5% 0 5%;
  max-width: 100%;
}

.our-puppies-left  {
  flex-basis: 50%;
}

.our-puppies-right {
  flex-basis: 50%;
  padding: 0 5%;
  text-align: center;
}

#our-puppies .button {
  background-color: #A8763E;
  border: 0.2rem solid rgba(255, 255, 255, 1);
  border-radius: 1rem;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
  padding: 1.25rem 1.5rem;
  /* Comment out the below to enable button */
  /* cursor: not-allowed; */
  /* opacity: 0.3; */
  /* text-decoration: line-through; */
}

#our-puppies .paragraph {
  text-align: left;
}

#our-puppies .button:active,
#our-puppies .button:hover,
#our-puppies .button:visited {
  color: rgba(255, 255, 255, 1);
}

.our-puppies-right a,
.our-puppies-right a:visited {
  color: #A8763E;
}

.our-puppies-right a:active,
.our-puppies-right a:hover {
  color: rgba(201, 166, 150, 1);
}

/*** MEET THE PARENTS ***/

#meet-the-parents {
  background-color: #a6d3cd;
  padding: 5% 6.5% 0 6.5%;
  width: 100%;
}

#meet-the-parents .paragraph-wrapper {
  padding: 1.6rem 5%;
}

#meet-the-parents .paragraph {
  text-align: left;
}

.parents {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
}

.parents div {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}

.parents img {
  box-shadow: rgba(0, 0, 0, 1) 0px 0px 40px -20px;
  object-fit: cover;
  width: 300px;
  height: 300px;
}

.thumbnail-adjust-bottom {
  object-position: bottom center;
}

.thumbnail-adjust-left {
  object-position: left center;
}

.thumbnail-adjust-top {
  object-position: top center;
}

.parents span {
  color: #000000;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

.parents span:first-of-type {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 2rem;
}

.parents span:last-of-type {
  font-size: 1.3rem;
}

/*** CONTACT US ***/

#contact-us {
  background-color: #a6d3cd;
  padding: 5% 6.5%;
  width: 100%;
}

#contact-us .header,
#contact-us .paragraph {
  text-align: center;
}

#contact-us .paragraph {
  padding: 1.6rem 5%;
}

#contact-us a,
#contact-us a:visited {
  color: #A8763E;
}

#contact-us a:active,
#contact-us a:hover {
  color: rgba(201, 166, 150, 1);
}

form {
  display: flex;
  flex-flow: column nowrap;
  font-family: 'Josefin Sans', sans-serif;
  gap: 1rem;
  padding: 0 5%;
}

#contact-top-row {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  justify-content: center;
  width: 100%;
}

form input {
  display: flex;
  flex-flow: column nowrap;
  height: 5rem;
  gap: 1rem;
  width: 50%;
}

form textarea {
  width: 100%;
}

form input,
form textarea {
  border: none;
}

form input,
form textarea,
form button {
  font-size: 2rem;
  letter-spacing: 0.05rem;
  line-height: 2.5rem;
  padding-left: 1rem;
  vertical-align: middle;
}

form textarea {
  height: 19.25rem;
  padding: 0.875rem 0 0.875rem 1rem;
  width: 100%;
}

.g-recaptcha div:first-child {
  margin: 0 auto;
}

form button {
  background-color: #A8763E;
  border: none;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  padding: 1rem 0;
  width: 100%;
}

form button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/*** FOOTER ***/

footer {
  background-color: #2F3E46;
  color: rgba(255, 255, 255, 1);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  padding: 1rem 0 0.75rem 0;
  width: 100%;
}

footer span {
  display: inline-block;
  text-align: center;
  width: 100%;
}

footer a,
footer a:visited {
  color: #A8763E;
}

footer a:active,
footer a:hover {
  color: #000000;
}

footer i {
  color: rgba(255, 0, 0, 1);
  padding: 0 0.25rem;
}

/***************** LAYOUT ******************/

/*** MOBILE ***/

@media only screen and (max-width: 400px) {
  nav {
    flex-flow: column wrap;
    align-content: center;
  }

  .nav-left,
  .nav-item ul {
    align-items: center;
    flex-flow: column wrap;
    gap: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .nav-left h2 {
    margin-bottom: 1.5rem;
  }

  .hero h1 {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .hero .headline {
    font-size: 15vw;
  }
  
  .hero .deck {
    font-size: 10vw;
  }

  #about-us-container {
    flex-flow: column wrap;
    text-align: center;
  }

  .about-us-right {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .about-us-right img {
    padding: 3% 5% 0 5%;
  }

  #our-puppies-container {
    flex-flow: column wrap;
    text-align: center;
  }

  #our-puppies-container .paragraph{
    text-align: center;
  }

  .our-puppies-left {
    order: 1;
    text-align: center;
  }

  #meet-the-parents .paragraph{
    text-align: center;
  }

  .parents {
    align-items: center;
    flex-flow: column nowrap;
  }
}

/*** TABLET ***/

@media only screen and (min-width: 401px) and (max-width: 960px) {
  #about-us-container {
    flex-flow: column wrap;
    text-align: center;
  }

  .about-us-right {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .about-us-right img {
    padding: 3% 5% 0 5%;
  }

  #our-puppies-container {
    flex-flow: column wrap;
    text-align: center;
  }

  #our-puppies-container .paragraph{
    text-align: center;
  }

  .our-puppies-left {
    order: 1;
    text-align: center;
  }

  #meet-the-parents .paragraph{
    text-align: center;
  }

  .parents {
    align-items: center;
    flex-flow: column nowrap;
    gap: 3rem;
  }
}

/*** DESKTOP ***/

@media only screen and (min-width: 961px) {
  #about-us {
    flex-flow: row nowrap;
    text-align: right;
  }

  .about-us-right img {
    background-color: #a6d3cd;
    padding: 8% 8% 0 8%;
    /* transform: translateY(-25%); */
  }

  #our-puppies-container {
    flex-flow: row nowrap;
    text-align: left;
  }
}

/************ ADDITIONAL STYLES ************/

/*** FAQS PAGE ***/

#faqs-page {
  background-color: #a6d3cd;
  padding: 5% 8%;
  text-align: center;
  width: 100%;
}

#faqs-page a,
#faqs-page a:visited {
  color: rgba(166, 81, 52, 1);
}

#faqs-page a:active,
#faqs-page a:hover {
  color: rgba(201, 166, 150, 1);
}

.qa {
  display: flex;
  flex-flow: column nowrap;
  margin: 5% 0;
  width: 100%;
}

.qa:last-of-type {
  margin-bottom: 0;
}

.question,
.answer {
  display: flex;
  flex-flow: row nowrap;
  height: auto;
  gap: 5%;
  width: 100%;
}

.question {
  align-items: center;
  border-left: 2px solid #cc0000;
}

.answer {
  align-items: flex-start;
  border-left: 2px solid #2F3E46;
}

.question span,
.question p {
  display: block;
}

.question span,
.answer span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
  line-height: 7rem;
  text-align: left;
}

.question span {
  color: #cc0000;
  padding-left: 1rem;
}

.answer span {
  color: #2F3E46;
  padding-left: 1.558rem;
}

.question p,
.answer p {
  flex-basis: 90%;
  font-family: 'Merriweather', serif;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 2.6rem;
  text-align: left;
}

.question p {
  font-weight: bold;
}

.answer span,
.answer p {
  display: block;
}

.answer p {
  padding-top: 2.3rem;
}

/*** LITTER PAGE ***/

#litter-page,
#past-puppies-page {
  background-color: #a6d3cd;
  min-height: 100vh;
  padding: 5% 8%;
  text-align: center;
  width: 100%;
}

#litter-page .img-header:not(:first-child) {
  margin: 8% 0 5% 0;
}

.litter-banner {
  align-items: center;
  background-color: #2F3E46;
  background-size: 100%;
  display: block;
  margin: 8% auto 5% auto;
  padding: 1% 0 0 0;
  width: 75%;
}

.litter-banner > .border-box {
  border: none;
}

.litter-banner h3 {
  color: rgba(255, 255, 255, 1);
  font-family: 'Josefin Sans', sans-serif;
  font-size: calc(0.75rem + 3vw);
  font-weight: 400;
  letter-spacing: 1vw;
  padding: 3%;
  text-align: center;
  text-transform: uppercase;
}

.puppy-container {
  display: flex;
  flex-flow: column nowrap;
  margin: 5rem 0 0 0;
}

.top-puppy-section {
  margin: 0;
}

.puppy-container a,
.puppy-container a:visited {
  color: #A8763E;
}

.puppy-container a:active,
.puppy-container a:hover {
  color: rgba(201, 166, 150, 1);
}

.puppy-info .paragraph {
  color: #000000;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3rem;
  line-height: 2.2rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}

.puppy-photos {
  display: flex;
  flex-flow: row-reverse wrap-reverse;
  gap: 1rem;
  justify-content: center;
}

.puppy-photos img {
  box-shadow: rgba(0, 0, 0, 1) 0px 0px 40px -20px;
  object-fit: cover;
  width: 300px;
  height: 300px;
}

.unavailable a {
  pointer-events: none;
}

.unavailable img {
  filter: grayscale(1);
}