#main-title {
  font-size: 32px;
  color:yellow;
	text-align:center;
  border: 3px solid black;
  background-color: midnightblue;
  font-family:"Momo Signature", cursive;
}
#tagline {
	font-size: 24px;
  text-align: center;
  font-family: "Momo Signature", cursive;
  background-color: midnightblue;
  color: yellow;
}

.prairiegirl  {
	display: flex;
}

.prairiegirlnav a{
	flex-grow: 1;
  flex-basis: 0;
  text-decoration: none;
  text-align:center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.6em;
  background-color: midnightblue;
  color: yellow;
  font-family: "Momo Signature", cursive;
  font-weight: bold;
}

.prairiegirlnav a:hover {
	background-color: yellow;
  color: midnightblue;
}
#tagline {
	font-size: 24px;
  text-align: center;
  font-family: "Momo Signature", cursive;
  background-color: midnightblue;
  color: yellow;
}

li, ul > a {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-direction: column;
}

h1, h2 {
	background: midnightblue;
  color: yellow;
}

body {
background: url("https://images.pexels.com/photos/15009292/pexels-photo-15009292.jpeg");
}
.pgirl-nav label,
#hamburger {
	display: none;
}
.prairiegirlnav a:hover {
	background-color: yellow;
  color:midnightblue;
  text-shadow: 2px 2px black;
}
.pgirl-nav label {
	display: inline-block;
  color: yellow;
  background-color: midnightblue;
  font-style: normal;
  font-size: 1.2em;
  padding: 10px;
  cursor: pointer;
}

.nav label, 
#hamburger
{
	display: none;
}
#hamburger {
	background-color: midnightblue;
  color: yellow;
}
@media (max-width: 576px) {
  .prairiegirlnav {
  	box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid black;
  }
  .pgirl-nav label {
  	display: inline-block;
    color: yellow;
    background-color: midnightblue;
    font-style: normal;
    font-size: 1.2em;
    padding: 20px;
    cursor: pointer;
  }
  .pgirl-nav {
  	display: block;
  }
  .prairiegirlnav {display: none;}
  .pgirl-nav input:checked ~ .prairiegirlnav 
  {
    display: block;
  }
} 