
body {
  background: #fff;
  font-family: Helvetica;
  /*font-style: italic; */
  letter-spacing:1px;
  line-height: 140%;
  margin-top: 50px;
  font-size: 160%;
}

a {
  color: #000;
  text-decoration: none;
}

h1 {
  margin-top: 40px;
}

img {
  width: 100%;
  height: auto;
}

#main {
  position: fixed;
  background: white;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid #999;
  height: 50px;
}

#container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  margin-top: -50px;
  position: fixed;
  background: #fff;
  z-index: 2;
}

#hello {
  width: 100%;
  background-color: #dddbc6;
  border-bottom: 1px solid #999;
  height: 700px;
}

#left {
  width: 45%;
  float: left;
}

#bigFb {
  display: inline;
}

#smallFb {
  display: none;
}

#links {
  margin: 20px;
}

#right {
  width: 45%;
  float: right;
  text-align: center;
}

#author {
  width: 100%;
  max-width: 422px;
  height: auto !important;
  margin-top: 15px;
  margin-left: -20px;
}

#hero {
  width: 100%;
  max-width: 450px;
  height: auto !important;
  margin-top: 30px;
  margin-left: -20px;
}

#star {
  margin-top: 30px;
  margin-left: -20px;
  width: 33px;
  height: 33px;
}

#book, #kaur, #edith, #reddit, #get, #contact {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.icon-bar {
  background: #9d9b89;
}

@media all and (max-width:970px) {
  #hello {
    height: 930px;
  }
  #left {
    width: 100%;
    margin-top: 20px;
  }
  #right {
    width: 100%;
  }
  #right>img {
    margin-left:0;
  }

  #bigFb {
    display: none;
  }

  #smallFb {
    display: inline;
  }

}
