html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  background-color: #295e8c;
  margin: 0 auto;
}
body {
  font-family: 'Comic Sans MS', sans-serif;
  background-color: white;
  width: 95%;
  margin: 0 auto;
  color: #1d3d61;
}

html,
body,
ul,
ol,
li,
section,
main,
div,
header,
nav,
footer,
p,
.animals {
  padding: 0px;
  text-align: center;
}

/* start nav styles */
.show.nav-list-div,
.show.exit-menu {
  display: block;
}
.nav-list-div {
  margin: 20px 10px;
}
.fa-times {
  padding-top: 12px;
}
.nav-list {
  display: flex;
  flex-wrap: wrap;
}
.nav-list li {
  transition-property: all;
  transition-duration: 0.3s, 0.3s;
  height: 40px;
  width: 215px;
  border-radius: 20px;
  margin: 10px auto;
}
li.products-menu,
li.animals-menu {
  border-radius: 20px 20px 0px 0px;
}
.scroll {
  margin: 30px auto;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-align: center;
  color: white;
}
.arrows {
  font-size: 0.8rem;
  margin: 5px;
}
.slide-down {
  animation-name: slide-down;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  margin: 0 auto;
  padding: 5px;
  min-height: 30px;
  color: white;
}
h1 {
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 50px auto;
  font-size: 2rem;
}
li {
  list-style-type: none;
  padding: 0;
}
header#home {
  background-image: url(../images/frontSign.JPG);
  background-size: cover;
  position: relative;
  padding: 25px;
  height: 80vh;
}
nav {
  padding: 25px 50px;
  font-size: 1.5rem;
  background-color: #295e8c;
  margin: 0;
  height: 175px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin: auto;
}

.nav-list a {
  color: white;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
}
.drop-menu {
  display: none;
  position: absolute;
  width: 215px;
  top: 40px;
  z-index: 3;
  font-size: 1rem;
}
.drop-menu li {
  border-radius: 0px 0px 0px 0px;
  margin: 10px auto;
  max-width: 170px;
  padding-top: 5px;
}

.nav-list li:hover,
.nav-list li:focus-within {
  background-color: #1d3d61;
}

.products-menu:hover .drop-menu,
.animals-menu:hover .drop-menu {
  background-color: #1d3d61;
}

.products-menu .drop-menu li:hover,
.animals-menu .drop-menu li:hover {
  background-color: #295e8c;
  width: 80%;
}

li:hover .drop-menu,
li:focus-within .drop-menu {
  display: block;
}
.drop-menu li:hover {
  background-color: #1d3d61;
  z-index: 3;
}
.home-menu,
.animals-menu,
.products-menu {
  position: relative;
  width: 100px;
}

ul {
  justify-content: left;
}
.hamburger,
.exit-menu {
  display: none;
}
.hamburger {
  text-align: right;
  padding: 30px 25px;
}
.logo {
  width: 100px;
  height: 100px;
  align-self: right;
  margin-right: 50px;
}
/* end of nav styles */

/* start of aside styles */
.contactBar p {
  width: 80%;
  margin: 10px auto;
  padding: 5px;
}
.email {
  width: 200px;
  margin: 10px auto;
}
.phone {
  width: 100px;
  margin: 10px auto;
}
p.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 20%;
  font-weight: 700;
}
.contactBar div {
  display: flex;
  width: 275px;
  position: absolute;
  left: -240px;
  top: 200px;
  background-color: #1d3d61;
  color: white;
  border-radius: 0px 20px 20px 0px;
  font-size: 0.9rem;
  line-height: 2rem;
  position: fixed;
  transition: all 1s ease;
  z-index: 1;
}
.contactBar div:hover {
  left: 0px;
  transition: all 1s ease;
}
.contactBar a {
  text-decoration: none;
  color: white;
}
.contactBar a:hover {
  color: #295e8c;
}
.contactBar i {
  font-size: 1.5rem;
}
.fab {
  margin: 10px;
}
.form-group {
  max-width: 600px;
}
.row {
  margin: 0 auto;
  max-width: 800px;
}
/* end of aside styles */
#reviews img {
  display: inline-block;
}
img {
  width: 100%;
  display: block;
}
section {
  margin: 50px auto 10px;
}
.products img {
  width: 60%;
  margin: 0 auto;
}
#cmGoat {
  width: 125px;
}
.animals h1 {
  font-size: 1.8rem;
  margin: 30px auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 500px;
  border-radius: 10px;
  color: white;
}
.navbar-toggler-icon {
  color: white;
}

