﻿html, body {
  margin: 0;
  padding: 0;
  font-family: 'Jura', Arial, sans-serif;
  background-color: #ffffff;
}

body {
  background: url(../images/Background.jpg) no-repeat center bottom;
  background-size: cover;
  background-position: fixed;
}

.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dark semi-transparent overlay */
  z-index: 0;
}

.centered-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  color: white;
}

.content-container {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  text-align: center;
  color: white;
}


.logo {
  max-width: 400px;
  height: auto;
  margin-bottom: 20px;
}

.line {
  background-color: rgba(255,255,255,0.2);
  width: 100%;
  max-width: 400px;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.line-wide {
  background-color: rgba(255,255,255,0.2);
  width: 100%;
  max-width: 800px;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.coming-soon {
  font-size: 24px;
}

a {
	color: #fff;
	text-decoration: none;
}

h2 {
	font-weight: normal;
	font-size: 2.2em;
}

h3 {
	font-weight: normal;
}

h4 {
	margin-bottom: 5px;
	font-size: 1.4em;
}
