.custom-font-family,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: 'nalikasignatureregular';
}

.handwriting-font-family {
   font-family: 'nalikasignatureregular'!important;
}

.logo-hero{
  width:350px;
  margin:0 auto;
  margin-bottom: 100px;
}

@media (max-width: 481px) {
  .logo-hero {
  width:200px;
  margin:0 auto;
  margin-bottom: 50px;
  }
  }

.paw img{
  width:75px;
  margin:0 auto;
	margin: 20px;
}

.pups {
  width:200px;
  margin:0 auto;
  padding: 30px;
}

.custom-link{
  font-family: 'nalikasignatureregular';
  font-size: 46px;
  color:#806e5e;
}

a:hover {
  color: #f3d7d4;
}

.vooba-branding img{
  height:15px!important;
  width:auto;
  margin-left: 5px;
}

/********** Cookie Consent Begin **********/
#cookieConsent {
    background: #0f0f0f;
    min-height: 60px;
    color: #ffffff;
    padding: 0 0 0 120px;
    font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 1000;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);	
}
#cookieConsent p {
    display: inline;
	font-size: 15px;
	line-height: 60px;
    color: #f3d7d4;
    margin: 0;
}
#cookieConsent a {
    text-decoration: none;
	margin: 0 10px 0 10px;
	color: rgba(255, 255, 255, 0.7);
}
#cookieConsent a:hover {
    color: #fff;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 24px;
    width: 24px;
    font-size:24px;
    margin: 10px 130px 0 0;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease 0s;
}
#closeCookieConsent:hover {
    color: rgba(255, 255, 255, 1);
}
#cookieConsent a.cookieConsentOK {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    border-radius: 0;
	border:solid 1px rgba(255, 255, 255, 0.7);
    cursor: pointer;
    margin: 0 10px 0 10px;
	line-height:1rem;
	padding: 8px 12px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #fff;
    border:solid 1px rgba(255, 255, 255, 1);
	color:#1f1f1f;
}
@media (max-width: 1400px){
#cookieConsent {
    padding: 0 0 0 80px;	
}
#closeCookieConsent {
    margin: 10px 90px 0 0;
}
}
@media (max-width: 1280px){
#cookieConsent {
    padding: 0 0 0 50px;	
}
#closeCookieConsent {
    margin: 10px 60px 0 0;
}
}
@media (max-width: 991px){
#cookieConsent {
    padding: 0 0 0 20px;	
}
#closeCookieConsent {
    margin: 10px 30px 0 0;
}
}
@media (max-width: 650px){
#cookieConsent p {
    display: block;
	line-height: 25px;
	margin-left: 0;
	margin-bottom: 15px;
}
#cookieConsent a.cookieConsentOK {
    display:block;
	text-align: center;
	margin: 10px 0 0 0;
	line-height:20px;
}
#cookieConsent {
    max-width: 320px;
	padding: 15px 15px 10px 15px;
	left: 50%;
	margin-left: -160px;
}
#cookieConsent a {
    margin: 0 0 0 0;
	padding: 10px 0 0 0;
}
#closeCookieConsent {
     margin:-6px 0 0 0;
}

}

@media (max-width: 380px){
#cookieConsent {
    max-width: 100%;
	padding: 15px 15px 10px 15px;
	left: 50%;
	margin-left: -50%;
}
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  } 
/********** Cookie Consent End **********/
