@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700|Source+Sans+Pro:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Pacifico&display=swap");

html {
  background: url("images/bg.png") repeat-x #0c090e;
  font-family: "Source Sans Pro", sans-serif;
}
html,
body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #00b5a2;
}

#header-bg {
  width: 100%;
  background-image: url("images/header.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-bottom: 2px solid #81506e;
}
header {
  max-width: 1011px;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
}
#header-right {
  width: 728px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}
#top-space {
  width: 728px;
  height: 90px;
  background: #ccc;
  flex-shrink: 0;
  flex-grow: 0;
}
#menuclick {
  display: none;
}
#mobile-menu {
  display: none;
}
#menu {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  justify-content: space-between;
}
#menu a {
  color: #fff;
}
#menu a:hover {
  color: #00b5a2;
}
@media screen and (max-width: 1030px) {
  header {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
  #logo {
    max-width: 400px;
  }
  #menu {
    padding-top: 20px;
  }
}
@media screen and (max-width: 770px) {
  #header-right {
    width: 100%;
    display: block;
  }
  #top-space {
    width: 300px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
  }
  .heart {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  #menu {
    display: none;
  }
  #header-right {
    padding: 0;
    padding-bottom: 20px;
  }
  #menuclick {
    display: block;
    cursor: pointer;
    font-size: 2em;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #81506e;
  }
  header {
    padding: 0;
  }
  #logo {
    padding: 20px;
  }
  #mobile-menu {
    background: #fff;
    border-bottom: 2px solid #3d736d;
    padding: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
  }
  #mobile-menu a {
    color: #211927;
    display: block;
    padding: 10px;
    font-size: 1.2em;
    text-align: center;
    background: url("images/heart.png") no-repeat center left;
  }
}

#bg-wrap {
  background: url("images/bg-repeat.png") repeat-x center bottom;
  margin-top: 10px;
  border-top: 2px solid #3d736d;
}
#wrapper {
  background: url("images/palms.png") no-repeat center bottom;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  max-width: 1011px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
#main-right {
  width: 223px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
#main-left {
  width: 100%;
}
#white-bg {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 43px;
}
.cc-nav {
  display: flex;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 0;
}
.news-space {
  width: 728px;
  height: 90px;
  background: #ccc;
  margin: 0 auto;
}
.cc-newsarea,
#text-area {
  max-width: 700px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.5em;
}
.cc-newsheader {
  font-size: 1.8em;
  font-weight: bold;
}
#right-space {
  background: #ccc;
  width: 160px;
  height: 600px;
  margin: 0 auto;
}
#authors {
  width: 223px;
  height: 427px;
  display: flex;
  background: url("images/bylinebg.png") no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 20px;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}
.author {
  font-family: "Pacifico", sans-serif;
  font-size: 2em;
  color: #fff;
  font-weight: normal;
  line-height: 1.6em;
}
#authors p {
  padding: 20px;
}
.social {
  display: flex;
  padding: 20px;
}
.social a {
  padding: 3px;
}
.patreon {
  display: block;
  text-align: center;
  padding: 20px 0;
}
#links a {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
#privacy-policy {
  margin-bottom: 20px;
  text-align: center;
}
#privacy-policy a {
  color: #fff;
}
.mobile {
  display: none;
}
@media screen and (max-width: 1011px) {
  .news-space {
    width: 300px;
    height: 50px;
    overflow: hidden;
  }
}
@media screen and (max-width: 728px) {
  #bg-wrap {
    background: none;
  }
  #wrapper {
    display: block;
    padding: 0;
    background: none;
  }
  #main-right {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #white-bg {
    border-radius: 0;
  }
  #right-space {
    display: none;
  }
  #box-space {
    width: 300px;
    height: 250px;
    background: #ccc;
    margin: 0 auto;
    order: 1;
    margin-top: 10px;
  }
  #authors {
    width: 100%;
    height: calc(100vw * (604 / 1156));
    background: url("images/byline-mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    order: 0;
  }
  #authors p {
    padding: 0 20px;
    margin: 0;
    margin-top: -10px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: flex;
    text-align: center;
  }
  #links {
    margin-top: 20px;
    order: 2;
  }
  .follow-header {
    color: #fff;
    justify-content: center;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    margin-top: 5px;
    order: 3;
  }
  .social {
    order: 4;
    max-width: 250px;
    margin: 0 auto;
  }
  .patreon {
    order: 5;
  }
}

.cast-box {
  display: flex;
}
.cast-img {
  width: 128px;
  margin-right: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}
