*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}
h1{
	margin: 9vh 0;
	text-align: center;
	font-size: 40px;
	line-height: 1;
}
h2 {
	width: 100%;
    margin: 3vh auto 8vh;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    border: 3px solid #d3242e;
    padding: 1vh 10vh;
	border-radius: 15px;
	max-width: 900px;
	transition: all 0.3s ease;
	color: #d3242e;
}
h2 a{
	text-decoration: none;
	color: #d3242e;
}
h2 a:hover{
	text-decoration: none;
	color: #ffffff;
}
h2:hover{
	color: #ffffff;
	background-color: #d3242e;	
}
h3 {
	margin: 0 auto;
    text-align: center;
    font-size: 35px;
    line-height: 1;
    padding: 1%;
    width: 100%;
}
h3 a{
	text-decoration:none;
	color:#000000;
}
h4 a {
	color: black;
}
nav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 9vh;
    background-color: rgba(0,0,0,.7);
	font-family: 'Montserrat', sans-serif;
	z-index: 3;
	position: fixed;
	width: 100%;
	top:5vh;
	z-index: 20;
}
.phone {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 5vh;
    background-color: rgba(0,0,0,.7);
	position: fixed;
	width: 100%;
	top:0;
	z-index: 20;
	color: #ffffff;
	font-size: 2.5vh;
	padding-right: 5%;
}
.phone a{
	text-decoration: none;
	color: #ffffff;
	font-size: inherit;
	letter-spacing: inherit;
	padding: 0px 1%;
}
.phone > div {
	font-size: 2.5vh;
	padding-left: .5%;
	font-weight: 700;
	display: contents;
}
.email{
	color: #d3242e;
	font-size: 15px;
	background-color: rgba(0,0,0,0);
	margin: 3vh -13vh;
	font-size: 1.7vh;
}
.email a{ 
	color: #d3242e;
}
.logo{
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 22px;
	z-index: 50;
	transition: all 0.3s ease;
}
.logo svg{
	height:7vh;
	margin-top: 1vh;
	transition: all 0.3s ease;
	transform: translateY(-3vh);
}
.nav-links{
  display: flex;
  justify-content: space-around;
  width: 70%;
  list-style: none;
  align-self: center;
}
.nav-links li{
  list-style: none;
}
.nav-links a{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
.nav-links a:hover {
	color: #d3242e;
}
.burger{
  display:none;
  width: 6%;
}
.burger div{
  width: 25px;
  height: 3px;
  margin: 4px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.landing-page{
	width: 100%;
	height: 100vh;
	background-color: #000000d4;
	overflow: hidden;
}
.video-full-screen{
	min-width: 100vw; 
	min-height: 100%;
	max-height: 100vw;
	background-size: cover;
	opacity: .4;
	z-index: 1;
	background-position: right center;
}
.page-content{
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width:100%;
	max-width: 800px;
	opacity: 1;
	text-align: center;
}
.page-content ul{
	color: #ffffff;
	list-style: none;
	padding-left: 20px;
}
.page-content li{
	margin-bottom: 5px;
	font-weight: 500;
}
.page-content h1{
	color: #d3242e;
	text-transform: uppercase;
	font-weight: 800;
	margin: 9%;
	line-height: .9;
	transition: .3s linear;
	font-size: 80px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.page-content p{
	color: #ffffff;
	margin-bottom: 9%;
	font-size: 20px;
	text-transform: capitalize;
}
.page-content a{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	border: 3px solid #d3242e;
	text-transform: uppercase;
	padding: 10px 20px;
	transition: .3s linear;
	margin: 10px auto;
	font-size: xx-large;
	font-weight: bold;
	border-radius: 15px;
}
.page-content a:hover{
	color:#ffffff;
	background: #d3232d;
}
.team-grid {
 	display: grid;
	grid-template-columns: repeat( 4, 1fr);
	grid-template-rows: repeat( 2, 1fr);
	grid-gap: 10px;
	padding: 0px;
}
.team-grid > div {
	text-align: center;
	align-items: center;
	align-content: center;
	padding: 0px;
	align-self: center;
	justify-self: center;
	/* border: 2px solid #d3232d; */
}
.item-1 {
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
}
.item-2{
	grid-column: 1 / span 1;
	grid-row: 2 / span 1;
}
.item-3{
	grid-column: 2 / span 1;
	grid-row: 1 / span 1;
}
.item-4{
	grid-column: 2 / span 1;
	grid-row: 2 / span 1;
}
.item-5{
	grid-column: 3 / span 2;
	grid-row: 1 / span 2;
}
.item-5 h1 {
	padding: 0px 3%;
	text-align: center;
	font-size: 20px;
}
.item-5 p {
	margin: 3% 0px 3% 3%;
	padding: 0px 5%;
	text-align: left;
}
section .sec1 {
	background-size: cover; 
	text-decoration: none;
}
.sec1, .sec2, .sec3, .sec4, .sec5, .sec6 {
	width: 90%;
	margin: auto; 
	max-width: 900px;
}
section .content {
	margin: 13vh auto 0;
	width: 100%;
	background-size: cover;
	text-decoration: none;
}
section p {
	margin: 2% auto;
	padding: 0;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	max-width: 800px;
}
.intro {
	margin: 0 auto;
    width: 90%;
    max-width: 600px;
    padding: 5% 0;
}
.intro-gradient {
	background-color: rgba(255,255,255,.85);
	padding: 1px 1px 6%;
}
.intro img{
	width: 90%;
	text-align: center;
	margin-bottom: 5%;
}
.intro p{
	margin: 2% auto;
	line-height: 1.7;
}
.intro ul{
	list-style-type: circle;
	width: 100%;
	margin: 5% 100% 10%;
	transform: translatex(-81%);
}
#team, #services, #animals, #credits, #company, #contactus {
	padding: 5% 0px;
	background-color: white;
}
.trainer {
	width: 94%;
	margin: 3%;
	min-width: 150px;
}
.trainer img {
	width: 50%;
	margin: 5% 20%;
	border-radius: 15px;
}
.trainer-name {
	width: 92%;
	margin: 0px auto;
	padding: 0px 4%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2;
}
.trainer-title {
	width: 88%;
	margin: 0px auto;
	padding: 4%;
	text-align: left;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	color: #b3b3b3;
}
.more {
	width: 92%;
	margin: 1% auto;
	padding: 2% 4%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.trainer-grid-header {
	max-width: 1100px;
	margin: auto;
	padding: 17vh 2% 0px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background-color: white;
}
.trainer-grid-header-2 {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 0px 2%;
	background-color: white;
}
.trainer-grid-header img, .trainer-grid-header-2 img{
	border-radius: 15px;
	padding:2% 2% 0;
	width: 100%;
	object-fit: cover;
}
.brands-7 {
	width: 85%;
	max-width: 1200px;
	margin: 0 auto 5%;
	display: grid;
	grid-template-columns: repeat(11, 1fr);
}
.brands-7 img {
	padding:20%;
	width: 100%;
	align-self: center;
	opacity: 75%;
}
.services-grid-item {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	justify-content: center;
	grid-gap: 15px;
	z-index: -3;
	max-width: 1100px;
	margin: 5% auto;
	align-items: center;
	align-self: start;
}
.services-grid-item p{
	line-height: 1;
	text-align: center;
	font-size: 18px;
	line-height: 1;
}
.services-grid-6 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	grid-gap: 15px;
	z-index: -3;
	max-width: 1100px;
	margin: 5% auto;
	align-items: center;
}
.services-grid-6 p{
	line-height: 1;
	text-align: center;
	font-size: 15px;
	line-height: 1.3;
	margin:0px;
}

.services-grid-5 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	grid-gap: 15px;
	z-index: -3;
	max-width: 1100px;
	margin: 5% auto;
	align-items: center;
	width: 100%;
}
.services-row-3 {
	display: grid;
	line-height: 1;
	text-align: center;
	font-size: 15px;
	line-height: 1.3;
	margin:0px;
	align-self: start;
}
.services-row-3 i {
	transition: all 0.3s ease;
}
.services-row-3 i:hover {
	transform: scale(1.3);
}
.services-row-3 img {
	transition: all 0.3s ease;
}
.services-row-3 img:hover {
	transform: scale(1.3);
}
.services-grid-container {
	justify-content: center;
}
.column {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
}
.containerTab {
  padding: 20px;
  color: #000000;
}
.containerTab p{
	font-size: 16px;
	padding: 7% 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.row p {
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	margin: 10% 0;
	padding: 0px 1%;
	font-size: 15px;
}
.closebtn {
  float: right;
  color: #000000;
  font-size: 35px;
  cursor: pointer;
  width: 100%;
  margin-top:-100px;
  z-index: 50;
}
#contact{
	text-align: center;
	padding:0px 5%;
}
.animal-column {
	display: grid;
	line-height: 1;
	text-align: center;
	font-size: 15px;
	line-height: 1.3;
	margin:0px;
	align-self: start;
}
.animal {
	width: 98%;
	margin: 1%;
	height: 150px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 15px;
	float: left;
}
#birds {
	border: 1px solid #d3d3d3;
}
#birds img, #cats img, #reptiles img, #insects img, #horses img, #farm img, #exotics img, #fish img, #shelters img, #rescue img{
	width: 100%;
	background-size:cover;
	transform: translateY(-33%) scale(1.3);
	transition: all 0.3s ease;
}
#birds img:hover, #cats img:hover, #reptiles img:hover, #insects img:hover, #horses img:hover, #farm img:hover, #exotics img:hover, #fish img:hover, #shelters img:hover, #rescue img:hover{
	transform: translateY(-33%) scale(1);
}
.animal-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-shadow: 1px 1px 2px #d3242e, 0 0 10px #000000;
	line-height: 1;
	pointer-events: none;
}
.animal-pics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  grid-gap: 0px;
  z-index:-3;
  width: 90%;
  margin: auto;
  padding-bottom: 10%;
}
.animal-pics img{
	cursor: pointer;
	width: 90%;
	padding: 1%;
	object-fit: cover;
	border-radius: 15px;
	align-self: center;
	height: 150px;
}
.animal-pics img:hover{
	cursor: pointer;
	transform: scale(1.1);
	transition: transform .1s ease-in-out;
}
.animal-pics img:active{
	transform: scale(1);
	transition: transform .1s ease-in-out;
}

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  display: none;
}
#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lightbox img {
  max-width: 90%;
  max-height: 90%;
  padding: 4px;
}

