/* logoRed #fe0101, logoGray #808080, lavender #abaadc, brightBlue #0058e7, deepBlue #0a1096, medRed #ff402d, dkRed #96061d, mustard #f0b707, orange #ff7e00, medTeal #61bfbb, dkTeal #084e52, creamyGreen #c9cdba, paleYellow #f7ffd0 */

/*ltGray #9f9e9e, dkGray #808080, red #fe0400, mustard #e6c879
ltOcean #90c9d6, ltOcean #7698a3, ocean #5e7d86
brtTeal #87d3ff, medTeal #0091b0, dkTeal #00566c*/

* {box-sizing: border-box;}
html,body {height: 100%;}
body {
	margin: 8px 8px 0 8px;
	padding: 0;
	font: 400 15px/normal 'Signika', sans-serif;
	font-size: 15px;
	color: #333;
  background-image: url(../images/Pacific-Coast-Matchmakers1200x800.jpg);
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}
#container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#container::after {
  display: block;
  content: "";
  height: 1px;
}

header {
	width: 100%;
	display: table;
	padding: 4px 0;
  text-align: center;
}
#logo {border: none; width: 260px;}
#logo-box {
	display: table-cell;
	vertical-align: bottom;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  /*background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0));*/
  padding: 4px 8px;
}
#logo-box a {text-decoration: none; color: #fff;}

#tagline {
	display: none;
	vertical-align: bottom;
	padding-left: 30px;
	text-align: right;
	font: italic 400 20px/normal 'Signika', sans-serif;
  color: #333;
  position: relative;
  bottom: 8px;
}
.nav-top {
	text-align: right;
  margin-bottom: 6px;
	padding: 6px;
	border-top: 2px solid #5e8597;
}
.nav-top a {
	text-decoration: none;
	color: #000;
	padding: 0 8px 0 4px;
	border-right: 1px solid #333;
  white-space: nowrap;
}
.nav-top a:hover {text-decoration: none; color: #999;}
.nav-top a:last-child {border: none;}

.top-phone {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	padding-left: 8px;
}
#main-box {
  border: none;
	padding: 0 20px 20px 20px;
  position: relative;
	overflow: hidden;
	text-align: center;
  background: #fff;
  background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.0));
}
#main-left {
	float: right;
	text-align: right;
}
.cta {
  display: block;
  padding: 18px 0 10px 0;
	font: 700 20px/normal 'Signika', sans-serif;
	color: #00566c;
  text-align: center;
  line-height: 1.0;
}
#rotating-photos {
	box-sizing: border-box;
  display: none;
	margin: 20px;
	overflow: hidden;
	position: relative;
	height: 365px;
}
.rotating-photo {
	-moz-transition: opacity 1.5s ease 0s;
	-webkit-transition: opacity 1.5s ease 0s;
	transition: opacity 1.5s ease 0s;
	transform: translateX(-50%);
	position: absolute;
}
#arrow {
	height: 130px;
	display: none;
	vertical-align: middle;
	background-attachment: scroll;
	background-image: url(../images/arrowED1D24.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	padding: 4px 36px 0 10px;
	width: 615px;
}
#photo-text {
	margin-top: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 34px;
}
.mi-seal {width: 185px;}

/*************************** index2 stuff **************************/
#seal-text {
  width: 270px;
	display: none;
	position: relative;
	top: -10px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#seal {
  width: 270px;
	display: none;
  margin-top: 10px;
  margin-left: -15px;
	vertical-align: middle;
	position: relative;
	top: -30px;
	z-index: 100;
}
#photostrip {
	width: 270px;
	position: relative;
	top: -30px;
  margin-bottom: 20px;
	left: 10px;
	display: none;
	font-size: 12px;
	text-align: center;
}
#photostrip img {width: 100%; padding-left: 0;}

#seal-textFB {
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	left: 20px;
	top: 151px;
	text-align: center;
}
/*********************** end of index2 stuff ************************/

#headline-for-mobile {
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 6px;
}

