h4{
	font-weight: bold;
	font-family: Calibri Light, Calibri, Arial, sans serif;
}

a:link {
	color: #AA3333;
}
a:visited {
	color: #AA3333;
}
a:active {
	color: #CC5555;
}
a:hover {
	color: #CC5555;
}

.navbar{
	border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #EEEEEE;
}

.nav > li > a {
    padding: 15px 20px;
	font-size: 18px;
	line-height: inherit;
	font-weight: bold;
	font-family: Calibri Light, Calibri, Arial, sans serif;
}

.carousel-caption{
	text-shadow: 0 3px 3px rgba(0, 0, 0, .9);
	margin-bottom: 0px;
	color: white;
}

.carousel-control:hover, .carousel-control:visited, .carousel-control:active, .carousel-control:link{
	color: white;
} 

.bordered-img {
	border: 2px solid grey;
}

.white {
	color: white;
}

.carousel-caption a:link{
	color: white;
	text-decoration: none;
}
.carousel-caption a:active{
	color: white;
	text-decoration: none;
}
.carousel-caption a:visited{
	color: white;
	text-decoration: none;
}

.padding{
	padding-top: 10px;
	padding-bottom: 10px;
}

.spacer{
	height: 20px;	
}

.thin-spacer{
	height: 10px;	
}
.narrow-spacer{
	height: 5px;	
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}

.navbar-inverse{
	/*background-image: linear-gradient(to bottom, #855 0%, #311 100%);  bright red*/
	background-image: linear-gradient(to bottom, #B55 0%, #811 100%); /* bright red*/
	
	/*#background-image: linear-gradient(to bottom, #666699 0%, #333355 100%);
	#background-image: linear-gradient(to bottom, #557 0%, #335 100%);*/
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a{
	
	background-image: linear-gradient(to bottom, #D77 50%, #A22 100%); /* bright red*/
	
}

body{
	font-family: Calibri, Arial, sans serif;
	font-size: 16px;
}

p{
	font-size: 18px;
}

.navbar-toggle-nonclickable{
	background-color: transparent;
	float: left;
	border: 0;
}
.navbar-toggle-nonclickable:hover{
	background-color: transparent !important; 
}

.cream-header{
	padding-top: 10px;
	background-color: #efefef;
	height: 150px;
	border-bottom: 4px solid #cccccc;
}

.site-title{
	font-size: 46px;
	font-family: "Garamond", Times, arial;
	color: #AA3333;
}

.site-subtitle{
	font-size: 20px;
	font-family: "Calibri Light", Calibri, Arial, sans serif;
	color: #AA3333;
}


.site-title-small{
	font-size: 20px;
	font-weight: bold;
	font-family: "Garamond", Times, arial;
	color: #FFFFFF;
}

.site-subtitle-small{
	font-size: 20px;
	font-family: "Calibri Light", Calibri, Arial, sans serif;
	color: #FFFFFF;
}

.error-text {
	color: #ce4844;
	font-weight: bold;
	background-color: #FFEEEE;
	padding: 2px 0 2px 10px;
	border-radius: 5px;
}

.error-text:empty {
	display:none;
}

.success-text {    
	color: #4F8A10;
    background-color: #DFF2BF;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	border-radius: 5px;
}

.success-text:empty{
	display:none;
}

.admin-menu-header {
	display: inline;
	margin-right: 10px;
	font-weight: bold;
	font-family: "Calibri Light", Calibri, Arial, sans serif;
}

.admin-menu {
	padding: 0;
	display: inline;
}

.admin-menu > li {
	display: inline;
	font-size: 16px;
	list-style-type: none;
	background: #EEE;
	border-radius: 5px;
	margin: 10px 5px 0 0;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-family: "Calibri Light", Calibri, Arial, sans serif;
}
.admin-menu > li:hover {
	cursor: pointer;
	background: #F5F5F5;
}

.section-header {
	border-bottom: 1px dotted #999999;
}

.content-list {
	border: 1px solid #EEE; 
	padding: 0 20px 0 20px;
	margin-bottom: 30px;
}

.calendar-content {
	line-height: 14px;
	font-size: 14px;
	background-color: #EEEEEE;
}

.calendar > tbody > tr > td {
	padding: 5px;
}

.calendar-controls {
	color: #666666;
	cursor: pointer;
}

#kingstonMap {
	height: 400px;
    width: 100%;
}

#westminsterMap {
	height: 400px;
    width: 100%;
}

/* container */
.responsive-two-column-grid {
    display:block;
}

/* columns */
.responsive-two-column-grid > * {
    padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}