html, body {

    margin: 0px;
    padding: 0px;
	color: #262626;
	

}

#ocmd.container-fluid{
     background-image:url('../images/bayside-sunset.jpg');
	 background-repeat: no-repeat;
     background-size: cover;
     border-bottom:1px solid #000000;
     min-height:800px;
     margin-bottom:0px;
	 position:relative;
	 
 }


.jumbotron-fluid {
  background-image:url('../images/claire/ocmdbg.jpg');
 
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom:1px solid #000000
}
.jumbotron .container-fluid {
  position:relative;
  top:20px;
}

.jumbotron-fluid h1{
    color: #262626;
	font-size: 2em;
	
}

.jumbotron-fluid h2{
    color: #262626;
	font-size: 1.5em;
	
}

.jumbotron-fluid h3{
    color: #fff;
	
}

.jumbotron-fluid h4{
    color: #fff;
	
}

.jumbotron-fluid p{
    color: #006666;
	

}

.jumbotron-fluid
{
	
min-height:400px;
margin-bottom:0px;

}

.alt1
{
	background:#FFFFFF;
}

.alt2
{
	background:#006666;
	min-height: 50px;
	color:#fff;
}

.alt3
{
	background:#333;
	color:#fff;
	text-align:center;
}

.alt3 h1{
    color: #262626;
	font-size: 2em;
	
}

#pop.container{
     margin-bottom:0px;
	 position:relative;
	 border:1px solid #006666;
	 
 }


.padding
{
padding-top:20px;
padding-bottom:20px;
}

.opq
{
	background: rgba(255, 255, 255, 0.5);
}

#deets.container-fluid{
    background:#006666;
	 
 }

.footer 
{
border-top:1px solid #000000;
}



.img-fluid,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-height: 500px;
  min-width: auto;
}

/* ------------------- Carousel Styling ------------------- */


.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #eee;
  text-align: left;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



}
