/* Application styles could go here */
/*
 * Colors:
 * Dark red: 753C28
 * Dark orange: B3522B
 * Light orange: E69849
 * Pale tan: F5F2E9
 * Dark Blue: 456889
 * Blue/grey: A2B1B9
 * Light Blue: DDEAF1
 * Dark Grey #333
 * Light Grey (text): #999
 */
body {background-color:#753C28;}
footer {background-color:#753C28;}
#main {background-color:#F5F2E9;}
.navbar {border-bottom:4px solid #753C28 !important;}
.image-banner {border-bottom:.5em solid #753C28 !important;}
.banner-text {color:#E69849 !important;}
/* Main content blocks */

/* Typography */
h1 {color:#E69849;}
h2 {color:#753C28;}
h3 {color:#999;}
h3.paging {display:block; font-weight:500; color:#666; border-bottom:none;}
.underline {color:#999; border-bottom:3px solid #E69849;}
#map {height: 280px;}

#placenames .placeName {font-weight: bold;}
/*footer { border-top: 4px solid #753C28; }*/