.header {
	width: 100%;
	background-color: black;
	color: white;
	opacity: .8;
}
.header a {
	color: white;
	text-decoration: none;
	margin-left: 15px;
}
.addFixedPosition .header {
	position:fixed;
	z-index:9000;
}
.last-in-list {
	margin-right: 10px;
}
.home-logo {
	display: inline;
	font-family: "Petit Formal Script", cursive;
	font-size: large;
	font-size: x-large;
}
.navigation {
	display: inline;
	float: right;
	font-size: larger;
}
.navigation a {
	margin-right:10px;
	vertical-align:middle;
}
.main-body {
	position: relative;
}
.main-body h1 {
    position: relative;
    z-index: 2;
	color: white;
	font-family: "Petit Formal Script", cursive;
	left:10%;
	margin-top:15%;
	width:max-content;
}
.countdown {
    position: relative;
    z-index: 2;
	color: white;
	font-family: "Petit Formal Script", cursive;
	left:10%;
	width:fit-content;
	font-size:x-large;
}
.main-body img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.8;
	z-index: -1;
}
body {
  background-color: #474e5d;
}
.fullScreen {
	margin:0px;
}
.mainWording {
	font-size:250%;
}
@media (max-width: 825px) {
  .mainWording {
	  font-size:100%;
  }
  .countdown {
	  font-size:x-small;
  }
  .main-body img {
	  top:20px;
  }
}
.first-in-list {
	margin-top:20px;
}