body
{
	margin: 0;
	font-family: Helvetica, sans-serif;
	color: #2b2f3a;
	box-sizing: border-box;
}

h1, h2
{
	font-family: Calibri, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 2em;
	color: #e26700;
	margin-bottom: 15px;
}

/* sub-heading */
h1 span,
h2 span
{
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: .5em;
	color: #979891;
	margin-top: .25em;
	display: block;
}

h1 span.accent
{
	color: #60dfe5;
}

div.box h2
{
	font-family: Crimson Text, serif;
	font-size: 1.25em;
	font-style: italic;
	color: #979891;
	margin: 0;
	text-align: left;
	text-transform: inherit;
}

div.box p
{
	margin: 0;
}

p	
{
	margin-top: 0;
}

div
{
	box-sizing: border-box;
}

div.content
{
	width: 1265px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

div.master-header
{
	text-align: center;
	background-color: #2b2f3a;
}

div.box
{
	width: 940px;
	max-width: 100%;
	float: right;
	padding: 1em;
	background-color: #fcfcfc;
	box-shadow: 5px 5px 5px #888888;
	margin-bottom: 20px;
}

div.hero
{
	background-image: url("/img/NewHero092418-min.png");
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 36.88%; /*39.75%; /*45.66%;*/
	margin: 0;
}

div.hero-2
{
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 16.75%;
}

div#momHero
{
	background-image: url("/img/momHero.png");
}

div#dadHero
{	
	background-image: url("/img/dadHero4.png");
}

div#puppiesHero
{
	background-image: url("/img/puppiesHero.png");
}

div.logo
{
	padding: 1.25em;
}

div.logo img
{
	min-width: 57.69%;
	max-width: 100%;
}

.error
{
	color: red;
}

div.main
{
	width: 100%;
	overflow:hidden;
	padding: 1em;
	padding-top: 0;
}

div.content.gallery
{
	text-align: center;
}

div.content.gallery img.big-portrait
{
	display: inline;
	margin: 25px;
}

div.main:nth-of-type(even) 
{
	background-color: #2b2f3a;
}

div.main:nth-of-type(even) p
{
	color: #979891;
}

a 
{
	text-decoration: none;
}

a:link  { color: #e26700; }
a:visited { color: #e26700; }
a:hover { color: #60dfe5; }
a:active { color: #e26700; }

img {
	max-width: 90%;
}

img.big-portrait
{
	width: 305px;
	max-width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.lightbox-gallery
{
	max-height: 250px;
}

.puppy-pic
{
	display: inline-block;
	margin-bottom: 20px;
}

.puppy-name
{
	color: #e26700;
	display: block;
	font-weight: bold;
}

