@import url(https://fonts.googleapis.com/css?family=Quicksand);
html {
  min-height: 100%;
}
#cw-filter-bar, h2 {
    background-color: rgb(255 255 255 / .70);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 18px
}

.person_extra, div#check_user_div, div#visit_passes_for_sale, h2 {
    text-align: center
}

body {
    font-family: Quicksand, Arial, Helvetica, sans-serif !important;
    overflow-y:scroll;

}

.public_template {
    background-image: url('');
	background-repeat: no-repeat;
	background-color: #F5F5F5;
	background-size: 1900px auto;
        background-position: center top;
}

#Ohana {
  object-fit: cover;
  position: fixed;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: scroll;
  
}


#header > img {
    width: auto;
    height: auto;
margin-bottom: 20px;
}

#content{
margin-top: 30px;

}


#footer_wrapper {
    background: 0 0;
    height: 0
}

#page_wrapper {
    background: transparent;
}

#cw-content-head {
    padding: 0 20px 20px 40px;
    background-color: rgb(255 255 255 / .70);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#cw-content {
    background-color: rgb(255, 255, 255, 0);
}

#cw-filter-bar {
    width: 250px
}

.footer_contact {
    background-color: rgb(255 255 255 / 0);
    
}

#header_wrapper {
    width: 1000px !important;
    height: 100px;
}

.class_show_all_button {
    margin-left: 0;
}

#logo {
    background: rgba(0, 0, 0, 0) url("https://secure.activecarrot.com/media/dynamic/static_images/1011/ohana logo.png") no-repeat scroll 0 0;
    height: auto;
    width: auto;
}
#cw_descriptions {
width:970px;
}
#contact_details_form {
background-color: rgba(255, 255, 255, 0.95);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#cw_filter_form > fieldset > legend {
	border-top: 2px solid rgba(255, 255, 255, .8);
	width: 100%;
	padding-top: 10px;
}

#cw_filter_form > div:nth-child(2) > input {
	margin-bottom: 10px;
}

#cw_filter_form > fieldset:nth-child(11) > legend {
	padding-top: 20px !important;
	width: 250px!important;
}

.cw-block-book .book {
    float: left;
    max-width: 180px;
    width: 180px;
    font-family: inherit;
}