*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

#wrap {
  min-height: 100%;
}

#main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow:auto;
	padding-bottom:35px; /* this needs to be bigger than footer height*/
}

.footer {
  background-color:#ffffff;
	position: relative;
  margin-top: -35px; /* negative value of footer height */
  height: 35px;
  clear:both;
	text-align: center;
	color:#ee4936;
} 

video#bgvid {
	position: fixed;
	padding-bottom:30px;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.vertical-center {
  min-height: calc(100% - 35px);  /* Fallback for browsers do NOT support vh unit */
  min-height: calc(100vh - 35px); /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}
.bgimg {
    background-image: url('../images/background1bw.png');
}
ul {
    list-style-image: url('../images/mhli20.png');
}