/* 2020MAR24 */
/* 'css3prefix mixin' @see https://github.com/matthieua/sass-css3-mixins/blob/master/css3-mixins.scss */
/* 'keyframes' mixin @see http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/*/
/* 'animation' mixin from https://developer.mozilla.org/en-US/docs/Web/CSS/animation */
/* legacy-direction function @see http://www.sitepoint.com/building-linear-gradient-mixin-sass/ */
/* 'transition' mixin @see http://codepen.io/sawmac/pen/cayhK */
/* 'gradientanimation' mixin @see https://medium.com/@dave_lunny/animating-css-gradients-using-only-css-d2fd7671e759#.jlbdgs4jl */
/* 'animation' mixin @see http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/ */
/* line 4, ./maturecontentwarning.scss */
.maturecontentwarning {
  flex: 0 1 auto;
}
/* line 7, ./maturecontentwarning.scss */
.maturecontentwarning .header h1 {
  margin: 0px;
  padding: 0.50em;
  font-weight: bold;
  font-size: 130%;
  background-color: #E6B24C;
  color: #000000;
  background-image: linear-gradient(to left top, #ffb733, #cc8400);
}
/* line 17, ./maturecontentwarning.scss */
.maturecontentwarning p {
  margin: 2.0em;
}
/* line 20, ./maturecontentwarning.scss */
.maturecontentwarning .body {
  overflow: hidden;
}
