	<style>
  body {
  background-image: url("../bg.jpg")!important;
  background-position: center;
  background-repeat: repeat-y;

}
h1 {
    font-size: 20px;
    color: white;
}
h2 {
    font-size: 16px;
    color: white;
}
h3,ul {
  color: white;
}
p {
  color: white;
}
.btn {
  white-space: normal;
}
.btn-sq-lg {
  width: 300px !important;
  height: 160px !important;
}
.nav-item {
	text-shadow: 1px 0px 6px black;
	}	</style>	