body {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  margin: 0;
  height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

body.home {
  background-image: url("/i/bg-home.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

div.boot {
  box-sizing: border-box;
  padding: 40px 5%;
  background: rgba(0, 0, 0, 0.85);
  max-width: 940px;
  margin: 0px auto 40px auto; }

h1 {
  font-size: 34px;
  font-weight: 400;
  font-family: 'Amaranth', sans-serif; }

h2 {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif; }

p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif; }

.logo img {
  height: 35vh;
  width: 35vh; }

.soon {
  color: #d45e27; }

.social-links {
  width: 100%;
  margin-top: 40px;
  padding: 25px 0;
  background-color: #222;
  font-size: 20px;
  font-family: 'Roboto', sans-serif; }
  .social-links a {
    color: #b01a1a; }

a, a:visited {
  color: #b01a1a; }

.beers {
  background: rgba(0, 0, 0, 0.8);
  padding: 40px;
  max-width: 740px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box; }
  .beers .intro {
    width: 100%; }
    .beers .intro h2 {
      font-size: 26px;
      font-weight: 200;
      font-family: 'Amaranth', sans-serif; }
    .beers .intro p {
      font-size: 17px;
      text-align: center; }
  .beers.thai .intro h2, .beers.thai p {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal; }
  .beers .beer {
    width: 45%;
    padding-top: 45px; }
  .beers .name {
    font-size: 24px;
    font-weight: 200;
    font-family: 'Amaranth', sans-serif; }
  .beers .spec, .beers .hops {
    font-style: italic; }
  .beers .description {
    font-size: 16px;
    line-height: 22px; }

@media (max-width: 768px) {
  body {
    height: 100vh; }
    body img {
      width: 86%;
      height: unset; }
    body h1 {
      font-size: 30px; }
    body h2 {
      font-size: 22px; }
    body p {
      font-size: 18px; }

  .boot {
    width: 90%; }

  .beers {
    width: 90%;
    display: block; }
    .beers .beer {
      width: 100%; } }
/*------------ Name page------------- */
body.name-page {
  background-image: url("/i/bg1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 40px 10%; }
  body.name-page h2 {
    font-family: 'Amaranth', sans-serif; }
  body.name-page p {
    font-size: 16px;
    line-height: 24px; }
  body.name-page .the-book img {
    width: 55%;
    height: unset; }
  body.name-page div.pane {
    background-color: #0b0a0a;
    padding: 20px 8% 40px 8%;
    max-width: 600px;
    margin: 0 auto;
    color: #cac7c7; }
  body.name-page #thai p {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal; }
  body.name-page .footer {
    margin: 40px auto; }
    body.name-page .footer a {
      color: #b01a1a;
      font-family: 'Roboto', sans-serif;
      font-size: 24px;
      padding: 40px 10px; }
  @media (max-width: 768px) {
    body.name-page {
      padding: 40px 5%; }
      body.name-page .the-book img {
        width: 74%;
        height: unset; } }

/*------------ Name page------------- */
body.molloy {
  background-image: url("/i/bg1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 40px 10%;
  text-align: left;
  color: #0b0b0b; }
  body.molloy h1, body.molloy h2 {
    text-align: center; }
  body.molloy h2 {
    font-family: 'Amaranth', sans-serif; }
  body.molloy div.intro {
    display: flex;
    justify-content: space-around;
    align-items: center; }
  body.molloy p {
    font-size: 16px;
    line-height: 24px; }
  body.molloy .the-book {
    text-align: center;
    flex-basis: 45% 0 0; }
    body.molloy .the-book img {
      width: 66%;
      height: unset; }
  body.molloy div.pane {
    background-color: #f0e7d5;
    padding: 20px 8% 40px 8%;
    max-width: 720px;
    margin: 0 auto; }
  body.molloy div.excerpt p {
    line-height: 1.5;
    font-size: 20px;
    text-align: justify;
    font-family: garamond; }