.carousel {
  width: 65%;
}
.carousel-item img {
  max-width: 500px;
  margin: 0 auto;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  color: black;
  font-weight: 700;
  font-size: 2rem;
}
div,
h2 {
  margin: 10px auto;
}
h2 {
  text-align: center;
  padding: 0px;
}
.headers {
  width: 90%;
  margin: 150px auto;
  margin-bottom: 30px;
  padding: 10px;
  max-width: 800px;
  border-radius: 20px;
  background-color: #295e8c;
  color: white;
}
h3 {
  font-size: 1.3rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  max-width: 150px;
  padding: 5px;
}
#flag {
  max-width: 40px;
  display: inline-block;
}
footer {
  padding: 25px;
  background-color: #295e8c;
  height: 30vh;
  color: white;
  margin: 50px auto 0px;
  text-align: center;
  line-height: 3rem;
}
footer i {
  color: white;
}
footer a {
  font-size: 2rem;
  margin: 20px;
}

span {
  font-size: 1.5rem;
}
p {
  text-align: center;
}
.more,
.cardBtn {
  background-color: #295e8c;
  border-radius: 30px;
  border: none;
  padding: 5px 10px;
  color: white;
  margin: 10px auto 20px;
  display: block;
  width: 150px;
  height: 60px;
}

.more:hover,
.cardBtn:hover {
  background-color: #1d3d61;
}
.card-group {
  width: 85%;
}
.card {
  margin: 20px;
  box-shadow: 5px 5px 10px #1d3d61;
}
.card-group img {
  margin: 0px auto;
}
#aboutUs {
  position: absolute;
  max-width: 80%;
  font-size: 1rem;
  bottom: 20px;
  left: 10%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 20px;
  color: white;
  padding: 3px;
}

#pAboutUs {
  margin: 20px auto;
  max-width: 650px;
}
#garden {
  display: grid;
  grid-column-gap: 20px;
  width: 60%;
  text-align: left;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    'none prodDets'
    'gardenImg gardenP';
}
#prodDets {
  grid-area: prodDets;
}
#gardenImg {
  border-radius: 50%;
  width: 200px;
  margin: 40px auto;
  grid-area: gardenImg;
}
#gardenP {
  grid-area: gardenP;
  padding: 10px;
  text-align: center;
  max-width: 350px;
}
#gardenP img {
  max-width: 75px;
  display: inline;
}
button {
  margin: 10px auto;
}
a.link {
  text-decoration: none;
}
.carousel-item {
  margin: 0px auto;
  padding: 0px;
}

#carouselExampleCaptions::before {
  content: '"';
  font-size: 70px;
  font-family: 'Permanent Marker', cursive;
  margin-right: 80%;
  color: #295e8c;
}
#carouselExampleCaptions::after {
  content: '"';
  font-size: 70px;
  position: relative;
  color: #295e8c;
  margin-left: 80%;
  font-family: 'Permanent Marker', cursive;
}
footer p a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
}
footer p a:hover {
  color: #1d3d61;
  text-decoration: none;
}
/* end home page styles */

/* garden page styles */
#gardenHeader {
  margin: 0 auto;
  height: 80vh;
}
#gardenSign {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 100px;
}
#garden1,
#garden2,
#garden3,
#garden4 {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin: 75px auto;
  padding: 20px;
  box-shadow: 7px 7px 10px;
  transition: all 1.2s ease;
}
#garden1 img,
#garden2 img,
#garden3 img,
#garden4 img {
  border: 3px solid white;
  margin: 0 auto;
}
#garden1:hover,
#garden2:hover,
#garden3:hover,
#garden4:hover {
  background-color: #295e8c;
  transform: scale(1.1);
  transition: all 1.2s ease;
}
#garden4 {
  grid-template-areas:
    'gardenP11 gardenP12 gardenP13'
    'gardenP11 gardenP12 gardenP13';
}
#garden3 {
  grid-template-areas:
    'gardenP8 gardenP8 gardenP10'
    'gardenP9 gardenP9 gardenP10';
}
#garden2 {
  grid-template-areas:
    'gardenP4 gardenP5 gardenP7'
    'gardenP4 gardenP6 gardenP7';
}
#garden1 {
  grid-template-areas:
    'gardenP1 gardenP2 gardenP2'
    'gardenP1 gardenP3 gardenP3';
}
#gardenP1 {
  grid-area: gardenP1;
}
#gardenP2 {
  grid-area: gardenP2;
}
#gardenP3 {
  grid-area: gardenP3;
}
#gardenP4 {
  grid-area: gardenP4;
}
#gardenP5 {
  grid-area: gardenP5;
}
#gardenP6 {
  grid-area: gardenP6;
}
#gardenP7 {
  grid-area: gardenP7;
}
#gardenP8 {
  grid-area: gardenP8;
  max-width: 600px;
}
#gardenP9 {
  grid-area: gardenP9;
  max-width: 600px;
}
#gardenP10 {
  grid-area: gardenP10;
}
#gardenP11 {
  grid-area: gardenP11;
}
#gardenP12 {
  grid-area: gardenP12;
}
#gardenP13 {
  grid-area: gardenP13;
}

