html,
body {
  font-family: "Noto Sans", sans-serif, Helvetica, Arial;
  margin: 0px;
  color: #333;
  height: 100%;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  background-color: #fff;
}
html.load #home,
body.load #home {
  opacity: 1;
  transition-delay: 0.5s;
}

*, *:before, *:after {
  box-sizing: border-box;
}

pre {
  overflow: auto;
}

p {
  color: #737373;
  margin-top: 0px;
  margin-bottom: 22px;
}
p a {
  text-decoration: none;
  color: #272e43;
}

p:last-child {
  margin-bottom: 0px;
}

#page-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: 2;
  background-image: url(https://storage.googleapis.com/the99kids/the99kids-back.jpg);
}

.the99 {
  font-weight: bold;
  color: #272e43;
}

#home {
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.8s ease;
  overflow-y: auto;
  height: 100%;
}
#home #page-header {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #page-header .callout {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 25px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  max-width: 700px;
}
#home #page-header .callout h2 {
  font-weight: 500;
}
#home #page-header .callout p.signup {
  font-size: 1.5rem;
  color: white;
}
#home #page-header .callout .form {
  padding: 10px;
  margin: 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #page-header .callout .form .field {
  padding: 5px;
}
#home #info {
  display: block;
  background: #f8f8f8;
  padding-top: 32px;
  padding-bottom: 32px;
}
#home #episodes {
  display: block;
  background: #6d6d6d;
  color: white;
  padding-top: 32px;
  padding-bottom: 32px;
}
#home #episodes p {
  color: white;
  font-size: 0.9rem;
}
#home #comics {
  display: block;
  background: #f8f8f8;
  color: #333;
  padding-top: 32px;
  padding-bottom: 32px;
}
#home #comics p {
  color: #333;
  font-size: 0.9rem;
}

.image-container {
  display: flex;
  width: 100%;
  overflow-x: auto;
}
.image-container .image-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 5px;
  border: #333;
  border-radius: 5px;
  width: 125px;
}
.image-container .image-card .thumbnail {
  cursor: pointer;
}
.image-container .image-card .thumbnail img {
  width: 125px;
}
.image-container .image-card .title {
  font-size: 0.7rem;
  line-height: 1rem;
  color: white;
  text-align: center;
}
.image-container .comic-card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 8px 5px;
  border: #333;
  border-radius: 5px;
  width: 275px;
}
.image-container .comic-card .thumbnail {
  width: 125px;
  cursor: pointer;
  margin-right: 10px;
}
.image-container .comic-card .thumbnail img {
  width: 125px;
}
.image-container .comic-card .title {
  width: 150px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #333;
}

.notice {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45%;
  z-index: 199;
  opacity: 0;
  width: 90%;
  height: 90px;
  background-color: #333;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.notice.active {
  opacity: 1;
}
.notice p {
  color: #fff;
}

.text-large {
  font-size: 24px;
  line-height: 1.6rem;
}

.caption {
  font-size: 12px;
  line-height: 1.5em;
  color: #737373;
}

button,
select,
html,
textarea,
input {
  font-family: "Noto Sans", sans-serif, Helvetica, Arial;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

.text-start {
  text-align: left;
}

.container {
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 997;
  transition: all 0.2s ease;
  padding: 20px 0;
}
header .container .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .container .header-box .logo {
  height: 15vh;
}
header .container .header-box .sm-menu {
  color: white;
  text-align: right;
}
header .container .header-box .sm-menu a, header .container .header-box .sm-menu a:link {
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
}
header .container .header-box .sm-menu a:hover {
  color: red;
}
header.scrolling {
  background-color: rgba(255, 255, 255, 0.7);
}
header.scrolling .header-box .logo {
  height: 8vh;
}
header.scrolling .header-box .sm-menu {
  color: #333;
}
header.scrolling .header-box .sm-menu a, header.scrolling .header-box .sm-menu a:link {
  font-size: 1.2rem;
  color: #333;
  text-decoration: none;
}
header.scrolling .header-box .sm-menu a:hover {
  color: red;
}

footer {
  padding-top: 20px;
  width: 100%;
  padding-bottom: 45px;
  background-color: #fff;
  position: relative;
  z-index: 100;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
}

@media only screen and (max-width: 720px) {
  footer .col-xs-12 {
    text-align: center !important;
  }
}
@media only screen and (min-width: 720px) {
  #menu, #flowers {
    width: 50%;
  }
  #menu #menu_close, #flowers #menu_close {
    right: 55px;
  }
  .notice {
    width: 300px;
    margin-left: -150px;
  }
  #home #page-header {
    height: 75vh;
    background-attachment: fixed;
  }
  #contact #page-header {
    height: 75vh;
    background-attachment: fixed;
  }
}/*# sourceMappingURL=styles.css.map */