@charset "UTF-8";

body, p {font-family: 'Raleway', sans-serif;}

a {
	text-decoration: none;
}
.homelogo {
	
	margin-bottom: 5%;
	max-height: 500px;
    opacity: 0.0;
}

.smallprice {
	margin-left: 5px;
	color: rgba(238,236,236,1.00);
	font-size: 13px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: rgba(0,0,0,1.00);
}


.name {
	max-height: 200px;
}

.title {
  display: none;
  position: relative;
  top: -200px;
  margin-bottom: -35px;
  text-align: center;
  opacity: 0;
  transform: scale(0.95) rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.boarpic:hover .title {
  display: block;
  opacity: 1;
  transform: scale(1.1) rotate(-3deg);
}

.title h1 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 6px 12px;
  font-size: 130%;
  font-weight: bold;
  border-radius: 4px;
  margin: 0;
}



.interiorname {max-height: 125px;}


.hmy-section h1 {
  font-size: 1.5rem;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}

.pagehead {font-family: 'Qwigley', cursive;
font-size: 500%;
}

.pageheadcert {font-family: 'Qwigley', cursive;
font-size: 400%;
}


.pagehead2 {font-family: 'Qwigley', cursive;
font-size: 500%;
    line-height: 100px!important;
}

.whitetext {
	color: rgba(255,255,255,1.00);
}

.breed {
	color: rgba(198,198,198,1.00);
	text-transform: uppercase;
	font-size: .8em;
}


.pedigree {
	color: rgba(198,198,198,1.00);
	text-transform: uppercase;
	font-size: 1.2em;
}

.pedigreesmall {
	color: rgba(198,198,198,1.00);
	text-transform: uppercase;
	font-size: .6em;
	font-weight: bold;
	margin: 0px 0px 0px 0px!important;
    display: block;
	
}




h3.pedigreesmall {
	color: rgba(198,198,198,1.00);
	text-transform: uppercase;
	font-size: .6em;
	font-weight: bold;
   margin: 0px 0px 0px 0px!important;
}

.bredby {
	color: rgba(198,198,198,1.00)!important;
	text-transform: uppercase;
	font-size: .8em!important;
}



.linksize {font-size: 300%;
font-family: 'Anton', sans-serif;
font-color: white;
   line-height: 20px!important;}

.hmy-content.hmy-center p a {
	color: rgba(255,255,255,1.00);
}



.boarname {
	font-size: 4em!important;
    font-family: 'Anton', sans-serif!important;
	color: white!important;
	font-weight: lighter;
}

.boarnamesmall {
	font-size: 2em!important;
    font-family: 'Anton', sans-serif;
	color: white;
	font-weight: lighter;
}

.price {
	font-size: 1em!important;
	color: white;
	font-weight: lighter;
}

.sirepic {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: thin solid rgba(255,255,255,1.00);
}

.sirepic2 {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: thin solid rgba(255,255,255,1.00);
	max-height: 300px;
}
.hmy-content.hmy-center h3 {
	color: rgba(179,179,179,1.00);
	font-weight: lighter;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}


.wrap {
	vertical-align: bottom;
	margin-top: 80%;
	margin-right: 25%;
}


.smalltext {font-size: 75%;}



@media only screen and (max-width: 600px) {
  .name {
	max-height: 100px;
}
    
     .linksize {
	font-size: 90%;
}
    
    .pagehead2 {font-size: 90%;
    margin-bottom: -20px;}
    
}
