/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@300;400&display=swap");
/* CSS reset with box-sizing fix */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, footer,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  background-color: black;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

header,
main,
footer {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 auto;
}

h1, h2, h3, h4, h5, nav a {
  margin: 10px 0 10px 0;
  font-family: "Playfair Display", serif;
  font-size: 2em;
}

h2 a {
  text-decoration: none;
  color: black;
}

h2 a:hover,
h2 a:focus,
h2 a:active {
  background-color: rgba(85, 83, 83, 0.17);
}

h5 {
  font-family: "Playfair Display", serif;
  font-size: 1em;
  text-decoration: underline;
  line-height: 1.2;
}

h5 a {
  font-family: "Playfair Display", serif;
  font-size: 0.5em;
  color: black;
}

h5 a:hover,
h5 a:focus,
h5 a:active {
  background-color: rgba(52, 144, 180, 0.17);
}

p {
  margin: 10px 0 10px 0;
  line-height: 1.4;
}

body {
  margin: 0;
  padding: 0;
  max-width: 1200vh;
  background-color: grey;
  background-image: url(../images/cafe-bg.jpg);
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
}

.wrapper {
  margin: 0 auto;
  padding: 0 auto;
  max-width: 1200px;
  width: 100% auto;
}

/* Header Styles */
.top-section {
  color: #c9c9c9;
  margin-bottom: 0;
}

header {
  background-color: #483D30;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-family: "Roboto", sans-serif;
}

header img {
  border-radius: 0px;
}

header a {
  color: white;
  text-decoration: none;
}

header h1 {
  margin: 0 auto;
  line-height: 60px;
  margin-left: 10px;
}

.hamburger {
  font-size: 2em;
  margin-right: 10px;
}

/* Hides the text menu */
.hamburger-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.top-section img {
  width: 130px;
  height: 30px;
  z-index: 999;
}

.scroll {
  font-size: 3.5rem;
}

.scroll a {
  color: white;
  text-decoration: none;
  z-index: 999;
}

.scroll a:hover,
.scroll a:focus,
.scroll a:active {
  color: white;
}

/*- Nav animation -*/
.nav-icon {
  width: 30px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #fff;
  border-radius: 3px;
  content: "";
  display: block;
  height: 4px;
  margin: 5px 0;
  transition: all 0.2s ease-in-out;
}

.nav-icon:hover:before {
  transform: translateY(9px) rotate(135deg);
}

.nav-icon:hover:after {
  transform: translateY(-9px) rotate(-135deg);
}

.nav-icon:hover div {
  transform: scale(0);
}

/* Nav Styles */
nav {
  display: none;
  margin: 0 auto;
  width: 100%;
  background-color: #483D30;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
}

.show nav {
  display: block;
}

nav ul li {
  padding: 0 auto;
  margin: 0 auto;
  list-style: none;
  background-color: transparent;
  color: #c9c9c9;
  border-style: 1px dotted #8a8a8aa1;
  font-size: 1.2em;
}

nav a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 0 20px;
  line-height: 42px;
  font-size: 1.2em;
  border-top: 1px dotted #e6e6e67e;
  padding: 0 30px 0 30px;
  margin: 0;
}

nav a:hover,
nav a:focus,
nav a:active {
  background-color: rgba(255, 255, 255, 0.418);
}

.banner img, .banner-about img, .banner-menu img,
.banner-adoption img, .banner-reservations img {
  position: absolute;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-radius: 0;
  top: -100px;
  z-index: -1;
  margin: 0;
  padding: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.1);
}

