.header_bar{
	background-color:white;
	color:red;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	z-index:1000;
	box-shadow: 0 4px 2px -2px gray;
}


body{
	max-width:100%;
	margin-top:25px;
	background-image:url('../images/backgrounds/california-bg.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
	background-attachment:fixed;
}

.topFix{
	margin-top:50px !important;
}

.top_fixed{
	top:0;
	position:fixed;
}

.header_left{
	float:left;
	position:relative;
	color:black;
}

.header_right{
	float:right;
	position:relative;
}

@media only screen and (max-width: 600px) {
  .header_right {
    text-align:center;
    font-size:3.5vw;
    width:100%;
  }
  .header_left{
    float:none;
    text-align: center;
  }
}


.section{
	width:100%;
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
}

.section-small{
	padding-top:25px !important;
	padding-bottom:25px !important;
	font-size:0.9em !important;
}

.gallery{
	padding:0px !important;
}

@media only screen and(max-width:600px){
	.sectionFooter{
		border-radius: 0px 0px 100px 100px;
		margin-bottom:25px;
	}
}

.pad5{
	padding:5px !important;
}

.pad25{
	padding:25px !important;
}

.pad0{
	padding:0px !important;
}

.margin0{
	margin:0px !important;
}

.margin25{
	margin:25px !important;
}

.cta{
	padding:50px;
	text-align: center;
	font-weight:800;
	font-style:italic;
	font-size:2.0em;
}

.ctaButton{
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-radius:4px;
	background-color:gold;
	color:#06213B;
	font-style:none;
	font-weight:500;
	margin-left:10px;
	margin-right:10px;
}

.ctaButton:hover{
	color:#06213B;
	text-decoration:none;
}

.dark{
	background-color:#06213B;
}

.darkText{
	color:#06213B;
}

.menu>a{
	color:#06213B;
	font-weight:700;
	padding-right:15px;
}

.menu>a:hover{
	color:#12314E;
	text-decoration:none;
}



.medium{
	background-color:#12314E;
}

.mediumText{
	color:#12314E;
}

.light{
	background-color:#4D6E8E;
}

.lightText{
	color:#4D6E8E;
}

.white{
	background-color:white !important;
}

.whiteText{
	color:white;
}

.grey{
	background-color:grey;
}

.shadowed{
	text-shadow: 2px 2px #000;
}

.greyText{
	color:grey;
}

.centerText{
	text-align:center;
}

.goldLink{
	color:gold !important;
	font-weight:500;
}

h1, h2, h3{
	font-style:italic;
	font-weight:800;
	padding-top:15px;
	padding-bottom:30px;
}

.nearby_logo{
	height:150px;
	width:auto;
}

.opacity25{
	opacity:0.25;
}

.opacity50{
	opacity:0.50;
}

.opacity75{
	opacity:0.75;
}

.rounded{
	border-radius:4px;
}

.featurette-divider {
  margin: 80px 0; /* <hr> between each */
}
 .featurette {

  overflow: hidden; /* Clear floats */
}
 .featurette-image {
  margin-top: −120px; /* Vertically center image with the text */
}
 .featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
 .featurette-image.pull-left {
  margin-right: 40px;
}
 .featurette-image.pull-right {
  margin-left: 40px;
}

.imagebox{
	background-color:black;
}

.imagebox>img{
	width:100%;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.footer_bar{
	width:100%;
	padding-left:25px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
}

.footer_bar > div, .footerText{
	font-style: italic !important;
	color:white !important;
	font-weight:600 !important;
}

.pad-right-small{
padding-right:5px;
}

.row{
	margin-right:0px;
	margin-left:0px;
}

.speech-bubble {
	cursor:default;
	position: relative;
	background: white;
	border-radius: .4em;
	padding:20px;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:25px;
}

.speech-bubble:after {
	cursor:default;
	content: '';
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: white;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

.speech-bubble:hover{
	background:#06213B;
	border-top-color:#06213B !important;
	color:white;
}

.speech-bubble:hover:after{
	border-top-color:#06213B !important;
}



.left-rotate{
	-ms-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}

.left-rotate:hover{
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.right-rotate:hover{
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}


.right-rotate{
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
