/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  CSS
  -----------------------------------
*/

body {
	font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-size: 1.0rem;
    padding: 0px 20px;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center	{
	text-align: center;
    line-height: 1.1;
}
.hmy-section h1 {
 	margin: 0;
    font-family: fino-sans, serif;
    font-weight: 400;
    color: #696161;
    padding: 0.75em 0 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hmy-section h2, 
.hmy-section h3 {
 	margin: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    padding: 0 0 .25rem 0;
}
.hmy-section h4,
.hmy-section h5,
.hmy-section h6 {
	margin: 0;
    font-family: proxima-nova, sans-serif;
	font-weight: 600;
    padding: 0;
}
.hmy-section h1 {font-size: 4.2rem;}
.hmy-section h2 {font-size: 2.8rem;}
.hmy-section h3 {font-size: 2.0rem;}
.hmy-section h4 {font-size: 1.5rem;}
.hmy-section h5 {font-size: 1.2rem;}
.hmy-section h6 {font-size: 1.1rem;}

.hmy-section h2.work {
 	margin: 0;
    font-family: fino-sans, serif;
    font-weight: 400;
    font-size: 3.2rem;
    color: #696161;
    padding: .5em 0 .25em 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer {font-size: 1.0rem;}
.center {
	text-align: center;
}
p {
	margin-top: 1.0em;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
	line-height: 1.5;
}
ul 	{
	font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
	list-style-type: square;
	line-height: 1.5;
}
ul ul 	{
	font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-size: 1.0rem;
	list-style-type: disc;
	line-height: 1.5;
}
/*
--------------------------------------------------------
 Root Menu Links and sub-menu links must be expressed in
 pixel sizes. 16px is the default font-size for all
 browsers. The first rule is for root links, the 
 second is for sub-menu links.
--------------------------------------------------------
*/
.p7AMM li a {font-size: 18px;}
.p7AMM ul ul li a {font-size: 15px;}

/*
--------------------------------------------------------
 Restrict height of logo image to a maximum of 60px
--------------------------------------------------------
*/
img.z-logo {
	max-height: 90px;
	padding: 9px;
}
img.footer-logo {
	max-height: 90px;
	padding: 9px;
}

.map-wrapper {
	position: relative; 
	padding-bottom: 60%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-bottom: 20px; 
	border: 1px solid #999;
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
	border: 1px solid #000;
	border-radius: 7px;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


@media only screen and (min-width: 0px) and (max-width: 768px) {
body {
	-webkit-text-size-adjust: none;
	font-size: 1.0rem;
}
#layout-container {
	max-width: none;
	padding: 0px;
}
h4 {
	font-size: 150%;
}
.marketing {
	font-size: 1.0rem;
}
.tagline {
	font-size: 135%;
	width: 100%;
}
.callout-review {
	max-width: 180px;
}

}
@media only screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none;
	font-size: 16px;
}
}

@media only screen and (max-device-width: 480px) and (orientation : landscape) {
body {
	-webkit-text-size-adjust: none;
	font-size: 12px;
}
}
