/* Application styles could go here */
/*
 * Colors:
 * Violet: BCA7C4
 * light grey: cccccc
 * Dark Grey #333
 * Light Grey (text): #999
 */
body {background-color:#666;}
#main {background-color:#cccccc;}

/* Main content blocks */
.navbar {border-bottom:4px solid #BCA7C4 !important;}
.advanced-search > a {color:#999; text-decoration:none;}
.banner-interior {
	background-image:url('../images/persons-banner.jpg');
	border-bottom:4px solid #BCA7C4;
	background-position:top;
    height:200px;	
}
.banner {background-color:#BDA9C4; border-bottom:4px solid #BCA7C4; padding:1em;}

/* Typography */
h1 {color:#666; padding-top:1em;}
h2 {color:#999;}
h3 {color:#333;}
h3.underline {color:#999; border-bottom:3px solid grey;}
.column1 h3{border-bottom:1px solid #999; padding-bottom:0; margin-bottom:1em;}
h3.label {
    background-color:#ccc;

}

.title {border-bottom:2px solid #666666;margin-bottom:1em;}
.about {padding-top: .5em; border-bottom:2px solid #666666;margin-bottom:1em;}

/*.custom-map-marker {width:14px; height:14px; margin:0;padding:0; padding-right:14px;}*/
.dl-srophe dt{width: 14px; margin-top:0; height:20px !important;}
.dl-srophe dd {margin-left: 2em;}
.srophe-marker
    {
        background-image:url('../leaflet/images/markers-plain.png');
        background-repeat: no-repeat;
        background-size: 141px 18px;
        background-position: 0 0;
        /*width:14px;
        height:14px;
        padding:0;
        padding-right:14px;
        margin:0;*/
        padding-right:14px;
    }
.born-at {
  background-position: -14px 0;
}
.died-at {
    background-position: 0 0;
}
.literary {
    background-position: -56px 0;
}
.relation {
    background-position: -42px 0;
}
/* 
.persNames {list-style: none; display:inline; margin-bottom:1.5em;}
.persNames li {margin:.25em; padding:.5em; background-color: #cdcdcd; color:black; font-weight:normal; display:inline-block; border-radius: .25em;}
 */ 
#toggleSearchForm {
    float: right; /* Align the button to the right */
    margin-right: 20px; 
    margin-top: 10px;
    margin-bottom: 10px;
    transition: opacity 0.3s ease-in-out; /* Smooth appearance */
}