.inline-photo {
	opacity: 0;
	transform: translateX(-5em) rotateZ(0deg);
	transition: transform 1s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out;
	will-change: transform, opacity;
}

.inline-photo.is-visible {
	transform: translateX(0);
	opacity: 1;
}
footer {
	width:100%;
	text-align: center;
	margin-top: -5px;
	padding: 5% 0;
	color: #ffffff;
	background-image:linear-gradient(#d3242e, #580006);
}
footer a{
	color: #ffffff;
}
footer img{
	width: 25%;
}
footer ul{
	list-style: none;
}
footer li {
	margin: 1%;
}
.grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	line-height: 1;
	text-align: center;
	font-size: 15px;
	line-height: 1.3;
	margin:0px;
	align-self: center;
	width: 80%;
	margin: 5% 10%;
}
.grid-3 > div {
	text-align: center;
  	align-content: center;
	padding: 5% 10%;
	align-self: center;
}
.trainer-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	text-align: center;
	font-size: 15px;
	line-height: 1.3;
	margin: 0px;
	align-self: center;
	width: 80%;
	margin: -1% auto;
	padding: 3%;
	border: 5px solid #d3242e;
	max-width: 900px;
	border-radius: 15px;
}
.trainer-grid > div {
  	align-content: center;
	align-self: center;
	height: 100%;
}
.trainer-headline {
	display: grid;
	grid-column: 1 / span 6;
	width: 100%;
	grid-row: 1;
	margin: 2% 0px 3%;
}
.trainer-headline h3{
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.trainer-headline p{
	margin: 0;
	text-align: center;
	padding: 0;
}
.trainer-pic {
	display: grid;
	grid-column: 1 / span 2;
	grid-row: 2 / span 1;
}
.trainer-pic img{
	width: 100%;
	border-radius: 15px;
	object-fit: cover;
}
.trainer-bio {
	display: grid;
	grid-column: 3 / span 4;
	padding: 6%;
	grid-row: 2 / span 1;
	text-align: left;
}
.trainer-contact {
	display: grid;
    grid-column: 1 / span 6;
    padding: 4% 0 0;
    grid-row: 3 / span 1;
    text-align: center;
    font-size: 17px;
	color: #d3242e;
	line-height: 1.7;
}
.trainer-contact a{
	color: #d3242e;
}
.specialists {
	display: grid;
	grid-column: 1 / span 6;
	margin: auto;
	width: 100%;


	padding: 5%;
	max-width: 1000px;
}
.specialists h3{
	margin: 0 auto;
}
.specialists p{
	max-width: 600px;
	margin: 0 auto;
}
.gallery-into-grid {
	display: grid;
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
}
.gallery-into-grid > div {
	display: flex;
	grid-row-start: 1;
	grid-column-start: 1;
	justify-content: center;
	align-items: center;
}
.gallery-into-grid-a {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    width: 80%;
    margin: auto;
	z-index: 1;
    font-size: 1.5em;
    text-decoration: none;
	color: white;
	mix-blend-mode: lighten;
	max-width: 630px;
	transform: translateY(-17.5vh);
	margin-bottom: -10vh;
}
.gallery-into-grid-a > div {
	display: grid;
	grid-row-start: 1;
	justify-content: center;
	align-items: center;
}
.gallery-into-grid h2 {
    margin: 2vh auto 0;
    opacity: 1;
    z-index: 1;
	color: #d3242e;
	border-color:rgba(255,255,255,0);
	background-color: rgba(255,255,255,0);
/*	mix-blend-mode: lighten; */
	width: 85%;
	padding: 10px 0px;
	font-size: 80px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.gallery-into-grid-a a{
    z-index: 1;
    font-size: 1.5em;
    text-decoration: none;
	color: white;
	background-color: black;
	mix-blend-mode: lighten;
	font-weight: bolder;
	margin: auto;
	padding: 0;
	text-align: center;
	border-radius: 15px;
	width: 80%;
	transition: all 0.3s ease;	
}
.gallery-into-grid-a a > div {
	border: 3px solid white;
	width: 100%;
	border-radius: 15px;
	margin: auto;
	text-align: center;
	font-size: .8em;
}
.gallery-into-grid-a a:hover {
	background-color: white;
	color: black;
	border-color: white;
	mix-blend-mode: lighten;
	border-radius: 15px;
	margin: auto;
	width: 80%;
	padding: 0;
}
.gallery-intro {
	background-image: url(../images/background-gator-eye.jpg);
	background-position: center center;
	background-size: cover;
	padding: 30vh 0px;
}
.gallery-grid-pictures{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 2.25vw;
	background-color: white;
}
.gallery-grid-pictures h2 {
	padding: 15px 15px;
	width: 100%;
	max-width: 100%;
	background-color: white;
	color: #d3242e;
	margin: 3vw auto;
}
.gallery-grid-pictures img {
	border-radius: 15px;
	margin:2%;
	object-fit: cover;
	width: 18vw;
	height: 18vw;
	justify-self:center;
}
.gallery-grid-pictures img:hover{
	transform: scale(1.15);
	box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
}
.gallery-grid-video {
    display: grid;
    grid-column-start: 2;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1170px;
    margin: auto;
    padding-bottom: 20vh;
    grid-template-rows: repeat(1, 1fr);
    padding: 2.5vw;
}
.gallery-grid-video iframe {
    border-radius: 15px;
    margin: 2% auto;
    max-width: 100%;
    border: none;
    height: auto;
    padding: 1vw;
    display: grid;
}
.gallery-grid-video-atdb-1 {
	display: grid;
	grid-column-start: 2;
	grid-template-columns: repeat(1, 1fr);
	max-width: 1170px;
	margin: 0 auto 5%;
	grid-template-rows: repeat(1, 1fr);
	padding: 2.5vw;
	background-color: white;
	max-height: 560px;
}
.gallery-grid-video-atdb-2 {
    display: grid;
    grid-column-start: 2;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1170px;
    margin: auto;
    grid-template-rows: repeat(1, 1fr);
    padding: 2.5vw 2.5vw 15vw;
    background-color: white;
}
.gallery-grid-video-atdb-1 iframe {
    border-radius: 15px;
    margin: 2vw auto;
    height: 35vw;
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 1vw;
}
.gallery-grid-video-atdb-2 iframe {
    border-radius: 15px;
    margin: 2% auto;
    max-width: 100%;
    border: none;
    height: auto;
    padding: 1vw;
}
.gallery-grid-container {
	display: grid; 
	grid-template-columns: repeat(1, 1fr);
	margin: 17vh auto 0;
	padding: 5%;
}
.gallery-grid-container h2 {
	margin: 2%;
	width: auto;
	text-align: center;
}
.gallery-grid-headline{
	grid-column-start: 2;
	grid-column-end: 5;
}

.item-gallery-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: fit-content;
	margin: auto;
}
.item-gallery-grid img {
	border-radius: 15px;
	width: 75px;
	height: 75px;
	object-fit: cover;
}
.item-gallery-grid a {
	margin: 2% 5%;
}
.swiper-slide-grid{
	display: grid;
	grid-column: 1 / span 1;
	width: 85%;
	padding-bottom: 10%;
}
.swiper-slide-grid a{
	position: relative;
	display: grid;
}
.swiper-slide-grid h3{
    text-align: right;
    margin: 0 auto;
    padding: 0;
    width: 70%;
    font-size: 1.3em;
    transform: translateY(20%);
}
.swiper-slide-grid h4 {
	transform: translateY(-50%);
    margin: 1% auto 0;
    padding: 1% 0px 0px;
    width: 70%;
    transform: translateY(1px);
    font-size: .7em;
}
.swiper-slide-grid p {
	transform: translateY(-50%);
	margin: 1% auto 5%;
	padding: 1% 0px 0px;
	width: 70%;
	transform: translateY(1px);
	font-size: 80%;
	font-size: 18px;
}
.swiper-slide-grid a > div{
	grid-column: 1 / span 1;
	grid-row: 1;
	align-self: center;
	color: #000000;
}
.right {
	text-align: right;
}
.swiper-slide-grid > div{
	grid-column: 1 / span 1;
	grid-row: 1;
	align-self: center;
}
.animal-gallery-grid{
	display: grid;
	width: 76vw;
	margin: auto auto 10%;
	max-width: 670px;
}
.animal-gallery-grid > div{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.animal-gallery-grid img {
	border-radius: 15px;
    margin: 0vw;
    width: 23vw;
    object-fit: cover;
    border: 1px solid #d3d3d3;
    height: 23vw;
    max-width: 200px;
    max-height: 200px;
    justify-self: center;
    align-self: center;
}
.animal-grid-images-container {
	position: relative;
	}
.caption p{
	position: relative;
	bottom: 40px;
	right: 25px;
	font-size: 12px;
	background-color: rgba(0,0,0,.5);
	color: #ffffff;
	padding: 1% 2%;
	border-radius: 8px;
	width: max-content;
	pointer-events: none;
	float: right;
}
.caption img{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 18px;
	/* background-color: rgba(0,0,0,.5); */
	/* color: #ffffff; */
	padding: 5% 5%;
	border-radius: 0;
	height: initial;
	width: 50%;
	border: none;
    pointer-events: none;
}
.animal-gallery-grid img:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: transform .1s ease-in-out;
}

.animation-box {
	width: 100vw;
	height: 40px;
	margin: 7% auto 2%;
	font-size: 20px;
    text-align: center;
    z-index: 200;
}
.kudos-into-grid {
	display: grid;
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
}
.kudos-into-grid > div {
	display: flex;
	grid-row-start: 1;
	grid-column-start: 1;
	justify-content: center;
	align-items: center;
}
.kudos-intro {
	background-image: url(../images/background-peacock.jpg);
	background-position: center top;
	background-size: cover;
	padding: 30vh 0px;
}
.kudos-into-grid h2 {
    margin: 2vh auto 0;
	color: #d3242e;
	opacity: 1;
	border: none;
	z-index: 3;
	width: 85%;
	padding: 10px 0px;
	font-size: 80px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.kudos-intro img{
	background-size: cover;
}
.kudos-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	width: 100%;
	background-color: white;
}
.kudos-grid-header {
	display: flex;
	grid-column-start: 1;
	grid-column-end: 8;
	height: 200px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.kudos-grid-header img{
	background-size: cover;
	align-self: flex-end;
	width: 100%;
}
.kudos-grid-client {
	grid-column-start: 2;
	grid-column-end: 4;
	justify-content: center;
	align-items: center;
	margin: 3%;
	padding: 10% 3%;
	display: block;
}
.kudos-grid-client h3{
	text-align: left;
	margin: 0;
	padding: 0;
}
.kudos-grid-kudos {
	grid-column-start: 2;
	grid-column-end: 7;
	justify-content: center;
	align-items: center;
	margin: 0 3% 3%;
	padding: 0px 3%;
	display: inline-grid;
}
.kudos-grid-kudos p{
	margin-bottom: 2%; 
}
.contact-us-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	margin: auto;
	max-width: 800px;
	text-align: right;
}
.contact-us-grid-info {
	border-right: 3px solid #d3242e;
	padding: 15%;
	display: grid;
	grid-column: 1 / span 1;
	align-content: center;
}
.contact-us-grid-info p {
	margin-bottom: 10%;
}
.contact-us-grid-info a {
	color: #000000;
}
.contact-us-grid-form {
	display: grid;
	grid-column: 2 / span 2;
}
.background-color-white {
	background-color: white;
	padding-bottom: 10%;
}
.animation-text-grid {
	display: grid;
	width: 92%;
	grid-template-columns: repeat(1, 1fr);
	position: absolute;
	margin: 0 4%;
}
.animation-text-grid > div {
	display: grid;
	grid-column-start: 1;
	justify-self: center;
	align-self: center;
}
.mission-grid p{
	font-size: 14px;
}
.mission-grid h3{
	font-size: 20px;
	padding: 1.5em 0px;
}
.mission-grid {
	display: grid;
	max-width: 1100px;
	margin: auto;
	grid-template-columns: 20% 80%;
	padding: 0px 1vw 15vh;
}
.mission-grid-acgs {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: repeat(7, 1fr);
	padding-bottom: 2vw;
}
.mission-grid-acgs > div {
	display: grid;
	margin: 6px auto;
	border-radius: 15px;
	justify-content: center;
	align-self: center;
	position: relative;
	vertical-align: center;
	cursor: pointer;
	width: 10vw;
	max-width: 100px;
	transition: all 0.2s ease;
}
.mission-grid-acgs > div p {
	margin-top: -.2em;
	text-align: center;
	font-weight: 800;
	font-size: 12px;
	color: #d3242e;
	transition: .2s ease-in-out;
}
.mission-grid-acgs > div:hover p {
	transition: .2s ease-in-out;
	color: #ffffff;
	background-color: #d3242e;
	border-radius: 15px;
}
.mission-grid-acgs > div a {
	color: #d3242e;
}
.mission-grid-acgs > div a:hover {
	color: #ffffff;
}

.mission-grid-acgs img {
	border-radius: 15px;
	margin: 0vw;
	width: 10vw;
	height: 10vw;
	object-fit: cover;
	max-width: 100px;
	max-height: 100px;
	justify-content: center;
	align-self: center;
}
.mission {
	margin:0 6% 0 8%;
}
.mission p{
	margin: 0;
	padding: 2%;
}
.mission ul {
	list-style: none;
	font-size: 14px;
	width: inherit;
	font-weight: 700;
	margin: 20px 0px;
	padding: 0px 10%;
}
.mission li {
	padding-bottom: 5px;
}
@media screen and (max-width: 800px) {
	html {
		overflow-x: hidden;
	}
	body {
		overflow-x: hidden;
		background-color: #580006;
	}
	h1 {
		font-size: 35px;
	}
	h2 {
		padding: 1vh 1vh; 
	}
	footer img {
		width: 50%;
	}
	.nav-links{
		position: fixed;
		right: 0px;
		height: 60vh;
		top: 14vh;
	 	background-color: rgba(0,0,0,.7);
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 50%;
		transform: translateX(100%);
		z-index:1000;
	}
	.nav-links li{
		opacity: 0;
	}
	.burger{
		display: block;
		cursor: pointer;
		transform: translateX(7vw);
	}
	.logo svg{
  		height:6vh;
  		margin-top: auto;
		transform: translateY(0vh);
		transform: translateX(-11vw);
	}
	.phone{
		justify-content: center;
		padding-right: 0px;
		font-size: 2vh;
	}
	.email {
		margin: 2.5vh 0vh;
	}
	.page-content h1 {
		font-size: 60px;
	}
	.gallery-into-grid h2 {
		font-size: 55px;
		line-height: .85;
	}
	.kudos-into-grid h2 {
		font-size: 55px;	
	}
	.phone {
		font-size: 2.05vh;
	}
	.phone > div {
		font-size: 2vh;
		padding-left: .5%;
		font-weight: 800;
	}
	.page-content h1{
		margin: 2%;
	}
	.page-content p{
		margin-bottom: 2%;
	}
	.intro {
	    width: 92%;
    	margin: 0 auto;
	}
	.intro p{
	   	margin: 7% auto;
	   	padding: 0px 10%;
		line-height: 1.5;
	}
	#team, #services, #animals, #credits, #company, #contactus {
		padding-top: 8vh;
	}
	.team-grid {
	 	display: grid;
		grid-template-columns: repeat( 2, 1fr);
		grid-template-rows: auto;
		grid-gap: 10px;
		padding: 0px;
	}
	.team-grid > div {
		text-align: center;
		align-items: center;
		align-content: center;
		padding: 0px;
		align-self: center;
		justify-self: auto;
	}
	.item-1 {
		grid-column: 1 / span 1;
		grid-row: 3 / span 1;
	}
	.item-5 h1 {
		margin: 3% auto;
		padding: 0px 2%;
		text-align: center;
		font-size: 20px;
	}
	.item-5 p {
		margin: 3% auto;
		padding: 0px 10%;
		text-align: left;
		font-size: 15px;
		line-height: 1.5;
	}
	.item-2{
		grid-column: 1 / span 1;
		grid-row: 4 / span 1;
	}
	.item-3{
		grid-column: 2 / span 1;
		grid-row: 3 / span 1;
	}
	.item-4{
		grid-column: 2 / span 1;
		grid-row: 4/ span 1;
	}
	.item-5{
		grid-area: 5 / 1 / span 2 / span 2;
	}
	.disp-no {
		display: none;
	}
	.services-grid-5 {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		margin: 5% auto 2.5% auto;
		grid-gap: 15px;
	}
	.containerTab p{
		font-size: 12px;
		padding:10% 3%;
		text-align: center;
		width: 90%;
		margin-left: 5%;
	}
	.animal {
		width: 98%;
		margin: 1%;
	}
	.grid-3{
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-3 > div {
		border-bottom: 1px solid #ffffff; 
		border-left: none;
	}
	.trainer-pic{
		display: grid;
		grid-column: 1 / span 6;
		grid-row: 2;
		}

	.trainer-bio {
		display: grid;
		grid-column: 1 / span 6;
		grid-row: 3;
	}
	.trainer-headline {
		grid-row: 1;
		grid-column: 1 / span 6;
	}
	.trainer-headline h3{
		margin:3% auto;
	}
	.trainer-grid {
		margin: 5% auto;
		width: 96%;
		padding: 2%;
		max-width: 525px;
	}
	.trainer-contact {
	    grid-column: 1 / span 6;
	    padding: 0;
	    grid-row: 4 / span 1;
	    text-align: center;
	    font-size: 20px;
		color: #d3242e;
		line-height: 1.7;
	    padding-bottom: 5%;
	}
	.intro ul{
		width: 75%;
		transform: translatex(-115%);
	}
	.brands-7 {
		width: 90%;
		grid-template-columns: repeat(5, 1fr);
	}
	.gallery-grid-pictures{
		grid-template-columns: repeat(3, 1fr);
	}
	.gallery-grid-headline{
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.swiper-slide-grid p{
		font-size: 1em;
	    line-height: 1.2;
	}
	.gallery-grid-video{
		grid-column-start: 1;
		grid-template-columns: repeat(1, 1fr);
		background-color: white;
	}
	.gallery-grid-container {
		grid-template-columns: repeat(1, 1fr);
	}
	.gallery-grid-pictures img {
		height: 29.25vw;
		width: 29.25vw;
	}
	.caption p {
		bottom: 35px;
		right: 15px;
		border-radius: 10px;
		margin-left: 0;
		padding: 2% 3%;
		width: max-content;
	}
	#birds img, #cats img, #reptiles img, #insects img, #horses img, #farm img, #exotics img, #fish img, #shelters img, #rescue img{
		transform: translateY(-20%) scale(1.3);
	}
	#birds img:hover, #cats img:hover, #reptiles img:hover, #insects img:hover, #horses img:hover, #farm img:hover, #exotics img:hover, #fish img:hover, #shelters img:hover, #rescue img:hover{
	transform: translateY(-20%) scale(1);
	}

	.animation-box {
		width: 100vw;
		font-size: 20px;
	    text-align: center;
	    z-index: 200;
	    margin: 16% 0 2%;
	}
	.kudos-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		width: 100%;
	}
	.kudos-grid-header {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.kudos-grid-client {
		grid-column-start: 1;
		grid-column-end: 2;
		padding-bottom: 0;
	}
	.kudos-grid-kudos {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.contact-us-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.contact-us-grid-info {
		grid-column: 1 / span 1;
		grid-row-start: 2;
		justify-content: center;
		border-right: none;
		border-bottom: none;
		text-align: center;
		padding: 10% 0px;
	}
	.contact-us-grid-form {
		grid-column: 1 / span 1;
	}
	.gallery-grid-video iframe {
	    height: 55vw;
	}
	.gallery-grid-video-atdb-1 {
	    height: 55vw;
		margin: 0;
	}
	.mission-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.mission-grid-after {
		grid-row: 2;
		}
	.mission-grid-acgs {
		grid-template-columns: repeat(4, 1fr); 
		grid-template-rows: repeat(1, 1fr);
		grid-row: 2;
		margin: 1em;
	}
	.mission-grid-acgs > div {
		width: 16vw;
	}	
	.mission-grid-acgs img {
		object-fit: cover;
		height: 16vw;
		width: 16vw;
	}
	.mission {
		margin: 0;
	}
}


@media screen and (max-width: 600px){
	html{
		overflow-x: hidden;
	}
	body{
		overflow-x: hidden;
	}
	.page-content h1{
		font-size: 55px;
	}
	.page-content p{
		font-size: unset;
	}
	.page-content a{
		font-size: larger;
	}
	section p {
		margin: 20px 0px;
		padding: 0px 10%;
	}
	.video-full-screen {
		transform: translateX(-45%);
	}
	p.x2 {
		width: 200%;
	}	
	.caption p {
		font-size: 8px;
		bottom: 25px;
		right: 12px;
		width: max-content;
	}
	.gallery-grid-pictures{
		grid-template-columns: repeat(1, 1fr);
	}
	.gallery-grid-headline{
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.gallery-grid-pictures img {
		height: 88vw;
		width: 88vw;
	}
	.gallery-grid-pictures img:hover {
		transform: scale(1);
	}
	.mission p {
		margin: 0;
		padding: 2%; 
	}
}

.nav-active, .nav-links-active{
  transform: translateX(0%);
  transition: transform 0.5s ease-in-out;
}

@keyframes navLinkFade{
  from{
    opacity: 0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0px);
  }
}

.cross .line1{
	transform: rotate(-45deg) translate(-5px,5px);
}

.cross .line2{
	transform: rotate(45deg) translate(0px,0px);
}

.cross .line3{
	opacity: 0;
	transition: transform 0.3s ease-in-out;
}


.marquee1 {
	width: 100%;
	white-space: nowrap;
    font-size: 25px;
    font-weight: 300;
    overflow-x: hidden;
    padding-bottom: 3%;
}
.marquee1 .inner {
	width: 100%;
	display: flex;
}
.marquee1 .inner > * {
	white-space: nowrap;
	padding: 0 .1rem;
	font-size: 25px;
}

span .fa, .far, .fas, .fa-star {
	color: #d3242e;
	vertical-align: 3px;
}






@keyframes fade {
  0% {
    opacity: 0;
    position: absolute;
  }

  1% {
    opacity: 1;
    position: absolute;
  }

  5% {
    opacity: 1;
    position: absolute;
  }

  6% {
    opacity: 0;
    position: absolute;
  }


  100% {
    opacity: 0;
  }
}

.a-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
    justify-content: center;
}

