
* {
  box-sizing: border-box;
}

body {
  font-family: 'Playfair+display' sans-serif;

}


li {
  color: white;
    margin-bottom:50px;
  }
a {
  color: black;
    margin-bottom:10px;
  }

li {
  color: black;
    margin-bottom:50px;
     }



/* Style the header */
header {
  background-color:#AF6758;
  padding: 30px;
  text-align: center;
  font-size: 35px;
  color: white;
}

/* Container for flexboxes */
section {
  display: -webkit-flex;
  display: flex;
  color:black;
}

/* Style the navigation menu */
nav {
 
 
  background: #BA8C83;
  padding: 20px;


}

/* Style the list inside the menu */
nav ol {
  list-style-type: circle;
  padding: 20px;
  color: white;
  font-size:12px;
}
 
nav ul {
   list-style-type: none;
  padding: 0;
  color:white;
}
  


/* Style the content */
article {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-color: #f1f1f1;
  padding: 10px;
  color: black;
}

/* Style the footer */
footer {
  background-color: #777;
  padding: 20px;
  text-align: center;
  color: white;
}

/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */
@media (max-width: 600px) {
  section {
    -webkit-flex-direction: column;
    flex-direction: column;
    color: black;
  }
}

img {
 
  border-radius: 12px;
  height: 214px;
  }

