/*
pink: #f26fba
yellow: #f2e96f
blue: #008080
light-blue: #9ef6c4
pale-blue: #cdfae0
green: #206e47
light-green: #2b9560
*/
.clear {
	clear:both;
}
.delicious-handrawn-regular {
  font-family: "Delicious Handrawn", cursive;
  font-weight: 400;
  font-style: normal;
}
.chewy-regular {
  font-family: "Chewy", system-ui;
  font-weight: 400;
  font-style: normal;
}
.henny-penny-regular {
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;
}
.handlee-regular {
  font-family: "Handlee", cursive;
  font-weight: 400;
  font-style: normal;
}
.first-line-indent {
	text-indent:30px;
}
html, body {
	cursor: url(final-imgs/paw-cursor.cur), default;
}
a:hover {
	cursor: url(final-imgs/paw-cursor-link.cur), default;
}
#logo {
	position:absolute;
	z-index:2;
	left:2%;
	top:38%;
	height:60%;
	width:25%;
}
.dropdown {
	position:sticky;
	top:0;
}
.menu-toggle {
	display:none;
}
.dropbtn.w3-bar-item {
	display:none;
}
.dropbtn {
	display:none;
	width:100%;
	background-color:teal;
	color:white;
	border:none;
	text-align:left;
	padding:14px;
	font-size:17px;
	cursor:url(final-imgs/paw-cursor-link.cur), default;
}
.dropdown-content {
	align-items:center;
	flex-wrap:wrap;
	display:flex;
	justify-content:space-around;
	background-color:teal;
	width:100%;
}
.dropdown-content a {
	color:white;
	text-decoration:none;
	padding:14px;
	text-align:center;
}
.dropdown-content a:hover {
	background-color: #006d6d;
}
.w3-content {
	max-width:100%;
	height:350px;
	width:100%;
	object-fit:cover;
}
.slides {
	display:none;
	width:100%;
	height:350px;
	z-index:1;
}
.w3-left, .w3-right, .w3-badge {
	cursor:url(final-imgs/paw-cursor-link.cur), default;
}
.w3-badge {
	height:13px;
	width:13px;
	padding:0;
}
.w3-button {
	font-family:Henny Penny;
	font-size:18px;
}
main {
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	background-image:url(final-imgs/cat-peek.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right bottom;
	background-size:26% 40%;
}
.column1 {
	flex:3;
	background-image:linear-gradient(#9ef6c4, #ffffff);
	border:4px ridge #f26fba;
	padding:15px;
}
.w3-panel {
	padding-bottom:20px;
}
h2 {
	font-family:Chewy;
}
#goalh2 {
	padding-left:55%;
}
#heart1 {
	height:30%;
	width:30%;
	float:left;
	padding:2px;
}
p {
	font-family:Handlee;
	font-size:22px;
}
#goal {
	width:66%;
	margin:0 1%;
	padding-left:30px;
}
#heart2 {
	height:30%;
	width:30%;
	float:right;
	padding:2px;
}
#why {
	padding-top:2%;
	padding-left:33%;
}
#whyp {
	margin:0 auto;
	padding-left:50px;
}
.column2 {
	flex:1;
	padding:15px;
}
.column2 h3 {
	text-align:center;
	font-size:30px;
	padding-bottom:15px;
	color:#f26fba;
	font-family:Delicious Handrawn;
	text-decoration:underline wavy;
	text-underline-offset:5px;
}
.column2 h4 {
	text-align:center;
	font-family:Chewy;
	font-size:25px;
}
footer {
	background:linear-gradient(#ffffff, #cdfae0);
}
#donate a {
	float:left;
	margin:2% auto;
	text-decoration:none;
	font-family:Delicious Handrawn;
	font-size:35px;
	word-spacing:5px;
}
#donate a:hover {
	color:#f26fba;
}
#gif1 {
	float:left;
	height:30%;
	width:30%;
	border-radius:50%;
	border:2px inset #9ef6c4;
	margin:1% auto;
}
.dis {
	text-align:center;
}
.dis a {
	text-decoration:none;
}
.dis a:hover {
	color:#f26fba;
}
#myBtn {
	display:none;
	position:fixed;
	bottom:20px;
	right:30px;
	z-index:99;
	border:none;
	box-shadow:5px 5px 5px gray;
	outline:none;
	color:white;
	font-family:Chewy;
	background-color:teal;
	cursor:url(final-imgs/paw-cursor-link.cur), default;
	padding:13px;
	border-radius:10px;
	font-size:25px;
}
#myBtn:hover {
	background-color:#f26fba;
}