.b-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 3s;
    justify-content: center;
}

.c-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 6s;
    justify-content: center;
}

.d-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 9s;
	justify-content: center;
}

.e-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 12s;
	justify-content: center;
}

.f-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 15s;
	justify-content: center;
}

.g-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 18s;
	justify-content: center;
}

.h-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 21s;
	justify-content: center;
}

.i-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 24s;
    justify-content: center;
}

.j-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 27s;
    justify-content: center;
}

.k-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 30s;
    justify-content: center;
}

.l-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 33s;
	justify-content: center;
}

.m-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 36s;
	justify-content: center;
}

.n-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 39s;
	justify-content: center;
}

.o-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 42s;
	justify-content: center;
}

.p-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 45s;
	justify-content: center;
}

.q-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 48s;
	justify-content: center;
}

.r-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 51s;
	justify-content: center;
}

.s-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 54s;
	justify-content: center;
}
.t-text {
	opacity: 0;
	animation: fade 60s infinite;
	font-size: 24px;
	text-align: center;
	animation-delay: 57s;
	justify-content: center;
}

.error {
	color: rgba(255, 0, 0, .5);
}
.success{
	float:none;font-size: 25px;
	text-align: center;
	color: #000;
	margin: 0 auto;
	padding: 0;
	display: grid;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}