/* end garden styles */

/* start alpaca page styles */
#alpacaMain {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  grid-gap: 30px;
}
.alpacaPics {
  margin: auto;
}
.alpacaPics img {
  border-radius: 2%;
}

#alpProdHeader,
#customGBHeader {
  padding: 25px;
  width: 80%;
  background-color: rgba(41, 94, 140, 0.8);
  border-radius: 20px;
  color: white;
  box-shadow: 7px 7px 10px grey;
  margin: 75px auto;
}
#alpacaDuvets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  align-items: center;
}
#alpacaDuvets img {
  max-width: 80%;
  margin: 10px auto;
  box-shadow: 5px 5px 7px grey;
}
#duvet1 {
  grid-area: 2 / 1 / 3 / 2;
}
#duvet2 {
  grid-area: 2 / 2 / 3 / 3;
}
#duvet3 {
  grid-area: 1 / 1 / 2 / 3;
}

/* start goats page styles */
.goatPics {
  margin: 20px;
}
.goatPics img {
  border-radius: 2%;
}
#goatMain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 80%;
}

/* soap styles */

#soap main div p {
  margin: 15px auto;
}
#soapHeader {
  position: relative;
  display: flex;
	gap: 30px;
  justify-content: center;
  margin: 75px auto;
  padding: 25px;
  width: 80%;
  background-color: rgba(41, 94, 140, 0.8);
  border-radius: 20px;
  color: white;
  box-shadow: 7px 7px 10px grey;
}
.shipping {
  color: red;
  font-weight: 700;
  margin: 20px auto;
}
#soapLogo {
  max-width: 250px;
	flex-shrink: 2;
  margin: 20px auto;
  border-radius: 50%;
}
#prices {
	flex-shrink: 1;
  line-height: 2rem;
  margin: 40px auto;
  font-size: 1.2rem;
}
#prices p {
  margin: 0px;
}
#soapPics img,
#soapPics p {
  width: 100%;
}
#soapPics p {
  padding: 25px;
}
#soapPics img {
  margin: 50px 20px 0px 0px;
  border: 4px solid white;
}
#soapPics {
  margin: 0px auto;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    'pic10 pic1'
    'pic2 pic3'
    'pic4 pic5'
    'pic6 pic7'
    'pic8 pic9';
}
#soapPics div {
  border-radius: 20px;
  padding: 25px;
  margin: 20px auto;
}
#soapPics div:hover {
  transition: all 1s ease;
  background-color: rgba(41, 94, 140, 0.8);
  color: white;
  /* transform: scale(1.1); */
}
#pic1,
#pic2,
#pic3,
#pic4,
#pic5,
#pic6,
#pic7,
#pic8,
#pic9,
#pic10 {
  display: grid;
  margin: 0 auto;
  width: 70%;
}

#pic1 {
  grid-template-areas:
    'h31'
    'p1'
    'img1';
}
#pic2 {
  grid-template-areas:
    'h32'
    'p2'
    'img2';
}
#pic3 {
  grid-template-areas:
    'h33'
    'p3'
    'img3';
}
#pic4 {
  grid-template-areas:
    'h34'
    'p4'
    'img4';
}
#pic5 {
  grid-template-areas:
    'h35'
    'p5'
    'img5';
}
#pic6 {
  grid-template-areas:
    'h36'
    'p6'
    'img6';
}
#pic7 {
  grid-template-areas:
    'h37'
    'p7'
    'img7';
}
#pic8 {
  grid-template-areas:
    'h38'
    'p8'
    'img8';
}
#pic9 {
  grid-template-areas:
    'h39'
    'p9'
    'img9';
}
#pic10 {
  grid-template-areas:
    'h310'
    'p10'
    'img10';
}
#img1 {
  grid-area: img1;
}
#img2 {
  grid-area: img2;
}
#img3 {
  grid-area: img3;
}
#img4 {
  grid-area: img4;
}
#img5 {
  grid-area: img5;
}
#img6 {
  grid-area: img6;
}
#img7 {
  grid-area: img7;
}
#img8 {
  grid-area: img8;
}
#img9 {
  grid-area: img9;
}
#img10 {
  grid-area: img10;
}
#p1 {
  grid-area: p1;
}
#p2 {
  grid-area: p2;
}
#p3 {
  grid-area: p3;
}
#p4 {
  grid-area: p4;
}
#p5 {
  grid-area: p5;
}
#p6 {
  grid-area: p6;
}
#p7 {
  grid-area: p7;
}
#p8 {
  grid-area: p8;
}
#p9 {
  grid-area: p9;
}
#p10 {
  grid-area: p10;
}
#h31 {
  grid-area: h31;
}
#h32 {
  grid-area: h32;
}
#h33 {
  grid-area: h33;
}
#h34 {
  grid-area: h34;
}
#h35 {
  grid-area: h35;
}
#h36 {
  grid-area: h36;
}
#h37 {
  grid-area: h37;
}
#h38 {
  grid-area: h38;
}
#h39 {
  grid-area: h39;
}
#h310 {
  grid-area: h310;
}
/* end soap styles */

