html,
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}
body{
	background: #000000;
}
.display-table{
	display: table;
	height: 100%;
	width: 100%;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
}
.table-cell{
	text-align: center;
}
.table-cell img{
	width: 400px;
}
.enquires-text{
	text-align: center;
	color: #ddc667;
	padding-top: 20px;
}
.enquires-text a{
	color: #ddc667;
}
.enquires-text a:visited{
	text-transform: lowercase;
}