/* Display Directives */

.desktop   {
    display: block;
}

.mobile   {
    display: none;
}

/* Site Navigation */

nav   {
    width: 90%;
}

nav a   {
    width: 20%;
    font-size: 24px;
}

nav a:hover   {
    transform: scale(1.12);
}

/* Site Frameworks */

.header  {
	width: 70%;
}

.footer img   {
    width: 100%;
    height: auto;
}

.footer  {
	width: 70%;
}


section.content   {
    width: 80%;
}

.content p   {
    font-size: 22px;
}

.content p.disclaimer   {
	font-size: 18px;
}

.content h1   {
    font-size: 36px;
}

.content h2   {
    font-size: 30px;
}

a.breed_link   {
    width: 34vw;
}

.content p img   {
	width: 20vw;
}

input  {
	width: 70%;
}

select  {
	width: 70%;
}

textarea  {
	width: 70%;
}

.content p.app_notice   {
	width: 70%;
	margin: -14px auto 21px 0;
}