/* start available styles */
.available img {
  margin: 20px auto;
  border-radius: 50%;
  max-width: 350px;
  border: 3px solid white;
}
div.available {
  width: 50%;
  margin: 20px auto;
  border-radius: 20px;
  padding: 25px;
  color: #1d3d61;
}
div.available:hover {
  transition: all 1.5s ease;
  background-color: #295e8c;
  padding: 10px auto;
  color: white;
  transform: scale(1.2);
}
.available p {
  margin: 10px auto;
  font-size: 1.5rem;
}
#availableLayout {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 80%;
}
#availAnimal {
  margin: 75px auto;
  color: #1d3d61;
  font-size: 1.8rem;
}

/* end available styles */

/* products styles start */
.productsMain {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.productsMain img {
  width: 70%;
  margin: 20px auto;
}

/* product styles end */

@media screen and (max-width: 1000px) {
  .carousel-item img {
    max-width: 300px;
  }
  .logo {
    margin-right: 20px;
  }
  #goatMain,
  #alpacaMain {
    grid-template-columns: 1fr;
    width: 70%;
  }
  .productsMain {
    grid-template-columns: 1fr;
  }
  .nav-list li {
    font-size: 1rem;
  }
  .products img {
    width: 90%;
  }
  .nav-list li,
  .drop-menu,
  .drop-menu li {
    width: 125px;
  }
  nav {
    height: 150px;
  }
  header#home {
    background-image: url(../images/frontSign2.jpg);
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  #soapPics {
    grid-template-columns: 1fr;
    grid-template-areas:
      'pic10'
      'pic1'
      'pic2'
      'pic3'
      'pic4'
      'pic5'
      'pic6'
      'pic7'
      'pic8'
      'pic9';
  }
  #pAboutUs {
    font-size: 0.8rem;
  }
  #aboutUs {
    width: 80%;
    margin: 20px auto;
  }
  h1,
  #pAboutUs {
    margin: 10px auto;
  }
  header#home {
    margin: 0px auto;
  }
  #gardenP8 {
    max-width: 350px;
  }
  #gardenP9 {
    max-width: 350px;
  }
  .card-group {
    flex-direction: column;
  }
  .card {
    margin: 20px auto;
  }
	#soapLogo{
		max-width:150px;
		max-height:150px
	}
}
@media screen and (max-width: 700px) {
  .carousel-item img {
    max-width: 200px;
  }
  div.available {
    width: 100%;
  }
  .nav-list-div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.99);
    z-index: 2;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
  }
  .nav-list li {
    margin: 10px auto;
  }
  p.hamburger {
    text-align: right;
  }
  .hamburger,
  .exit-menu,
  .menu {
    display: block;
    color: white;
    width: 100%;
    margin: 5px auto;
    text-align: center;
  }

  .drop-menu {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
  }
  .drop-menu li {
    max-width: 110px;
  }
  .hamburger {
    margin-top: 30px;
    padding-left: 50px;
  }
  .nav-list-div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.99);
    z-index: 2;
  }
  .nav-list {
    display: flex;
    flex-direction: column;
  }
  .hamburger,
  .exit-menu,
  .menu {
    display: block;
    color: white;
    margin: 5px auto;
  }
  .nav-list li:hover .drop-menu {
    background-color: #1d3d61;
    width: 170px;
  }
  #garden {
    grid-template-columns: 1fr;
    grid-template-areas:
      'gardenImg'
      'gardenP';
  }
  #prices {
    line-height: 1.5rem;
    font-size: 0.8rem;
  }
  h1 {
    font-size: 1.4rem;
  }
  #gardenP8 {
    max-width: 200px;
  }
  #gardenP9 {
    max-width: 200px;
  }
}

@media (max-width: 600px) {
  .animals h2 {
    font-size: 1.4rem;
    width: 300px;
    left: calc(50% - 300px / 2);
  }
  .card-group {
    width: 90%;
  }
  #soapHeader {
    flex-direction: column;
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(108%);
  }
  65% {
    transform: translateY(96%);
  }
  80% {
    transform: translateY(102%);
  }
  95% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(98%);
  }
}
