div  {

    padding-left: 30px;
    padding-right: 30px;
}
    

div courthouse {
  width: 200px;
  height: 200px;

  display: block;
  position: relative;
}

div courthouse::after {
  content: "";
  background: url(images/Dec 9 462.jpg);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}









@charset "utf-8";
.navbar-default {
    background-color: #CD9B6B;
    border-color: #CD9B6B;
}

#lake {
	position: relative;
}
#lake h1 {
	position: absolute;
	color: #FDFDFD;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 4em;
	text-shadow: 2px 2px 5px rgba(94,94,94,0.75);
	bottom: 9%;
	left: 8%;
}
img[src$="icon.svg"] {
	width: 50px;
	margin: 10px auto;
	display: block;
}
#highlights {
	text-align: center;
}
h2, h3 {
    color: #000000;
}


h4 {
    color: #000000;
    font-size: 1.2em;   
}


p {
    color: #000000;
}





@media (max-width:649px){
 
#lake h1 {
	font-size: 2em;
	bottom: 0%;
}


}

@media screen and (min-width:650px) and (max-width:959px){
#lake h1 {
	font-size: 3em;
}

}
#feature {
}