#contact h1 {
padding-top: 4%;
margin: 0px;
}

fieldset {
border: medium none !important;
width: 100%;
max-width: 800px;
margin: 1px auto;
padding-bottom: 0px;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
  width:96%;
  border:1px solid #CCC;
  background:#FFF;
  padding:10px 0px 10px 10px;
  border-radius: 8px;
  margin: 2px auto;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact textarea {
  height:100px;
  max-width:96%;
  resize:none;
  width:100%;
  margin: 2px auto 6px;
  border-radius: 8px;
}
#contact button[type="submit"] {
  cursor:pointer;
  width:100%;
  border:none;
  background-color:#d3232d;;
  color:#FFF;
  padding:15px;
  margin: 10px 0px;
  font-size:15px;
  border-radius: 8px;
}
#contact button[type="submit"]:hover {
  background: rgba(100,100,100,1);
  -webkit-transition:background 0.3s ease-in-out;
  -moz-transition:background 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
  box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus, #contact textarea:focus {
  outline:0;border:1px solid #999;}
.g-recaptcha {
  min-width: 285px;
}

::placeholder {
  color: #A9A9A9;
  font-family: 'Nunito', sans-serif;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.st0{fill:#FFFFFF;}
.st2{fill:#D3232D; animation: hideshow 10s ease forwards; animation-iteration-count: infinite; animation-delay: 0s}
.st3{fill:#D3232D; animation: hideshow 10s ease forwards; animation-iteration-count: infinite; animation-delay: .1s}
.st4{fill:#D3232D; animation: hideshow 10s ease forwards; animation-iteration-count: infinite; animation-delay: .2s}
.st5{fill:#D3232D; animation: hideshow 10s ease forwards; animation-iteration-count: infinite; animation-delay: .3s}
.st1{fill:none;stroke:#D3232D;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;	stroke-dasharray: 1000; stroke-dashoffset: 2000; animation: dash 10s ease backwards; animation-iteration-count: infinite;}

@keyframes dash {
  to {
	stroke-dashoffset: 0;
	}
}
@keyframes hideshow {
  0% { opacity: 1; }
  5% { opacity: 1; }
  10% { opacity: 0; }
  30% { opacity: 0; }
  35% { opacity: 1; }
  100% { opacity: 1; }
} 
