body {
  background-color: #F0EFE7;
  background-repeat: no-repeat;
  background-size: cover!important;
  background-position: right;
}

.body-content {
  max-height: 1800px;
	min-height: 1800px;
  overflow: scroll;
}

.navbar-collapse .navbar-nav li:nth-child(3) {
  display: none;
}




.ui-accordion-header.ui-state-active, .ui-accordion-header.ui-state-default {
  background: #C5B8D9;
  border: 1px solid #C5B8D9;
}