body, html {
  height: 100%;
}

body 
{
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #f4f4f0;
}

h1
{
  font-family: 'Amatic SC', cursive;
  color: Black;
  text-align: center;
  /* background-color: rgba(0,0,0,0.25); */
  text-shadow: 2px 2px 7px rgba(0,0,0,0.25);
}

a
{
	color:SaddleBrown;
	text-decoration: none;
}

main
{
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 75px;
  font-size: 1.5vw;
}

.intro {
	text-align: center;
	color: black;
	font-size: 2vw;
	padding-left: 25%;
	padding-right: 25%;
	padding-bottom: 75px;
}
@media screen and (max-width: 600px) {
  .intro {
    font-size: 5vw;
  }
}

* {box-sizing: border-box}

header {
  font-family: 'Amatic SC', cursive;
  background-color: AntiqueWhite;
  color: SaddleBrown;
  padding: 0px;
  border: 1px solid rgba(0,0,0,0.25);
  text-align: left;
  overflow: hidden;
  font-size: 3vw;  
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.footer
{
font-family: 'Amatic SC', cursive;
background-color: AntiqueWhite;
padding: 20px;
left: 0;
bottom: 0;
font-size: 1.5vw;
width: 100%;
text-align: center;
color: SaddleBrown;
border: 1px solid rgba(0,0,0,0.5);
}

.soon {
	width: 100%;
	height: 100%;
}

.soon::after {
  content: "";
  background: url(soon/nellbotchsoon.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;   
}