.container {
  max-width: 1000px;
}
.container-fluid {
	max-width: 1000px;
}

.fhactive span:hover {
	background: #f5f5f5;
	cursor: pointer;
}

.panel-primary {
     border-color: #000000 !important;
     /* border-color: #618685 !important; */
}

.panel > .panel-heading {
    background-image: none;
    /* background-color: #618685; */
    background-color: #000000;
    color: white;

}

.parallax { 
    background-image: url("../images/img_6882a.png");

    height: 250px;
    width: 100%; 

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}

body {
	padding-top: 70px;
}

.navbar {
	background-color: white;
}

div.clustermap {
  display : none;
}

.parallax-window {
    min-height: 250px;
    background: transparent;
}

a {
    color: #888888;
}