/* GLobal styles

Color Pallete
#F5F749   = Yellow
#F24235   = red
#083D77   = blue
#dddbcb   = White
#000000   = Black

---------------------------------------*/

h1, h2 {
  font-family: 'Overlock SC', cursive;
  }
h1 {
  font-size: 60px;
  }
h2 {
  font-size: 40px;
  margin-top: 0;
  }
p {
  font-size: 110%;
}
body {
font-family: 'Open Sans', sans-serif;
margin: 0;
background: #dddbcb;
}
a {
    color: #F24235;
}
a:hover {
    text-decoration: none;
}
main {
    
}
.author-picture {
  width: 150;
  border-radius: 8px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.book-picture {
  width: 150;
  border-radius: 8px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.content-wrap {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px;
  overflow: auto;
}


/* Header and Footer styles
---------------------------------------*/
header, footer {
  background: #F24235;
}

/* Header styles */
header h1, header h2 {
  color: #dddbcb;
}


/* Footer styles */
.contact-info a {
  background: #F5F749;
  padding: 20px;
  display: inline-block;
}
footer {
  text-align: center;
}
footer h1, footer h2 {
  color: #dddbcb;
}




