@charset "utf-8";
/* Reset */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote, a {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
font-family: arial, sans-serif;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

td, th, caption {
font-weight: normal;
text-align: left;
}

img, fieldset {
border: 0;
}

ol {
list-style: decimal;
}

ul {
list-style: disc;
}

q:before, q:after {
content:'';
}

*	{
box-sizing: border-box;
    
}


/* Display Directives */

.desktop   {
    display: none;
}

.tablet   {
    display: none;
}

.mobile   {
    display: block;
}

/* Site Navigation */

nav   {
    margin: 21px auto 40px;
    width: 90%;
    text-align: center;
}

nav a   {
    display: inline-block;
    width: 40%;
    text-decoration: none;
	text-shadow: 0 0 7px rgba(0,0,0,0.3);
    padding: 14px 0;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
	border-radius: 14px;
	margin: 2%;
    transition-duration: 0.5s;
}

nav a:hover   {
    transform: scale(1.1);
	transition-duration: 0.5s;
}

nav a:first-of-type   {
    background-color: #8dc63f;
}

nav a:nth-of-type(2)   {
    background-color: #39b54a;
}

nav a:nth-of-type(3)   {
    background-color: #009444;
}

nav a:nth-of-type(4)   {
    background-color: #006838;
}

/* Site Frameworks */

body   {
    background-image: url("../img/bg_main.jpg");
    background-repeat: none;
    background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
}

.header img   {
    width: 100%;
    height: auto;
}

.header  {
	width: 90%;
	margin: auto;
	padding-top: 21px;
}

.footer img   {
    width: 100%;
    height: auto;
}

.footer  {
	width: 90%;
	margin: auto;
	padding-top: 40px;
}


section.content   {
    color: rgba(255,255,255,1);
    width: 85%;
    margin: auto;
}

.content p   {
    line-height: 1.8em;
    font-size: 20px;
    margin-bottom: 28px;
}

.content p.edunote   {
	font-size: 16px;
	font-style: italic;
}

.content p.quote   {
	width: 90%;
	border-left: 4px solid rgba(255,255,255,0.4);;
	border-right: 4px solid rgba(255,255,255,0.4);;
	background-color: rgba(255,255,255,0.1);
	margin: 0 auto 24px;
	padding: 1.5em;
	display: block;
}

.content p a   {
    text-decoration: none;
    font-weight: bold;
    color: #BFF575;
	transition-duration: 0.5s;
}

.content p a:hover   {
    text-decoration: underline;
    color: white;
	transition-duration: 0.5s;
}

.content p.disclaimer   {
	background-color: rgba(0,0,0,0.3);
	border-radius: 21px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 14px;
	font-weight: bold;
	font-size: 16px;
	clear: both;
}

.content p.breeder_notice   {
	background-color: rgba(0,0,0,0.2);
	border-radius: 21px;
	display: block;
	margin: 24px auto;
	text-align: center;
	padding: 14px;
	font-size: 16px;
}

.content p img   {
	float: right;
	width: 40vw;
	height: auto;
	margin: 0 0 14px 14px;
	transform: rotate(3deg);
	border-radius: 14px;
	box-shadow: 0px 1px 12px rgba(0,0,0,0.7);
}

.content h1   {
    font-size: 30px;
    display: block;
	font-weight: bold;
}

.content h2   {
    font-size: 30px;
    margin-top: 28px;
    display: block;
}

strong   {
    font-weight: bold;
    color: white;
}

.centered   {
    text-align: center;
}

.cleared   {
    clear: both;
}


/*  Card Styling  */

div.card   {
	background-color: #908271;
	border-radius: 14px;
	padding: 14px;
	width: 100%;
	margin: 21px auto;
}

.content .card h2   {
    font-size: 24px;
    margin-top: 0px;
    display: block;
	font-weight: bold;
}

.content .card p   {
    font-size: 18px;
    margin-top: 21px;
    display: block;
}

a.breed_link   {
    background-color: #c49a6d;
	padding: 10px;
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
	line-height: 1.4em;
    border-radius: 12px;
    margin: 7px 2vw;
	display: inline-block;
    width: 80vw;
    vertical-align: middle;
	transition-duration: 0.3s;
}

a.breed_link:hover   {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

div.prodcat   {
	width: 100%;
	text-align: left;
}

.content .prodcat .breeder_notice   {
	text-align: left;
}


div.prodinfo   {
	background-color: #908271;
	border-radius: 14px;
	padding: 14px;
	width: 100%;
	margin: 21px auto;
	text-align: left;
}

ul.edu   {
	margin: 0 0 30px 30px;
	font-size: 20px;
}

ul.edu li   {
	margin: 14px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3em;
}

ul.edu span   {
	font-size: 18px;
	display: block;
	font-style: italic;
	font-weight: normal;
}

ol.edu   {
	margin: 0 0 30px 30px;
	font-size: 20px;
}

ol.edu li   {
	margin: 14px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3em;
}

ol.edu span   {
	font-size: 18px;
	display: block;
	font-weight: normal;
}

.prodcat ul   {
	margin: 0 0 0 30px;
	font-size: 18px;
}

.prodinfo ul   {
	margin: 0 0 0 30px;
	font-size: 18px;
}

.content .prodinfo p   {
	margin: 14px 0 0 0;
	line-height: 1.5em;
	font-size: 18px;
}

.content .prodcat p   {
	margin: 14px 0 0 0;
	line-height: 1.5em;
	font-size: 18px;
}

.prodinfo h2   {
	margin: -14px 0 -14px 0;
}

.prodcat h2   {
	margin: -14px 0 -14px 0;
}

div.container   {
	width: 100%;
	text-align: center;
}

/*  Button Styling  */

a.btn_phone   {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 21px 10px 50px;
    background-color: #c49a6d;
    background-image: url("../img/btn_phone.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    border-radius: 7px;
    margin: 0 14px 14px 0;
    transition-duration: 0.3s;
    display: inline-block;
    width: auto;
}

a.btn_phone:hover   {
    transform: scale(1.12);
    transition-duration: 0.3s;
}

a.btn_email   {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 21px 10px 50px;
    background-color: #9c6d61;
    background-image: url("../img/btn_email.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    border-radius: 7px;
    margin: 0 14px 14px 0;
    transition-duration: 0.3s;
    display: inline-block;
    width: auto;
}

a.btn_email:hover   {
    transform: scale(1.15);
    transition-duration: 0.3s;
}

a.btn_web   {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 21px 10px 50px;
    background-color: #754f46;
    background-image: url("../img/btn_website.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    border-radius: 7px;
    margin: 0 14px 14px 0;
    transition-duration: 0.3s;
    display: inline-block;
    width: auto;
}

a.btn_web:hover   {
    transform: scale(1.15);
    transition-duration: 0.3s;
}

a.btn_edu   {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 21px 10px 50px;
    background-color: #c49a6d;
    background-image: url("../img/btnicn_go.png");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center left;
    border-radius: 7px;
    margin: 0 14px 14px 0;
    transition-duration: 0.3s;
    display: inline-block;
    width: auto;
}


a.btn_edu:hover   {
    transform: scale(1.15);
    transition-duration: 0.3s;
}


/* Form Objects */

.content p.app_notice   {
	border-radius: 7px;
	display: block;
	margin: -14px auto 21px;
	text-align: left;
	padding: 7px;
	font-size: 14px;
	background-color: #4D323C;
}

input  {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #598972;
	font-size: 16px;
	padding: 7px;
	color: #AED675;
	background-color: #294638;
	display: block;
}

select  {
	width: 100%;
	display: block;
	border-radius: 10px;
	border: none;
	font-size: 16px;
	padding: 7px;
	color: white;
	background-color: #4C3E33;
}

textarea  {
	width: 100%;
	display: block;
	border-radius: 10px;
	border: 1px solid #598972;
	font-size: 16px;
	padding: 7px;
	color: #AED675;
	background-color: #294638;
}

input[type="submit"]   {
    transition-duration: 0.3s;
	margin-top: 21px;
	background-color: #6A962C;
	color: white;
}

input[type="submit"]:hover   {
    transform: scale(1.1);
    transition-duration: 0.3s;
}