/* start of about page */
.column1a {
	flex:3;
	background-image:linear-gradient(#9ef6c4, #ffffff);
	border:4px ridge #f26fba;
	padding:15px;
	height:1100px;
}
#heart3 {
	height:30%;
	width:30%;
	float:right;
	padding:2px;
}
#about {
	padding:10px;
	text-align:center;
}
#aboutp {
	padding:5px;
	text-indent:
}
.adopt {
	padding-top:50px;
	display:flex;
}
#kiwi {
	display:flex;
	height:65%;
	width:60%;
	border:2px outset #cdfae0;
	border-radius:10%;
	box-shadow:5px 5px 10px #206e47;
}
#kiwi2 {
	display:flex;
	height:65%;
	width:60%;
	border:2px outset #cdfae0;
	border-radius:10%;
	box-shadow:5px 5px 10px #206e47;
}
#adopt {
	font-family:Henny Penny;
	font-size:30px;
	text-align:center;
	background-color:rgba(255,255,255,.4);
}
figcaption {
	display:inline;
	text-align:center;
	padding:15px;
	font-size:20px;
	font-family:Handlee;
}
#taipei {
	margin:0 10%;
	height:80%;
	width:80%;
	border:2px inset #cdfae0;
	border-radius:30%;
}
#japan {
	margin:0 10%;
	height:80%;
	width:80%;
	border:2px inset #cdfae0;
	border-radius:30%;
}
main.about {
	background-image:url(final-imgs/meme1.png);
}
/* start of locations page */
main.locations {
	background-image:url(final-imgs/meme2.png);
}
#local {
	padding-bottom:40px;
}
#perry {
	text-align:center;
	font-family:Delicious Handrawn;
	font-size:30px;
}
.addy {
	text-align:center;
	font-family:Handlee;
}
.perrycats {
	display:flex;
	justify-content:space-evenly;
}
#layla {
	height:30%;
	width:30%;
	border:3px inset #9ef6c4;
	border-radius:10%;
}
#shiloh {
	height:30%;
	width:30%;
	border:3px inset #9ef6c4;
	border-radius:10%;
}
#wall {
	height:30%;
	width:30%;
	border:3px inset #9ef6c4;
	border-radius:10%;
}
#tally {
	text-align:center;
	font-family:Delicious Handrawn;
	font-size:35px;
}
.tallycats {
	display:flex;
	justify-content:space-evenly;
}
#tally1 {
	height:30%;
	width:30%;
	border:3px inset #9ef6c4;
	border-radius:10%;
}
#tally2 {
	height:30%;
	width:30%;
	border:3px inset #9ef6c4;
	border-radius:10%;
}
#tallylogo {
	height:30%;
	width:30%;
	border:3px inset #9ef6c4;
	border-radius:10%;
}
#shilohcouch {
	margin:0 10%;
	height:80%;
	width:80%;
	border:2px inset #cdfae0;
	border-radius:30%;
}
#tunnel {
	margin:0 10%;
	height:80%;
	width:80%;
	border:2px inset #cdfae0;
	border-radius:30%;
}
.local-info {
	text-align:center;
}
.local-info a {
	text-decoration:none;
	font-family:Henny Penny;
	font-size:25px;
}
.local-info a:hover {
	color:#f26fba
}
/* start of rescues page */
main.rescues {
	background-image:url(final-imgs/meme4.png);
}
#rescues {
	padding:10px;
	text-align:center;
}
#humane {
	margin:20px auto;
}
#paws {
	margin:20px auto;
}
#rescue-ranch {
	margin:20px auto;
}
#leon {
	margin:20px auto;
}
#kitty-rescue {
	margin:20px auto;
}
#crowded {
	margin:0 10%;
	height:80%;
	width:80%;
	border:2px inset #cdfae0;
	border-radius:30%;
}
#two-cats {
	margin:0 10%;
	height:80%;
	width:80%;
	border:2px inset #cdfae0;
	border-radius:30%;
}
/* start of donate page */
main.donate {
	background-image:url(final-imgs/meme3.png);
}
#heart4 {
	height:30%;
	width:30%;
	padding:2px;
}
#heart5 {
	height:30%;
	width:30%;
	padding:2px;
}
#dnt {
	display:flex;
	justify-content:center;
	padding-bottom:30px;
}
#dntp {
	display:flex;
	text-align:center;
}
.hearts {
	display:flex;
	justify-content:space-evenly;
}
#kiwi-sleep {
	margin:0 24%;
	height:50%;
	width:50%;
	border:2px inset #cdfae0;
	border-radius:30%;
}
#tower3 {
	margin:0 10%;
	height:80%;
	width:80%;
	border:2px inset #cdfae0;
	border-radius:30%;
}
.dntbtn {
	background-color:teal;
	color:white;
}
.dntbtn:hover {
	background-color:#f26fba;
}

