#titlename {
  color:yellow;
  text-align: center;
  font-family: "Dancing Script";
  border: 6px solid yellow;
  box-shadow: 6px 7px black;
  border-radius: 30px;
  background-color: midnightblue;
}

#slogan{
	font-weight: bold;
  text-align: center;
  font-family: "Dancing Script";
  font-size: 20px;
  color: yellow;
  border: 6px solid yellow;
  border-radius: 30px;
  background-color: midnightblue;
}

body {
  background-image: url("https://images.pexels.com/photos/31661320/pexels-photo-31661320/free-photo-of-charming-cottage-surrounded-by-bright-yellow-flowers.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2");
  background-repeat: repeat;
}



.image {
	display: block;
  margin-left: auto;
  margin-right: auto;
  border: 6px solid black;
}



.goldilocks-container {
	display: flex;
}

.goldilocks-container a{
  flex-grow: 1;
  flex-basis: 0;
	text-decoration: none;
  text-align: center;
  padding: 1.5em;
  border: 7px solid midnightblue;
  background-color: gold;
  font-weight: bold;
  font-family: "Raleway";
}

.nav label, 
#hamburger {
	display: none;
}

#hamburger {
	color: yellow;
  background-color: midnightblue;
}

@media  (max-width: 576px) {
  .goldilocks-container a {
  	box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
  }
  .nav label {
  	display: inline-block;
    color: gold;
    background-color: midnightblue;
    font-style: normal;
    font-size: 1.5em;
    padding: 10px;
    cursor: pointer;
  }
  .goldilocks-container {
  	display: none;
  }
  
  
  .nav {
  	display: block;
  }
  .nav input:checked ~ .goldilocks-container {
  	display: block;
  }
}
a:link{
	color: midnightblue;
}
a:active{
	color: midnightblue;
}
a:hover {
background-color: midnightblue;
color: gold;
}

a:visited {
 color: midnightblue;
}

#golditeam {
  background-color: midnightblue;
	color: gold;
  font-family: "Dancing Script";
  font-weight: bold;
  border: 5px dotted gold;
  border-radius: 40px;
  text-align: center;
}
ul, li {
	background-color: midnightblue;
 font-family: "Raleway";
  color: gold;
  font-weight: bold;
  font-size: 20px;
  list-style-type: square;
  padding: 1.5em;
}

details {
	font-family: "Roboto";
  color: gold;
	background-color: midnightblue;
}

footer {
	background: transparent;
}