/* Move down content because we have a fixed navbar that is 50px tall */
/*
body {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: white;
}
*/
.jumbotron {
	background-color: white;
	color: black;
	padding:10px 0px; /* Determines space around the logo in the header. May have to adjust based on height of banner */
	margin-bottom: 5px; /* Determines how much of a gap there is between the mobile logo and the panels */
}

.mainEmph{
	font-weight: bold;
	color: #666699;
}

#footer{
color: #000000;
/*width: 740px;*/
margin: 10px auto;
text-align: center;
font-size: 12px;
}
/*Footer phone number*/
#footer #emph{
color: #000000;
}

.headerImage{
	width:85.8%;
	margin-left: 7.1%;
}

.panel {
	background-color: rgba(238,238,238,0.8);
}

.btn-next {
	background-color: #FFC600;
	color: black;
	border-color: #ccc;
}
.btn-next.active,.btn-next.focus,.btn-next:active,.btn-next:focus,.btn-next:hover,.open>.dropdown-toggle.btn-next {
	color: #333;
	background-color: #F2BC00;
	border-color: #adadad;
}
.psavlogo {
	
}

body {
	background: url('_backgroundM.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-flex {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex; /* add */
    justify-content: center; /* add to align horizontal */
    align-items: center; /* add to align vertical */
}