/*
*****************************************
 PVII Vibrations: A Harmony Page Pack
 by Project Seven Development
 www.projectseven.com
*****************************************
*/

body {
	margin: 0px;
	background-color: #181818;
	color: #FFF;
	font-family: Lato, Tahoma, Geneva, sans-serif;
}
.hmy-section h1 {
	font-size: 2rem;
}
.hmy-section h2 {
	font-size: 1.75rem;
}
.hmy-section h3 {
	font-size: 1.6rem;
}
.hmy-section h4, .hmy-section h5 {
	font-size: 1.2rem;
}
.masthead h1 {
	font-size: 2rem;
	margin: 0px;
	padding: 10px 0px;
	font-weight: normal;
	letter-spacing: .25em;
}
.masthead .hmy-content {
	padding: 10px;
	box-shadow: 0px 0px 15px #000;
	position: relative;
	z-index: 20;
	border-bottom: solid thin;
	border-bottom-color: #064887;
}
.tagline {
	display: block;
	letter-spacing: 0.5em;
	font-size: 45%;
	text-transform: uppercase;
}
.hmy-section.heading {flex-basis: 100%;}

.top-navigation {
	background: -webkit-linear-gradient(180deg, #4CB69F, #2F7465);
	background: linear-gradient(180deg, #4CB69F, #2F7465);
	background-color: #4CB69F;
	border-bottom: 1px solid #000;
	box-shadow: 0px 0px 15px #000;
	position: relative;
	z-index: 15;
}
.omni-wrapper {
	margin-top: 12px;
	margin-bottom: 10px;
}
.slideshow {
	width: 100%;
	padding: none;
}
.photo-right {
	float: right;
	margin-left: 15px;
}
.calendar-wrapper {
	background-color: rgba(255,255,255,0.90);
	color: #000;
	padding: 0px;
	margin-top: 0px
}
.calendar {
	max-width: 1050px;
	margin: auto;
	padding: 1px 20px 30px 20px;
}
.blue-text {
	color: #004B8F;
}
.blue-bold-text {
	color: #004B8F;
	font-size: 115%;
	font-weight: bold;
}
.history-dates, .directors {
	padding-top: 20px;
}

.multi-bg {
	background-size: cover;
}
.multi-bg.silverblue {
	background-color: rgb(75,103,119);
	background: linear-gradient(rgba(75,103,119,0.75), rgba(75,103,119,0.75)), url(images/lambo.jpg) no-repeat center;
}
.multi-bg.rust {
	background-color: rgb(193,67,46);
	background: linear-gradient(rgba(193,67,46,0.75), rgba(193,67,46,0.75)), url(images/ferrari.jpg) no-repeat center;
}
.multi-bg.white {
	background-color: rgb(255,255,255);
	background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.9)), url(images/mclaren.jpg) no-repeat center;
}
.multi-bg.black {
	background-color: rgb(0,0,0);
	background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.75)), url(images/lambo.jpg) no-repeat center;
}
.custom-bg .hmy-content {
	padding: 30px;
}
.p7HMY.hmy-noscript .multi-bg {
	background-image: none !important;
	background: rgb(0,0,0) !important;
	color: #FFF !important;
}
.big {
	font-size: 135%;
}
.centered {
	text-align: center;
}
.max-960 .hmy-content {
	max-width: 1050px;
	margin: auto;
	padding-top: 0px;
	text-align: justify;
    text-justify: inter-word;
}
.max-1050 .hmy-content {
	max-width: 1050px;
	margin: auto;
	padding-top: 0px;
	text-align: center;
}

.facebook-container {
	width: auto;
	margin-top: 5px;
	text-align: center;
}
/*The Footer*/
.footer {
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
	font-size: .9em;
	padding: 10px 10px;
}

/*Exception Rules Layout Specific*/
body.p7vibes-05,
body.p7vibes-06 {
	background: url(../../images/backgrounds/girl-in-purple-background.jpg) no-repeat center fixed;
	background-size: cover;
}
.p7vibes-05 .section-heading .hmy-content {
	padding: 15px 10px 0px 10px;
}
.contact .hmy-content {
	width: 100%;
	padding: 20px;
}
.p7form-wrapper {
	text-align: left;
}
.p7form-wrapper * {
	box-sizing: border-box;
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
	.break-to-50.hmy-section {flex-basis: 50% !important;}
	.hmy-section.heading {flex-basis: 100% !important;}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
body {font-size: 90%;}
.p7HMY .hmy-section {flex-basis: 100% !important;}
.hmy-content-wrapper {border: none !important; }
.p7form-wrapper {border: none !important; padding: 0px !important;}
}
/*iPhone 6 Plus*/
@media screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3){
	.multi-bg, body {background-size: cover; background-attachment: scroll;}
}
/*iPad Query */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.multi-bg, body {background-attachment: scroll; background-size: auto;}
}

