/*
	******** CUSTOM CSS - PUBLIC ****************
	Modifications from basic Bootstrap CSS
*/


html {
	position:relative;
	min-height:100%
}

body {
	color: #555555;
	font-family: 'Noto Sans',sans-serif;
	margin-bottom:80px; /* height of footer */
	padding-top:60px;	/* height for navbar */	
}

footer.footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:80px; /* equals margin-bottom of body */
	background-color:#f5f5f5;
}



/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
	color: #333333;
    font-family: 'Roboto Condensed',sans-serif;
}
p {
	line-height: 1.6;
	font-size: 16px;
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.vis-hidden {
	visibility: hidden !important;
}
a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

/* PANELS
--------------------------------------------------------------------- */
/* Equal height panels */
.equal-panels, .equal-panels > div[class*='col-'] {
	display: flex;
}
.equal-panels .panel {
	display: flex; flex: 1; flex-flow: column nowrap;
}
.equal-panels .panel-body {
	flex-grow: 1;
}
/* end Equal height panels */

/* CAROUSEL
---------------------------------------------------------------------- */
.carousel-caption h1 {
	font-size:24px;
	color:#ffffff;
}

.carousel-caption p {
	font-size:16px;
	color:#ffffff;
}




/*********************************************************************/
/************************** OVERRIDES  *******************************/
/*********************************************************************/


address {
	font-size:16px;
}

.badge {
	margin-left:10px;
}

fieldset {
	border: 1px solid #808080;
	padding: 0 2em;
	margin-bottom:1em;
	margin-left: -1em;
}

legend {
	width: auto;
	padding:0 10px;
	border-bottom:none;
	font-size: 110%;
	font-weight:bold;
}
figure {
	margin: 1em 0;
}

figure .pull-left {
	margin: 1em 2em 1em 0;
}

figure .pull-right {
	margin: 1em 0 1em 2em;
}

.form-group-sm .form-control-static-lg {
  font-size: 16px;
}

.panel-heading h4 {
	color:#ffffff !important;
}