
body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #5a5a5a;
}
footer {
	background: #e9e9e9;
	margin-top: 20px;
	font-size: 13px;
}
/********** changes to bootstrap **********/
.navbar {
	background: white;
}
.navbar-header {
	font-family: 'Lobster', cursive;
	color: #1bb502 !important;
}
.navbar-brand {
	font-size: 40px;
}
.navbar-header a, .navbar-header a:visited, .content a, .content a:visited {
	color: #1bb502 !important;
}
.navbar-header a:hover, .content a:hover {
	color: #5a5a5a !important;
}
ul.nav li a, ul.nav li a:visited, .page-footer a, .page-footer a:visited, .bullet a, .bullet a:visited {
	color: #5a5a5a !important;
}
ul.nav li a:hover, .page-footer a:hover, .bullet a:hover {
    color: #1bb502 !important;
    background-color: #e9e9e9 !important;
}
.btn-success {
	background: #1bb502 !important;
	border-color: #1bb502;
}
.btn-success:hover {
	background: #1b9b06 !important;
	border-color: #1b9b06;
}
.icon-bar {
	background: #5a5a5a !important;
}

/********** my stuff **********/
.container {
	max-width: 1280px;
}
.content {
	margin-top: 10px;
}
.heading {
	background: #e9e9e9;
	color: #5a5a5a;
	font-family: 'Lobster', cursive;
}
.heading-glyph {
	margin: auto 10px auto 0;
	font-size: 26px;
	color: #1bb502;
}
.my-glyph {
	background-image: url(../images/award.svg);
	margin-right: 10px;
	margin-top: -5px;
	height: 26px;
	width: auto;
}

.footer-logo {
	height: 125px;
	width: 125px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bottom-nav {
	margin-top: 20px;
}
.events-list {
	font-family: 'Lobster', cursive;
	color: #1bb502;
	font-size: 20px;
}
.calendar {
	margin-top: 20px;
}
.controls a, .controls a:visited {
	color: #1bb502;
}
.controls a:hover {
	color: #5a5a5a !important;
}
.bullet {
	margin-left: 15px;
}
.pageTitle {
	font-family: 'Lobster', cursive;
}
.divider {
	width: 70%;
	margin-left: 0;
}
.contentLinks {
	line-height: 180%;
}
.mainSpacer {
	height: 40px;
}
.slider {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.tresWeb {
	padding-top: 42px;
	text-align: right;
	font-size: 11px;
}
.contact-table {
	width: 60%;
}
.bottom-row {
	border-bottom: thin #dddddd solid;
}
ul.events {
	list-style-type: none;
}
ul.events-info {
	list-style-type: none;
	margin-left: -10px;
}


/********* stripes & styles **********/
.grey {
	color: #e9e9e9;
	background-color: #e9e9e9;
	height: 10px;
}
.grey-small {
	color: #e9e9e9;
	background-color: #e9e9e9;
	height: 6px;
	box-shadow: 0px 3px 5px 0px rgba(20, 20, 20, 0.75);
}
.green {
	color: #1bb502;
	background-color: #1bb502;
	height: 10px;
}
.green-small {
	color: #1bb502;
	background-color: #1bb502;
	height: 6px;
}
.red {
	color: red;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline; 
}
/********* overrides existing style to make page grey all the way to bottom instead of white **********/
body {
	background: #e9e9e9;
}
.content {
	background: #fff;
}
.white {
	background: #fff;
	padding-bottom: 20px;
}
footer {
	margin-top: 0;
}

/*************** lightbox styles **********************/
.thumbnail {
  border: none; }

.thumbnailImage {
  height: auto;
  width: auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-bottom: 0; }

/*************** media queries **********************/

@media (max-width: 480px) {
	.navbar-brand {
		font-size: 20px;
	}
}