/* start of faq page */
main.faq {
	background-image:url(final-imgs/meme5.png);
}
#faq dt {
	font-family:Delicious Handrawn;
	font-size:35px;
	padding-top:30px;
}
#faq dd {
	font-family:Handlee;
	font-size:20px;
}
#yoga {
	margin:0 10%;
	height:80%;
	width:80%;
	border:2px inset #cdfae0;
	border-radius:30%;
}
#sound {
	margin:20px 10%;
	height:80%;
	width:80%;
	border:2px inset #cdfae0;
	border-radius:30%;
}
/* start of more page */
main.more {
	background-image:url(final-imgs/meme6.png);
}
ul li {
	list-style-type:none;
	font-family:Handlee;
	font-size:20px;
	padding:2px;
}
#more {
	text-align:center;
}
#morep {
	text-align:center;
}
#safe {
	height:40%;
	width:40%;
	display:flex;
	margin:40px auto;
}
#fixp {
	text-align:center;
}
#table {
	text-align:center;
	font-family:Delicious Handrawn;
	color:#f26fba;
}
@media screen and (max-width:602px) {
.dropbtn.w3-bar-item {
	display:block;
}
.dropbtn {
	display: block;
	width:100%;
	background-color:teal;
	border:none;
	text-align:left;
	padding:14px;
	font-size:17px;
	position:relative;
	z-index:2;
}
.dropdown-content {
    display: none;
    flex-direction: column;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    position: absolute;
    top: 50px;
    left: 0;
	width:100%;
    z-index: 1;
}
.menu-toggle:checked + .dropbtn + .dropdown-content {
    display: flex;
}
.dropdown-content a {
    text-align: left;
    padding: 12px 16px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
#logo {
	position:absolute;
	left:4%;
	top:38%;
	height:60%;
	width:30%;
}
main {
	flex-direction:column;
}
.col2 {
	background:rgba(128,128,128,.2);
}
#donate a {
	float:none;
	text-align:center;
	text-decoration:none;
	font-family:Delicious Handrawn;
	font-size:40px;
}
#gif1 {
	float:none;
	height:70%;
	width:70%;
	border-radius:50%;
	border:2px inset #9ef6c4;
	margin:10% auto;
}
.slides {
	display:none;
	width:100%;
	height:350px;
	object-fit:cover;
}
.adopt {
	display:block;
	align-self:center;
}
#kiwi {
	margin:0 auto;
}
#kiwi2 {
	margin:0 auto;
}
figcaption {
	display:block;
}
/* start of rescues page */
#rescues {
	display:flex;
	justify-content:flex-start;
}
#paws {
	height:70%;
	width:70%;
}
#rescue-ranch {
	height:80%;
	width:80%;
}
#kitty-rescue {
	height:80%;
	width:80%;
}
}