/******************************** start of form stuff **************************/
#form-box {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	float: none;
	background-color: #fff;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
  position: relative;
  /*top: 4px;*/
}
.form-headline {
	margin-bottom: 10px;
  text-align: center;
	font-size: 30px;
	padding: 2px 5px 3px 5px;
	color: #000;
  background-color: #e6c879;
}
.form-headline--wcheck {
	font-size: 26px;
	padding: 26px 0 10px 0;
}
#checkmark {
	width: 36px;
	height: 35px;
	vertical-align: middle;
	position: relative;
	top: -5px;
	left: -10px;
	margin-right: -10px;
}
#form-fields {
	width: 70%;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: center;
}
label {
	margin-top: 10px;
	font-size: 15px;
	display: block;
}
.text-field {
	display: block;
	width: 100%;
	padding: 5px 6px 5px 6px;
	font-size: 15px;
	height: 32px;
	border-radius: 6px;
	box-sizing: border-box;
	border: 1px solid #999;
}
.select-menu {
	display: block;
	width: 100%;
	padding: 7px 6px 7px 6px;
	font-size: 15px;
	height: 32px;
	border-radius: 6px;
	box-sizing: border-box;
	border: 1px solid #999;
}
.error-fields {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	width: 250px;
	color: #C00;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin-top: -15px;
	margin-left:20px;
}
.form-button {
	width: 100%;
	height: 50px;
	margin: 20px 0;
	padding: 0 0 2px 0;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #f0b707;
	border-radius: 10px;
	color: #000;
  background-image: -webkit-linear-gradient(top, #ff402d, #f0b707);
	background-image:    -moz-linear-gradient(top, #ff402d, #f0b707);
	background-image:     -ms-linear-gradient(top, #ff402d, #f0b707);
	background-image:      -o-linear-gradient(top, #ff402d, #f0b707);
}
/******************************** end of form stuff **************************/

#below-photo-text {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
  background-color: #5e8597;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 6px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#serving-text {
	position: relative;
	top: 10px;
  color: #fff;
  text-shadow: 0 0 8px #000;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 10px;
}
#bottom-box {
  margin: 0 auto 40px auto;
	padding: 20px;
  background-color: rgba(255,255,255,0.90);
	font: 15px/normal "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#bottom-box p, #bottom-box h1, #bottom-box h2, #bottom-box ul {padding: 0;}
#bottom-box #contact-box {margin-left: 10%;}
.dtable {display: table;}

#bottom-left {
  padding-right: 0;
  display: block;
  vertical-align: top;
}
#bottom-left h2:first-child {margin-top: 0;}

#bottom-right {
	width: 100%;
	margin-bottom: 10px;
	border-left: none;
	box-sizing: border-box;
  display: block;
  vertical-align: top;
}
/*#bottom-right p:first-child {margin-top: 0;}*/
#bottom-right p:last-child {margin-bottom: 0;}

.testimonials {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000;
}
.red-bold-type {
	font-weight: bolder;
	color: #ea0707;
}
.headline { /*not used in index*/
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #EA0707;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}

h1 {
	font: 700 24px/normal 'Signika', sans-serif;
	color: #00566c;
  text-align: center;
  line-height: 1.0;
}
h2 {
	font: 700 18px/normal 'Signika', sans-serif;
	color: #000;
}
ul {list-style-position: inside;}
.bold-type {
	font-weight: bolder;
	color: #000;
}
.dont-break {white-space: nowrap;}
.feature-box {
	padding: 15px;
	border: 1px solid #1e50af;
	background-color: #EDF7F7;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.testimonial-box {
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #1e50af;
	overflow: hidden;
}
.horiz-photo {
	height: 360px;
	padding-bottom: 20px;
	overflow: hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
  background-size: cover;
}
.float-right {float: right;}
.float-left {float: left; padding: 0 15px 10px 0;}
.centered {text-align: center;}
.clearing {clear: both;}
.small-print {
	font: 400 11px/normal 'Signika', sans-serif;
	color: #333;
  line-height: 1.6em;
}
.small-print a {text-decoration: none; color: #333;}
.small-print a:hover {text-decoration: none; color: #999;}

.nav-bottom {
	margin: 30px 0  0 0;
  padding: 8px;
	text-align: center;
  background: rgba(94,133,151,0.8);
  border: none;
  font-size: 11px;
	color: #c9cdba;
  line-height: 1.8;
}
.nav-bottom a {
	color: #ccc;
	text-decoration: none;
	padding: 0 9px 0 5px;
	border-right: 1px solid #ccc;
  white-space: nowrap;
}
.nav-bottom a:hover {
	color: #fff;
	text-decoration: none;
}
.nav-bottom a:last-child {border: none;}

.footer-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4px 0;
  text-align: center;
  background: rgba(94,133,151,1.0);
  font-size: 12px;
  color: #ccc;
}
.footer-fixed a {
  text-decoration: none;
  color: #ccc;
  padding: 0 12px 0 8px;
  border-right: 1px solid #ccc;
  white-space: nowrap;
}
.footer-fixed a:hover {
  color: #fff;
}
.footer-fixed a:last-child {
  border: none;
}

#blog {/* iframe */
	width: 100%;
	height: 300px;
  border: none;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #FAF9F6;
}

/***************** survey stuff*******************/

.bold-blue {font-weight: bold; color: #1B75BC;}
.text-survey, .select-survey, .select-group a, .textarea-survey {
	width: 100%;
	box-sizing: border-box;
	height: 42px;
	margin: 6px auto;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 0; /* defeating user agent stylesheet 5px */
}
.text-survey {padding: 10px;}
.textarea-survey {height: 140px;}
.select-survey {
	background-color: #fff;
	color: #00499a;
}
.check-choice, .radio-choice {display: block; line-height: 2.0;}
input[type=checkbox], input[type=radio] {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
	transform: scale(1.5);
  padding: 10px;
}
/***************** end of survey stuff*******************/

/******************** begin contact stuff ******************************/
#contact-box {
	max-width: 300px;
	margin: 0 0 8px 0;
	padding: 4px 10px 10px 10px;
	background: #F5F5F5;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.text-contact {
	font: 14px/14px Arial, Helvetica, sans-serif;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	border: thin solid #999;
}
.select-contact {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 14px/14px Arial, Helvetica, sans-serif;
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	border: thin solid #999;
}
.captcha {border:1px solid #000; float:left; margin:10px 10px 10px 0;}
.captcha-refresh {width:30px; float:left; padding: 5px 5px 5px 0; }
.captcha-code {width:70px; border:1px solid #000; margin:10px 10px 10px 5px;}

/******************** end contact stuff ******************************/

/*** media queries ***/

@media screen and (min-width: 350px) {
	header {padding: 8px 0;}
}
@media screen and (min-width: 410px) {
	#logo {width: 320px;}
	#checkmark {width: 46px; height: 45px; top: -10px;}
	#below-photo-text {font-size: 20px; padding-top: 6px; padding-bottom: 8px;}
	.nav-bottom {font-size: 12px;}
  #bottom-box p, #bottom-box h1, #bottom-box h2, #bottom-box h3, #bottom-box ul {padding: 0 20px;}
}
@media screen and (min-width: 600px) {
	#main-box {padding: 0;}
	#headline-for-mobile {display: none;}
  #tagline {display: table-cell;}
  #arrow {display: table-cell;}
  #seal-text {display: inline-block;}
  #seal {display: inline-block;}
  #photostrip {display: inline-block;}
  #form-box {float: right; margin: 20px; width: 270px;}
	.form-headline {margin-bottom: auto; padding: 18px 10px 18px 10px;}
	#checkmark {width: 56px; height: 54px; top: -15px;}
	#form-fields {padding: 10px 0 10px 0;}
  #rotating-photos {display: block;}
  #bottom-left {display: table-cell; padding-right: 20px;}
  #bottom-right {display: table-cell; width: 293px; border-left: 3px solid #CCC;}
}
@media screen and (min-width: 626px) {
	#seal-text {width: 300px;}
	#seal {wwidth: 300px; margin-top: 10px;}
	#photostrip {width: 300px; top: -50px; font-size: 15px;}
}
@media screen and (min-width: 705px) {
  #form-box {width: 300px;}
	#photostrip {width: 350px;}
}
@media screen and (min-width: 715px) {
	header {text-align: left;}
	#arrow {padding-left: 0;}
}
@media screen and (min-width: 750px) {
	.cta {font-size: 24px;}
	#seal-text {width: auto;}
	#seal {width: auto; margin-top: 0; top: -15px;}
	#photostrip {width: 350px; top: -20px; font-size: 18px;}
}
@media screen and (min-width: 780px) {
	#photostrip {width: 400px; top: -20px;}
}
@media screen and (min-width: 856px) {
	#seal-text {font-size: 18px;}
	#seal {margin-left: 0;}
	#photostrip {width: 500px; top: -20px;}
}
@media screen and (min-width: 965px) {
	#arrow {padding: 4px 36px 0 100px;}
	#photostrip {width: 590px; top: -20px;}
}
