* {
  margin: 0;
  padding: 0
}

/*header*/
header {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  height: 8.75em;
  background-color: #ffd6e0
}

/*logo*/
header img {
  max-width: 100%;
  max-height: 100%
}

/*navbar*/
.topnav {
  position: sticky;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  z-index: 999;
  height: 3em;
  background-color: white;
  border-bottom: 1px solid #91867a
}

.topnav ul {
  list-style: none;
  text-align: center
}

.topnav li {
  display: inline
}

.topnav a {
  position: relative;
  top: 0.85em;
  margin-left: 5%;
  margin-right: 5%;
  font-family: 'Slabo 27px', serif;
  font-size: 1.1em;
  color: #91867a;
  text-decoration: none;
  max-height: 100%;
  max-width: 100%
}

.topnav a:hover {
  color: #ffc1dc
}

section {
  height: 150em;
  width: 75%;
  margin: 0 auto 0 auto
}

.notice {
  position: relative;
  text-align: center;
  font-family: 'Slabo 27px', serif;
  font-size: 1.2em;
  color: #59524a;
  top: 2em
}

section nav ul {
  list-style: none;
  text-align: center;
  position: relative;
  background-color: #ffe0e8;
  outline: 1.5px solid white;
  outline-offset: -5px;
  top: 5em;
  height: 3em
}

section nav li {
  display: inline;
}

section nav a {
  position: relative;
  top: 0.75em;
  margin-left: 6%;
  margin-right: 6%;
  font-family: 'Slabo 27px', serif;
  font-size: 1.1em;
  color: #544332;
  text-decoration: none;
}

.type {
  position: relative;
  top: 35em;
  left: 37%;
  font-family: 'Slabo 27px', serif;
  color: #59524a;
}

section hr {
  position: relative;
  top: 20%;
  margin: 10% 0 0 0
}

.typeof {
  position: relative;
  top: 7.3em;
  font-family: 'Slabo 27px', serif;
  color: #59524a;
  ;
  font-size: 1.4em
}

#cage {
  position: relative;
  top: 22%;
}

#cage p {
  font-family: 'Slabo 27px', serif;
  color: #59524a;
  ;
  font-size: 1.4em
}

#cage .flight {
  width: 90%
}

#cage .minimum {
  position: relative;
  width: 60%;
  left: 20%
}

#diet .veg {
  position: relative;
  top: 300%;
  width: 80%
}

#info1 p {
  position: relative;
  top: 35%
}

#info1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#info2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#info2 p {
  position: relative;
  top: 35%
}

#diet p {
  position: relative;
  top: 26em;
  font-family: 'Slabo 27px', serif;
  color: #59524a;
  font-size: 1.4em
}

#info3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#info3 p {
  position: relative;
  top: 325%
}

table {
  position: relative;
  top: 35em;
  width: 106.5%;
  right: 4.2%;
  text-align: center;
  border-collapse: collapse;
  font-family: 'Slabo 27px', serif;
  color: #59524a;
  font-size: 1.3em;
  margin: 10px;
  border-top: 1px solid #59524a;
  border-bottom: 1px solid #59524a
}

tr:nth-child(even) {
  background-color: #ffe0e8;
}

table td {
  background-color:
}

/*slideshow*/
.slidershow {
  max-width: 40%;
  max-height: 100%;
  overflow: hidden;
}

.slides {
  width: 400%;
  height: 100%;
  display: flex;
}

.slide {
  width: 25%;
  transition: 0.6s;
}

.slide img {
  width: 100%;
  height: 100%;
}

.position {
  position: absolute;
  left: 30%;
  top: 85%
}

.dot {
  height: 25px;
  width: 25px;
  border: 2px solid white;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.4s
}

.dot:hover {
  background-color: white
}

.buttons {
  position: absolute;
  left: 42%;
  top: 125%;
}

input[name="r"] {
  position: absolute;
  visibility: hidden;
}

#r1:checked~.s1 {
  margin-left: 0;
}

#r2:checked~.s1 {
  margin-left: -25%
}

#r3:checked~.s1 {
  margin-left: -50%
}

#r4:checked~.s1 {
  margin-left: -75%
}

/*footer*/
footer {
  text-align: center;
  width: 80%;
  height: 6.5em;
  margin: 0 auto 0 auto;
  background-color: #ffd6e0;
  display: grid;
  grid-template-columns: 1fr 1fr
}

footer span {
  position: absolute;
  border: 0.5px solid black;
  height: 3.8em;
  left: 50%;
  margin-top: 1.7%
}

footer p {
  font-family: 'Slabo 27px', serif;
  font-size: 0.89em;
  margin-right: 17%;
  margin-bottom: 2%
}

#subscribe {
  position: relative;
  height: 2em;
  border: 0.5px solid #91867a;
  outline: none;
  font-family: 'Slabo 27px', serif;
}

#submit {
  position: relative;
  font-family: 'Slabo 27px', serif;
  width: 8%;
}

footer form {
  margin-right: 50%;
  margin-top: 3%
}

.social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 7%
}

.fb img {
  position: relative;
  width: 20%;
  left: 50%
}

.ins img {
  position: relative;
  width: 16%;
  top: 5%;
  right: 50%
}

.twt img {
  position: relative;
  width: 20%;
}

/*copyright*/
.copyright {
  width: 80%;
  margin: 1% auto 0.5% auto;
  font-family: 'Slabo 27px', serif;
  font-size: 0.75em
}
