/* CSS Document */
* {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

h2 {
	font-size: 18pt;
	font-weight: 700;
}
A {
	/*color: #f42537;*/
	color: #0186e8;
}
footer {
	background-color: #a3a3a3;
}

#hero_home {
	background: url(/wp-content/themes/lip/img/hero.png) top left no-repeat;
	background-size: cover;
	min-height: 480px;
}
.bb_red {
	/*border-bottom: 5px solid #f42537;*/
	border-bottom: 5px solid #0495ff ;
}
.br_red {
	/*border: 1px solid #f42537;*/
	border: 1px solid #0495ff ;
}
.bg_red {
	/*background-color: #f42537;*/
	background-color: #0495ff;
}
.bg_gray {
	background-color: #e4e4e4;
}
.bg_gray_light {
	background-color: #f4f4f4;
}
.bg_white {
	background-color: #FFFFFF;
}
.fg_dark {
	color: #4e4e4e;
}
.fg_white {
	color: #FFFFFF !important;
}
.fg_red {
	/*color: #f42537 !important;*/
	color: #0495ff  !important;
}
.fg_grey {
	color: #888888 !important;
}
.fg_black {
	color: #000 !important;
}
.btn-primary {
/*	background-color: #f42537;*/
/*	border-color: #f42537;	*/
	background-color: #0495ff;
	border-color: #0495ff;
}
.btn-primary:hover {
	background-color: #222;
	border-color: #222;
}
.navbar-nav .active>.nav-link {
	text-decoration: underline;
	/*font-weight: bold;*/
}
A.nav-link:hover {
	text-decoration: underline;
	/*font-weight: bold;*/
}
.carousel-caption {
  transform: translateY(-50%);
  bottom: 0;
  top: 50%;
}
img.theatre_photograph { margin: 1em auto; display: block; width: 100%; height: auto; }
div.board_member {
	margin: 0 0 1.75em;
}
p + h4 {
	margin: 1.75rem 0 0.5rem;
}
.page-header { position: relative; background-size: cover; }
.page-caption { padding-top: 70px; padding-bottom: 90px; text-align: center; }
.page-title { font-size: 46px; line-height: 1; color: #fff; font-weight: 600; text-align: center; }
#page-content { position: relative;  bottom: 42px; }