html, body {
  overflow-x: hidden;
  height:100%;
  min-height:100%;
}

body {
  min-height: 100%;
  position: relative;
  background-image: url(bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #464646;

  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	/*font-size: 14px;*/
	font-style: normal;
	font-variant: normal;
	/*font-weight: 400;
	line-height: 20px;*/
}

#main-info {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	/*font-size: 14px;*/
	font-style: normal;
	font-variant: normal;
	/*font-weight: 400;
	line-height: 20px;*/
}

#address-info span {
  color: #262626;
  /*font-size: 75%;*/
  font-size: 16px;
  font-size: 1vmax;
}

h5 {
  color: white;
}

h5 strong {
  color: white;
}

span {
  color: lightgray;
}

span strong a {
  color: white;
  text-decoration: underline;
}

span strong a:hover {
  color: white;
}
