body{
color: black;
family: georgia;
font-size: 17px;
color: black;
}
header {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid black;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  background-color: white;
}
.logo{
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 30px;
}
.logo img {
  width: 70px;
  height: 60px;
  margin-right: 12px;
}
.logo span {
color: MediumAquamarine;
}
header nav{
  padding-right: 40px;
}
nav span {
  display: inline-block;
  padding: 20px 10px;
}
a{
color: black;
}
.column {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
}
.content{
  display: flex;
  width: 1232px;
  padding-top: 116px;
  margin: 0 auto 78px auto;
}
.column.large{
  display: flex;
  flex-direction: column;
  margin-right: 32px;
}
.lead-story .image-content{
  background-image: url("https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-4/img-story-main.png");
  width: 630px;
  margin-top: 0;
  font-size: 40px;
  text-align: left;
}
.lead-story .image-content span{
  margin-left: 20px;
}
.image-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  font-weight: bold;
  font-family: Georgia;
  color: white;
}
.narrative{
  margin-top: 16px;
}
.stories{
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}
.story{
  display: flex;
  flex-direction: column;
  width: 300px;
}
h2{
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
}
.fall-canceled.image-content{
  background-image: url("https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-4/img-story-2.png");
}
.pop-culture.image-content {
  background-image: url("https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-4/img-story-3.png");
}
.cat-ceo.image-content{
  background-image: url("https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-4/img-story-1.png");
}
.image-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  margin-top: 15px;
  font-size: 30px;
  font-family: Georgia;
  font-weight: bold;
  color: white;
  text-align: center;
}
.column.medium {
  width: 300px;
}
.column.small {
  width: 240px;
}
img.cookie{
height: 240px;
}
.news-bites h3{
  margin-bottom: 41px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.news-bites .bite {
  display: block;
  padding: 11px 20px;
  border-bottom: 1px solid black;
  background-color: whitesmoke;
  font-family: verdana;
  font-size: 12px;
  color: dimgrey;
}
.bites span {
 padding-left: 11px;
}
footer{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 325px;
  background-color: mediumaquamarine;
  margin:auto;
  font-family: Verdana;
  font-size: 12px;
}
div.{
  display: block;
}
footer .title {
  display: inline-block;
  padding-right: 25px;
  border-right: 2px solid white;
  font-family: georgia;
  font-size: 16px;
  font-weight: bold;
  color: white
}
footer nav{
  display: inline-block;
  padding-left: 25px;
}
nav span{
  display: inline-block;
  padding: 20px 10px;
}
