@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

a {
	color:  #524758;
}

a:hover {
	color:  #ab9fb3;
}

.card {
	background-color: #D6CADE ;
}
.pomweb-regname-title {

}

.pomweb-callname-title {
	font-family: 'Sacramento', cursive;
font-size: 2em;
    font-weight: bold;
	
}

.pomweb-dog-button {
	font-family: 'Sacramento', cursive;

}

.pomweb-ped-sire {
	background-color: #DFDFDF;
}

.pomweb-ped-dam {
	background-color: #eeecec;
}
.pomweb-ped-link {

}


.pomweb-call-name {
	font-family: 'Sacramento', cursive;
font-size: 2em;
    font-weight: bold;
}
.pomweb-site-title {
	font-family: 'Sacramento', cursive;
font-size: 2em;
    font-weight: bold;
}


.pomweb-nav-link {
	color:  #524758;
}


.pomweb-nav-link:hover {
	color:  #ab9fb3;
}

.pomweb-available-title {
	color:  #ffffff;
}


.desk-img {
  display: block;
}

.mobile-img {
  display: none;
}

@media (max-width: 700px) {
  .desk-img {
    display: none !important;
  }
  .mobile-img {
    display: block;
  }
}
