body { }
.restore-opacity { opacity: 0.5; }
.restore-opacity:hover { opacity: 1 !important  }
a.edit { color: black; text-decoration: none; opacity: 0.25 }
a.edit:hover { opacity: 1 }
select[name*=day], select[name*=month], select[name*=year], select[name*=hour], select[name*=min] { display:inline; width: auto } 

h1,h2,h3,h4,h5,h6,.navbar-default  { font-family: 'rockwell_stdbold' }
.navbar-default { font-size: 24px; line-height: 100% }
body, p, select, input, button, textarea { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px }

body {
  background-image: url('/images/bg-new-blank.png'); 
  background-position: center top;
  background-repeat: repeat;    
  background-attachment: fixed;
}  

.infowindow { text-align: center; white-space:nowrap; }

.pagination > li > a, .pagination > li > span { background: #f8f8f8 }

#main > h1:first-child, #main > h2:first-child { margin-top: 0 }

a.home-image { opacity: 0.75;  display:block; background-position: center; background-size: cover; color: white; }
a.home-image h3 { text-align: center; padding: 10px; color: white; font-size: 30px; background-image: url('/images/transparent.png') }
a.home-image:hover { text-decoration: none;  opacity: 1 !important}