body {
  margin: 0; }

.headerContainer{
  padding: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: black;
  border-bottom: solid white 8em
}

.siteLogo {
  height: 8em;
  width: 15em;
  padding-right: 1em;


}

h1{
  margin: 0;
  color: white;
  align-self: center;
  font-family: fantasy;

}

a{
  text-decoration: none;
}

ul{
  list-style-type: none;
    -webkit-padding-end: 40px;
}

.headerContainer ul li a {
  color: white;
}
ul li a:hover{
  color: grey;
}
.headerTitle {
	font-size: 3.5em;
}

.siteNav{
  align-self: center;
}

.mainContainer{
  display:flex;
  justify-content: center;
}

.adverts{
  background-color: #white;
  width: 15em;
  padding: 1em;
}

.adverts p{
  font-size: 2.4em;
  line-height: 3em;
  text-align: center;
}

.footerContainer{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 1em;
}

.footerContainer ul{
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.text{
  color: #B19B42;
  font-size: 1.5em;
  margin: 0;
}
.headerTitle {
}
