/* line 1, app/assets/stylesheets/web_news_styles.css.scss */
body {
  background: #f0f0f0;
}

/* line 5, app/assets/stylesheets/web_news_styles.css.scss */
h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #212121;
  margin: 0;
  padding: 1.6rem 0 2.4rem;
}

/* line 13, app/assets/stylesheets/web_news_styles.css.scss */
#news_sheet {
  background: #fff;
  font-size: 16px;
  display: block;
  margin: 10rem auto 5rem;
  line-height: 25px;
  max-width: 800px;
  text-align: left;
  padding: 1.5rem 2.5rem;
  box-shadow: 0 0.5rem 1rem rgba(33, 33, 33, 0.3);
}

@media (max-width: 480px) {
  /* line 26, app/assets/stylesheets/web_news_styles.css.scss */
  #news_sheet {
    margin: 7rem auto 2rem;
  }
}

/* line 31, app/assets/stylesheets/web_news_styles.css.scss */
.image__wrapper::before,
.image__button {
  display: none;
}

/* line 36, app/assets/stylesheets/web_news_styles.css.scss */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  z-index: 100;
  box-shadow: 0 0.5rem 1rem rgba(33, 33, 33, 0.1);
}

@media (max-width: 480px) {
  /* line 47, app/assets/stylesheets/web_news_styles.css.scss */
  #header {
    height: 67px;
  }
}

/* line 52, app/assets/stylesheets/web_news_styles.css.scss */
#header #logo {
  display: inline;
  width: 70px;
  height: 70px;
  margin: auto 27px auto 75px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  /* line 61, app/assets/stylesheets/web_news_styles.css.scss */
  #header #logo {
    margin-left: 39px;
    margin-right: 15px;
  }
}

@media (max-width: 480px) {
  /* line 68, app/assets/stylesheets/web_news_styles.css.scss */
  #header #logo {
    width: 50px;
    height: 50px;
    margin-left: 12px;
    margin-right: 5px;
  }
}

/* line 76, app/assets/stylesheets/web_news_styles.css.scss */
#header h1 {
  padding: 0;
  font-family: "Helvetica Neue", "Roboto", sans-serif;
  font-size: 2.8rem;
  line-height: 76px;
  font-weight: 300;
  color: #616161;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 992px) {
  /* line 88, app/assets/stylesheets/web_news_styles.css.scss */
  #header h1 {
    font-size: 2.6rem;
    line-height: 80px;
  }
}

@media (max-width: 480px) {
  /* line 95, app/assets/stylesheets/web_news_styles.css.scss */
  #header h1 {
    font-size: 1.4rem;
    line-height: 67px;
  }
}

/* line 101, app/assets/stylesheets/web_news_styles.css.scss */
#header .download {
  float: right;
  display: inline-block;
  padding: 24px 58px 0 0;
}

/* line 106, app/assets/stylesheets/web_news_styles.css.scss */
#header .download a {
  text-decoration: none;
  margin-right: 20px;
}

/* line 111, app/assets/stylesheets/web_news_styles.css.scss */
#header .download a:hover {
  text-decoration: none;
}

/* line 115, app/assets/stylesheets/web_news_styles.css.scss */
#header .download a img {
  margin: 0;
  display: inline;
  width: 124px;
  height: 35px;
}

@media (max-width: 768px) {
  /* line 124, app/assets/stylesheets/web_news_styles.css.scss */
  #header .download {
    float: right;
    height: 100%;
    padding: 0 0 0 0;
  }
  /* line 129, app/assets/stylesheets/web_news_styles.css.scss */
  #header .download .android_link,
#header .download .ios_link {
    vertical-align: middle;
    text-decoration: none;
    margin-right: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #1bacbf;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "Helvetica Neue", "Roboto", sans-serif;
    font-size: 16px;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  }
  /* line 155, app/assets/stylesheets/web_news_styles.css.scss */
  #header .download a img {
    margin: 0;
    display: inline;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 480px) {
  /* line 166, app/assets/stylesheets/web_news_styles.css.scss */
  #header .download .android_link,
#header .download .ios_link {
    width: 100px;
    height: 27px;
    line-height: 30px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  /* line 177, app/assets/stylesheets/web_news_styles.css.scss */
  #header .gradient {
    top: 67px;
  }
}