/*--
.banner:after {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/hero-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.1);
    background-blend-mode: darken;
} 
.banner-about:after {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/hero-about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.1);
    background-blend-mode: darken;
}

.banner-menu:after {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/hero-menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.1);
    background-blend-mode: darken;
}

.banner-adoption:after {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/hero-adoption.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.1);
    background-blend-mode: darken;
}

.banner-reservations:after {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/hero-reservations.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.1);
    background-blend-mode: darken;
}--*/
main {
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

section p {
  line-height: 1.4;
}

.about-container {
  position: relative;
  top: 30%;
  background-color: #483d304d;
  width: 100%;
  color: white;
  z-index: 999;
  font-size: 0.8em;
  text-align: left;
  text-decoration: none;
  z-index: 888;
  padding: 10px;
}

.special-group-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.special-group {
  background-color: #A9A497;
  position: relative;
  display: grid;
  text-align: initial;
  color: white;
  margin: 0;
  padding: 0;
}

.adoption-group, .menu-group, .about-group {
  background-color: white;
  position: relative;
  display: grid;
  text-align: center;
}

.special-group h1, .adoption-group h1,
.about-group h1, .menu-group h1 {
  margin-top: 20px;
  font-size: 2em;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
}

.special-group h3, .adoption-group h3,
.about-group h3, .menu-group h3 {
  color: #6c450b;
  margin-top: 20px;
  font-size: 1.8em;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.special-group h4, .adoption-group h4,
.about-group h4, .menu-group h4 {
  color: #eed566;
  margin-top: 20px;
  font-size: 1.2em;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
}

.special-group .btn a:hover,
.special-group .btn a:focus,
.special-group .btn a:active {
  background-color: #f8c271;
  border-style: 1px solid white;
}

.section-01, .section-02, .section-03, .section-04 {
  margin: 10px;
  padding: 0 auto;
}

article p {
  font-size: 1em;
  line-height: 1.4em;
  text-align: justify;
  margin: 0 auto;
  padding: 0 auto;
  font-family: "Roboto", sans-serif;
}

img {
  justify-content: center;
  text-align: center;
  align-items: center;
  max-width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: auto;
}

.milk-alt {
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
  margin: 0 auto;
  padding: 0 auto;
  text-align: center;
  justify-content: center;
}

.milk-alt ul li {
  text-decoration: none;
  line-height: 1.4em;
  padding-bottom: 10px;
  text-align: center;
}

.reservations-contents {
  max-width: 1200px;
  width: 80% auto;
  padding: 20px auto;
  margin: 20px auto;
}

.tilt-in-top-1 {
  -webkit-animation: tilt-in-top-1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: tilt-in-top-1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.tilt-in-top-2 {
  -webkit-animation: tilt-in-top-2 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: tilt-in-top-2 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes tilt-in-top-2 {
  0% {
    -webkit-transform: rotateY(-30deg) translateY(-300px) skewY(30deg);
    transform: rotateY(-30deg) translateY(-300px) skewY(30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-top-2 {
  0% {
    -webkit-transform: rotateY(-30deg) translateY(-300px) skewY(30deg);
    transform: rotateY(-30deg) translateY(-300px) skewY(30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
/* media queries- mobile 320px*/
@media only screen and (min-width: 320px) {
  .top-section {
    background-color: #483D30;
  }

  .scroll {
    position: absolute;
    z-index: 999;
    font-weight: 700;
    top: 60%;
    left: 50%;
  }

  header {
    background-color: #483D30;
  }

  nav ul {
    font-size: 0.8em;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }

  .about-container {
    position: absolute;
    top: 65%;
    background-color: #24201b6b;
    width: 100%;
    color: white;
    z-index: 999;
    padding: 15px;
    text-align: left;
  }

  .about-container h1 {
    font-size: 1.6em;
    color: #f3e284;
    line-height: 1em;
    text-align: left;
    text-decoration: none;
  }

  .about-container p {
    font-size: 1em;
    color: white;
    line-height: 1.4em;
    text-align: initial;
  }

  .about-container h5 {
    font-size: 1em;
    color: #f3e284;
    line-height: 1em;
    text-align: left;
    text-decoration: none;
    line-height: 1em;
  }

  .banner img, .banner-about img, .banner-menu img,
.banner-adoption img, .banner-reservations img {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    border-radius: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0;
    padding: 0 auto;
    background-size: cover;
    background-position: center center;
  }

  .main {
    position: relative;
    margin: 0 auto;
    padding: 0 auto;
  }

  .about-container h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #f3e284;
    line-height: 0.8em;
  }

  .special-group {
    background-color: #A9A497;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    margin: 0 auto;
    color: white;
    padding: 0 auto;
  }

  .adoption-main-group, .about-group {
    background-color: white;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    text-align: center;
    padding: 10px auto;
  }

  .adoption-main-group h2 {
    display: grid;
    grid-column: 1fr;
    height: 50px;
  }

  .special-group h2,
.about-group h2 {
    position: relative;
    margin-top: 20px;
    font-size: 2em;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .adoption-group {
    background-color: white;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    text-align: center;
    padding: 10px auto;
  }

  .adoption-group h2 {
    position: relative;
    margin-top: 20px;
    font-size: 2em;
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 1/span 2;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .adoption-group img {
    border-radius: 50%;
    margin-bottom: 10px;
  }

  .adoption-group h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .menuTablinks a:hover,
.menuTablinks a:focus,
.menuTablinks a:active {
    background-color: #f8c271;
    border-style: 1px solid white;
  }

  .section-01, .section-02, .section-03, .section-04 {
    margin: 20px;
    padding: 20px;
  }

  .section-01 p, .section-02 p, .section-03 p, .section-04 p {
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    justify-content: space-between;
    text-align: inherit;
    margin-bottom: 10px;
  }

  article p {
    justify-content: center;
    text-align: inherit;
    align-items: center;
  }

  img {
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: auto;
  }

  .section-01 img, .section-02 img, .section-03 img, .section-04 img {
    color: black;
    border-radius: 50%;
  }

  .milk-alt h4 {
    display: grid;
    grid-column: 1/span 4;
    font-size: 1.2em;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px 0;
    color: #6d6b67;
  }

  /* Form Styles */
  .reservations-group {
    position: relative;
    max-width: 1200px;
    width: 90% auto;
    justify-content: center;
    text-align: justify;
    padding: 10px 50px 20px 50px;
  }

  .reservations-group h2, h3 {
    position: relative;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    margin-top: 0;
  }

  .form-group {
    position: relative;
    max-width: 1200px;
    width: 80% auto;
    justify-content: center;
  }

  legend {
    justify-content: center;
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 10px;
  }

  .form-group-info-group input {
    max-width: 1200px;
    width: 100%;
    margin: 10px;
    padding: 20px auto;
    border-bottom: 2px dotted #483D30;
    justify-content: center;
    text-align: left;
    line-height: 1em;
  }

  .form-group-info-group label {
    padding: 20px auto;
    justify-content: center;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: 1/span 3;
  }

  .form-row-submit {
    color: white;
    padding: 14px;
    font-size: 1em;
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .form-group-submit-group input {
    justify-content: center;
    align-items: center;
  }

  .form-row-submit input {
    color: white;
    padding: 14px;
    font-size: 1em;
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .form-date select, .form-row {
    border: 2px;
    border-bottom: 2px dotted #483D30;
    height: 40px;
    padding: 10px;
    margin: 0;
  }

  /* map style */
  .map {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    color: black;
  }

  .map h2 {
    justify-content: center;
    text-align: center;
    line-height: 1.8em;
    color: black;
  }

  .log-info h3, h4 {
    z-index: 999;
    justify-content: center;
    text-align: center;
    font-size: 1.2em;
    line-height: 0.8em;
    color: black;
  }

  .loc-info {
    width: 100%;
    color: black;
    padding: 10px;
    line-height: 1.2em;
    justify-content: center;
    z-index: 999;
    font-size: 0.8em;
  }

  .loc-map {
    max-width: 100%;
    width: auto;
    height: 500px;
    background-position: center;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
  }

  .footer-group {
    position: relative;
    text-align: center;
    margin: 0 auto;
    color: white;
  }

  .footer-nav ul {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    max-width: 400px;
    width: 60% auto;
    padding: 10px 40px 0 40px;
    margin: 0 auto;
    list-style: none;
    background-color: transparent;
    color: #c9c9c9;
    font-size: 1.3em;
  }

  .footer-nav li:last-child {
    border-right: none;
  }

  .footer-nav li {
    border-right: 1px solid white;
  }

  .footer-group img {
    margin: 10px 0 0 0;
    color: white;
    padding: 10px auto;
    justify-content: center;
    border-radius: 0px;
  }

  .section-08 p {
    justify-content: center;
    line-height: 1.2em;
  }

  .social ul {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    width: 80% auto;
    padding: 0 auto;
    margin: 0 100px 0 100px;
    list-style: none;
    background-color: transparent;
    color: #c9c9c9;
    font-size: 1.2em;
  }

  .milk-alt ul {
    display: block;
  }
}
/* media queries- Tablet 740px */
@media only screen and (min-width: 740px) {
  .wrapper {
    max-width: 100%;
    width: 100% auto;
    margin: 0;
    padding: 0;
  }

  .top-section {
    background-color: transparent;
    margin: 20px auto;
    height: 60px;
    max-width: 100%;
    justify-content: center;
    width: 90% auto;
  }

  header {
    background-color: #483D30;
    max-width: 100%;
    width: 100% auto;
    padding: 0 auto;
    padding-left: 1.3rem;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 auto;
    height: 60px;
  }

  .top-section img {
    position: relative;
    width: 130px;
    height: auto;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    z-index: 999;
  }

  .hamburger {
    display: none;
  }

  nav {
    position: absolute;
    background-color: transparent;
    max-width: 100%;
    width: 100%;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 888;
  }

  nav a {
    line-height: 60px;
    font-size: 1em;
    border-top: none;
    color: white;
    transition: all 0.6s ease;
  }

  nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    width: 500px;
    padding: 0 20px 0 20px;
    justify-content: flex-end;
    font-size: 0.9em;
  }

  nav li {
    flex: 1;
  }

  .banner img, .banner-about img, .banner-menu img,
.banner-adoption img, .banner-reservations img {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    border-radius: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0;
    padding: 0 auto;
    background-size: cover;
    background-position: center center;
  }

  .main {
    position: relative;
    top: 200px;
    margin: 0 auto;
    padding: 0 auto;
  }

  .about-container {
    position: relative;
    top: 180px;
    background-color: rgba(0, 0, 0, 0.432);
    width: 500px;
    color: white;
    z-index: 999;
    padding: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .about-container h1 {
    font-size: 2em;
    color: #f3e284;
    line-height: 1em;
  }

  .about-container p {
    font-size: 0.9em;
    color: white;
    line-height: 1.4em;
    text-align: justify;
  }

  .about-container h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #f3e284;
    line-height: 0.8em;
  }

  .special-group {
    position: relative;
    top: 100;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    z-index: 999;
    font-size: 0.9em;
    line-height: 1.4em;
    height: auto;
    padding-top: 20px;
    margin: 0 auto;
    max-width: 100%;
    z-index: 888;
  }

  .adoption-main-group, .about-group {
    background-color: white;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    text-align: center;
    padding: 10px auto;
    color: black;
  }

  .adoption-main-group p, .about-group p {
    color: black;
    justify-content: justify;
    font-size: 0.9em;
  }

  .about-group h2, .adoption-main-group h2 {
    display: grid;
    grid-column: 1/span 3;
    height: 50px;
  }

  .menu-group h2 {
    display: grid;
    grid-column: 1/span 4;
    height: 50px;
  }

  .special-group, .adoption-main-group, .menu-group,
.adoption-group, .reservation-group {
    position: relative;
    top: 100%;
    width: 100%;
    padding: 0 60px 0 60px;
  }

  .special-group h2 {
    display: grid;
    grid-column: 1/span 4;
  }

  .adoption-group {
    background-color: white;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row: auto;
    text-align: center;
    padding: 10px auto;
  }

  .adoption-group h2 {
    position: relative;
    margin-top: 20px;
    font-size: 2em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 1/span 2;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .adoption-group img {
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
    width: 250px;
    height: 250px;
  }

  .adoption-group .row {
    display: flex;
    grid-template-columns: 1fr;
    grid-column: 1/span 2;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 20px;
    justify-content: center;
  }

  .milk-alt ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .special-group p,
.adoption-group p,
.menu-group p {
    font-size: 1em;
    line-height: 1.4em;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .special-group h3,
.adoption-group h3,
.menu-group h3 {
    font-size: 1.4em;
    margin-top: 0px;
  }

  .special-group h4,
.adoption-group h4 {
    font-size: 1.2em;
    color: #e7c738;
  }

  .menu-group h4 {
    font-size: 1.2em;
  }

  .about-group {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    z-index: 999;
    font-size: 1em;
    line-height: 1.4em;
    height: auto;
    background-color: #fff;
    padding-top: 20px;
    margin: 0 auto;
    max-width: 100%;
  }

  .menu-group {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    z-index: 999;
    font-size: 1em;
    line-height: 1.4em;
    height: auto;
    background-color: #fff;
    padding-top: 20px;
    margin: 0 auto;
    gap: 10px;
    max-width: 100%;
  }

  .section-01, .section-02, .section-03, .section-04 {
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 10px auto;
    padding: 10px auto;
    text-align: center;
  }

  .section-01 p, .section-02 p, .section-03 p, .section-04 p {
    overflow: hidden;
    height: auto;
    line-height: 1.4em;
    text-align: center;
  }

  .about-group p {
    overflow: hidden;
    height: auto;
    line-height: 1.4em;
    text-align: justify;
    width: 90%;
  }

  .section-01 img, .section-02 img, .section-03 img, .section-04 img {
    overflow: hidden;
    height: auto;
    width: 80%;
    margin: 10px auto;
    padding: 10px auto;
  }

  .menuTablinks, .adoptTablinks {
    width: 120px;
  }

  .milk-alt h4 {
    display: grid;
    grid-column: 1/span 4;
    font-size: 1.4em;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px 0;
    color: #6d6b67;
  }

  .milk-alt ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 1em;
    line-height: 1.4em;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px 10px 0;
  }

  .milk-alt li {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1.4em;
    border-right: 1px dotted black;
    text-align: center;
    margin: 0 auto;
    padding: 20px 20px 20px 10px;
    justify-content: center;
  }

  .milk-alt li:last-child {
    border-right: none;
  }

  .milk-alt {
    display: grid;
    grid-column: 1/span 4;
    font-size: 1em;
    line-height: 1.4em;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }

  .milk-alt p {
    display: grid;
    grid-column: 1/span 4;
    font-size: 1em;
    line-height: 1.4em;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }

  /* Form Styles */
  .reservations-group {
    position: relative;
    max-width: 1200px;
    width: 90% auto;
    justify-content: center;
    text-align: justify;
    padding: 10px 50px 20px 50px;
  }

  .reservations-group h2, h3 {
    position: relative;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .form-group {
    position: relative;
    max-width: 1200px;
    width: 80% auto;
    justify-content: center;
  }

  legend {
    justify-content: center;
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 10px;
  }

  .form-group-info-group input {
    max-width: 1200px;
    width: 100%;
    margin: 10px;
    padding: 20px auto;
    border-bottom: 2px dotted #483D30;
    justify-content: center;
    text-align: left;
    line-height: 1em;
  }

  .form-group-info-group label {
    padding: 20px auto;
    justify-content: center;
    text-align: left;
  }

  .form-group-submit-group input {
    display: block;
    color: white;
    padding: 12px;
    max-width: 100%;
    width: 200px auto;
    font-size: 1em;
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }

  .form-row-submit {
    display: block;
    max-width: 100%;
    width: 100% auto;
    justify-content: center;
  }

  .form-date select, .form-row {
    border: 2px;
    border-bottom: 2px dotted #483D30;
    height: 40px;
    padding: 10px;
    margin: 0;
  }

  /* map style */
  .map {
    display: grid;
    grid-template-columns: 250px 1fr;
    justify-content: center;
    text-align: center;
    margin: 0px;
  }

  .map h2 {
    display: grid;
    grid-column: 1/span 2;
    justify-content: center;
    text-align: center;
    line-height: 1.8em;
  }

  .log-info h3, h4, p {
    z-index: 999;
    justify-content: center;
    text-align: center;
    font-size: 1.2em;
    line-height: 0.8em;
    color: #ffffff;
  }

  .loc-info {
    grid-column: 1;
    grid-row: 2;
    background-color: #968a7d;
    color: white;
    padding: 10px;
  }

  .loc-map {
    grid-column: 2/3;
    grid-row: 2;
    width: 100%;
    height: 600px;
    background-position: center;
    height: auto;
    border-radius: 0;
    overflow: hidden;
  }

  footer {
    position: relative;
    top: 200px;
    display: grid;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .footer-group p {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  form .email {
    width: 150px;
  }

  .footer-group {
    display: grid;
    max-width: 100%;
    grid-template-columns: 300px 1fr 1fr 1fr;
    grid-row: auto;
    grid-gap: 40px;
    margin: 0 auto;
    color: white;
    justify-content: left;
    text-align: justify;
    vertical-align: text-top;
  }

  .footer-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: left;
    float: left;
    max-width: 50%;
    width: 50%;
    margin: 0 auto;
    list-style: none;
    background-color: transparent;
    color: #c9c9c9;
  }

  .footer-nav li:last-child {
    border-right: none;
  }

  .footer-nav li {
    border-right: 1px solid white;
  }

  .social {
    margin: 0 auto;
    justify-content: left;
    align-items: left;
  }

  .social ul {
    display: flex;
    flex-direction: row;
    flex: 1;
    float: left;
    justify-content: left;
    padding: 0;
    max-width: 200px;
    width: 100%;
    list-style: none;
  }

  .footer-01 {
    width: 30%;
    display: grid;
    grid-column: 1;
    grid-row: 1/span 2;
  }

  .footer-02 {
    width: 30%;
    display: grid;
    grid-column: 1;
    grid-row: 2/span 2;
    justify-content: left;
    padding: 0;
    margin: 0;
  }

  .footer-03 {
    display: grid;
    grid-column: 2/span 2;
    grid-row: 1/span 2;
  }

  .footer-04 {
    display: grid;
    grid-column: 4/span 2;
    grid-row: 1/span 2;
    text-align: left;
    line-height: 1.4em;
  }

  .footer-04 h3 {
    text-align: left;
    line-height: 1.4em;
  }

  .footer-05 {
    padding-top: 10px auto;
    display: grid;
    grid-column: 4/span 2;
    grid-row: 3/span 2;
    text-align: left;
    line-height: 1.4em;
  }
}
/* media queries- Desktop 1200px */
@media only screen and (min-width: 1200px) {
  .top-section {
    background-color: transparent;
    margin: 20px auto;
    height: 60px;
    max-width: 1200px;
    justify-content: center;
    width: 80% auto;
  }

  header {
    background-color: #483D30;
    max-width: 1100px;
    width: 100% auto;
    padding: 0 auto;
    padding-left: 1rem;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 auto;
    height: 60px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .hamburger {
    display: none;
  }

  nav {
    position: absolute;
    background-color: transparent;
    max-width: 1100px;
    width: 1100px;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  nav a {
    line-height: 60px;
    font-size: 1em;
    border-top: none;
    color: white;
  }

  nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    width: 500px;
    padding: 0 20px 0 20px;
    justify-content: flex-end;
  }

  .banner img, .banner-about img, .banner-menu img,
.banner-adoption img, .banner-reservations img {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    border-radius: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0;
    padding: 0 auto;
    background-size: cover;
    background-position: center center;
  }

  .main {
    position: relative;
    top: 550px;
    margin: 0 auto;
    padding: 0 auto;
  }

  .scroll {
    position: relative;
    top: 60%;
    left: 0;
  }

  .about-container {
    position: absolute;
    top: 30%;
    background-color: rgba(0, 0, 0, 0.534);
    max-width: 1200px;
    width: 60% auto;
    justify-content: center;
    color: white;
    z-index: 999;
    padding: 20px;
    margin-left: 10%;
    justify-content: center;
    align-items: center;
  }

  .scroll {
    top: 480px;
    left: 50%;
  }

  .special-group {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    max-width: 100%;
    width: 1200px auto;
    font-size: 0.9em;
    line-height: 1.4em;
    height: auto;
    padding-top: 20px;
  }

  .special-group-wrapper {
    max-width: 100%;
    width: 1200px auto;
    background-color: #A9A497;
  }

  .special-group {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    max-width: 1200px;
    width: 100% auto;
    z-index: 999;
    font-size: 0.9em;
    line-height: 1.4em;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }

  .about-group, .adoption-group, .reservations-group {
    position: relative;
    max-width: 1200px;
    width: 100% auto;
    z-index: 999;
    font-size: 0.9em;
    line-height: 1.4em;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }

  .special-group h2 {
    display: grid;
    grid-column: 1/span 4;
  }

  .adoption-group {
    background-color: white;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 1/span 2;
    text-align: center;
    padding: 10px auto;
  }

  .adoption-main-group {
    max-width: 1200px;
    width: 100% auto;
    margin: 0 auto;
  }

  .adoption-group h2 {
    position: relative;
    margin-top: 20px;
    font-size: 2em;
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 1/span 2;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .adoption-group .row img {
    border-radius: 50%;
    padding: 10px;
  }

  .adoption-group .row {
    display: flex;
    grid-template-columns: 1fr;
    grid-column: 1/span 2;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 20px;
    justify-content: center;
  }

  .menu-group h2 {
    display: grid;
    grid-column: 1/span 4;
  }

  .milk-alt {
    display: block;
    font-size: 1em;
    line-height: 1.4em;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }

  .milk-alt ul li {
    text-decoration: none;
    color: #2e2626;
    font-size: 1em;
    line-height: 1.4em;
    border-top: none;
  }

  .menu-group {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    z-index: 999;
    font-size: 0.9em;
    line-height: 1.4em;
    height: auto;
    padding-top: 20px;
    margin: 0 auto;
    max-width: 1200px;
  }

  .about-group p {
    overflow: hidden;
    height: auto;
    line-height: 1.4em;
    text-align: justify;
    width: 80%;
  }

  .section-01, .section-02, .section-03, .section-04 {
    overflow: hidden;
    height: auto;
    width: 90%;
    margin: 10px auto;
    padding: 0px auto;
    justify-content: space-between;
  }

  .section-01 p, .section-02 p, .section-03 p, .section-04 p {
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 10px auto;
    padding: 0px auto;
    justify-content: space-between;
    text-align: justify;
  }

  .section-01 img, .section-02 img, .section-03 img, .section-04 img {
    overflow: hidden;
    height: auto;
    width: 90%;
    margin: 10px auto;
    padding: 10px auto;
  }

  .adoption-group {
    display: grid;
    grid-template-columns: 40% 1fr;
    width: 100%;
    padding: 20px;
  }

  .adoption-group img {
    border-radius: 10px;
    width: 400px;
    height: auto;
    overflow: hidden;
  }

  /* The grid: Four equal columns that floats next to each other */
  .column {
    float: left;
    width: 30%;
    padding: 10px;
  }

  /* Style the images inside the grid */
  .column img {
    opacity: 0.8;
    cursor: pointer;
  }

  .column img:hover {
    opacity: 1;
  }

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: grid;
    clear: both;
  }

  /* The expanding image container */
  .container {
    position: relative;
    display: none;
  }

  footer {
    position: relative;
    max-width: 100%;
    top: 550px;
    width: 1200px auto;
    background-color: #483D30;
  }

  .footer-group {
    display: grid;
    background-color: transparent;
    max-width: 1200px;
    width: 100% auto;
    grid-template-columns: 1fr 1fr 300px 1fr 1fr;
    grid-row: auto;
    grid-gap: 10px;
    margin: 0 auto;
    color: white;
    justify-content: left;
    text-align: justify;
    vertical-align: text-top;
  }

  .footer-nav ul {
    margin: 0 auto;
    text-align: left;
  }

  .footer-nav ul {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    background-color: transparent;
    color: #c9c9c9;
  }

  .footer-nav li:last-child {
    border-right: none;
  }

  .footer-nav li {
    border-right: 1px solid white;
  }

  .social ul {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: left;
    width: 80% auto;
    padding: 0 auto;
    margin: 0 100px 0 100px;
    list-style: none;
    background-color: transparent;
    color: #c9c9c9;
    font-size: 1.2em;
  }

  .footer-01 {
    display: grid;
    grid-column: 1;
    grid-row: 1/span 2;
  }

  .footer-02 {
    display: grid;
    grid-column: 1;
    grid-row: 2/span 2;
    justify-content: left;
    padding: 0;
    margin: 0;
  }

  .footer-03 {
    display: grid;
    grid-column: 2/span 2;
    grid-row: 1/span 2;
  }

  .footer-04 {
    display: grid;
    grid-column: 4/span 2;
    grid-row: 1/span 2;
    text-align: center;
    line-height: 1.4em;
  }

  .footer-05 {
    padding-top: 10px auto;
    display: grid;
    grid-column: 4/span 2;
    grid-row: 3/span 2;
    text-align: center;
    line-height: 1.4em;
  }
}
footer {
  position: relative;
  background-color: #483D30;
  justify-content: center;
  align-content: center;
  text-align: center;
  max-width: 1200vw;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  color: white;
}

.footer-group h3 {
  font-size: 1em;
}

.footer-group {
  padding-top: 20px;
  width: 100%;
  height: auto;
}

.footer-group img {
  width: 100px;
  height: auto;
  align-items: left;
}

.footer-nav li {
  color: white;
  justify-content: center;
  max-width: 400px;
  width: 100% auto;
  font-size: 0.9em;
}

footer a {
  color: white;
  text-decoration: none;
  margin: 10px;
  font-size: 0.8em;
}

footer p {
  justify-content: center;
  align-content: center;
  text-align: center;
  color: white;
  font-size: 0.8em;
  line-height: 1.4em;
}

.footer-group {
  position: relative;
  text-align: center;
  margin: 0 auto;
  color: white;
}

.footer-nav ul {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  max-width: 400px;
  width: 100% auto;
  padding: 10px 40px 0 40px;
  margin: 0 auto;
  list-style: none;
  background-color: transparent;
  color: #c9c9c9;
  font-size: 1.3em;
}

.footer-nav li:last-child {
  border-right: none;
}

.footer-nav li {
  border-right: 1px solid white;
}

.social {
  color: white;
  justify-content: left;
  margin: 10px auto;
  padding: 10px auto;
  max-width: 400px;
  width: 100% auto;
  font-size: 0.9em;
}

.social img {
  width: 40px;
  height: 40px;
  margin: 10px auto;
}

.email {
  background-color: rgba(255, 255, 255, 0.322);
  border-style: 2px solid white;
  border-radius: 4px;
  width: 180px;
  height: 30px;
}

.e-mail .submit {
  background-color: rgba(255, 255, 255, 0.322);
  border: none;
  border-radius: 2px;
  width: 60px;
  height: 30px;
  color: white;
  margin: 0 5px;
  padding: 10px;
}

.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
  position: center;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%;
  /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.menuTablinks {
  border-style: 2px solid #ffffff;
  border-radius: 10px;
  background-color: #483d3083;
  padding: 10px;
  width: 120px;
  height: 40px;
  color: white;
  transition: all 0.6s ease;
}

.menuTablinks:hover {
  background-color: rgba(221, 180, 92, 0.596);
  cursor: pointer;
}

.adoptTablinks {
  border-style: 2px solid #ffffff;
  background-color: rgba(221, 180, 92, 0.596);
  border-radius: 10px;
  padding: 10px;
  width: 120px;
  height: 40px;
  color: #483D30;
  transition: all 0.6s ease;
}

.adoptTablinks:hover {
  cursor: pointer;
  background-color: #483d3083;
}

.menuTablinks a:hover,
.menuTablinks a:focus,
.menuTablinks a:active {
  background-color: rgba(221, 180, 92, 0.596);
  border-style: 1px solid rgba(221, 180, 92, 0.596);
}

.adoptTablinks a:hover,
.adoptTablinks a:focus,
.adoptTablinks a:active {
  background-color: rgba(221, 180, 92, 0.596);
  border-style: 1px solid rgba(221, 180, 92, 0.596);
}

/* Form Styles */
.reservations-group {
  position: relative;
  max-width: 1200px;
  width: 90% auto;
  justify-content: center;
  text-align: justify;
  padding: 10px 50px 20px 50px;
}

.reservations-group h2, h3 {
  position: relative;
  justify-content: center;
  text-align: center;
  padding-top: 20px;
  margin-top: 0;
}

.form-group {
  position: relative;
  max-width: 1200px;
  width: 80% auto;
  justify-content: center;
}

legend {
  justify-content: center;
  font-size: 1.4em;
  text-align: center;
  padding-bottom: 10px;
}

.form-group-info-group input {
  max-width: 1200px;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border-bottom: 2px dotted #483D30;
  justify-content: center;
  text-align: left;
  line-height: 1em;
}

.form-group-info-group label {
  padding: 20px auto;
  justify-content: center;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column: 1/span 3;
}

.form-row-submit input {
  background-color: #786a58;
  color: white;
  padding: 14px;
  max-width: 100% auto;
  width: 200px;
  font-size: 1em;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.form-row-submit-group {
  display: block;
  justify-content: center;
  align-content: center;
  padding: 10px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  padding: 10px;
}

.form-date select, .form-row {
  border: 2px;
  border-bottom: 2px dotted #483D30;
  height: 40px;
  padding: 10px;
  margin: 0;
}

/* map style */
.map {
  display: grid;
  justify-content: center;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100% auto;
}

.map h2 {
  justify-content: center;
  text-align: center;
  line-height: 1.8em;
}

.log-info h3, h4 {
  z-index: 999;
  justify-content: center;
  text-align: center;
  font-size: 1.2em;
  line-height: 0.8em;
  color: #e8bd89;
}

.loc-info {
  color: white;
  padding: 10px;
  z-index: 999;
  color: black;
}

.loc-map {
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 500px;
  background-position: center;
  height: auto;
  border-radius: 0;
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map */
