@import url("http://fonts.googleapis.com/css?family=Titillium+Web:400");
@import url("http://fonts.googleapis.com/css?family=Titillium+Web:200");
@import url("http://fonts.googleapis.com/css?family=Lato");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700");
/* For code */
@import url("http://fonts.googleapis.com/css?family=Crimson+Text");
@import url("http://fonts.googleapis.com/css?family=Kameron");
@import url("http://fonts.googleapis.com/css?family=Lato:200,300,400");
@import url("http://fonts.googleapis.com/css?family=Source+Code+Pro");
/* General */
/* line 19, ../sass/style.scss */
* {
  font-family: "Titillium Web";
  font-family: 'Open Sans', sans-serif;
  color: #3d454b;
}

/* line 26, ../sass/style.scss */
html {
  font-size: 19px;
}

/* line 30, ../sass/style.scss */
p {
  font-size: 1.11rem;
}

/* line 35, ../sass/style.scss */
.row {
  max-width: 64em;
  max-width: 52rem !important;
}

/* line 41, ../sass/style.scss */
a {
  color: #f76300;
}

/* line 45, ../sass/style.scss */
h1, h2, h3, h4 {
  /* font-family: Lato; */
  font-weight: normal;
  color: #3d454b;
}

/* line 51, ../sass/style.scss */
h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 58, ../sass/style.scss */
h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 64, ../sass/style.scss */
h3 {
  font-size: 26px;
  margin: 10px 0 2px 0;
}

/* line 69, ../sass/style.scss */
h4 {
  font-size: 21px;
  margin-top: 10px;
  /* color: black; */
  font-weight: bold;
  margin-bottom: 0;
}

/* line 77, ../sass/style.scss */
hr {
  margin-top: 0;
}

/* line 82, ../sass/style.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #6F6F6F;
  font-weight: normal;
}

/* line 88, ../sass/style.scss */
blockquote strong {
  color: #6F6F6F;
}

/* line 95, ../sass/style.scss */
#page {
  min-height: 82vh;
}

/* line 100, ../sass/style.scss */
#page li {
  margin-top: 10px;
}

/* line 104, ../sass/style.scss */
li p {
  margin: 0px;
}

/* Helpers */
/* line 110, ../sass/style.scss */
.hidden {
  display: none;
}

/* line 114, ../sass/style.scss */
.bold {
  font-weight: bold;
}

/* line 118, ../sass/style.scss */
.italic {
  font-style: italic;
}

/* line 121, ../sass/style.scss */
.right {
  float: right;
}

/* line 125, ../sass/style.scss */
.left {
  float: left;
}

/* line 129, ../sass/style.scss */
.black {
  color: #3d454b;
}

/* line 132, ../sass/style.scss */
.gray {
  background: gray !important;
}

/* line 136, ../sass/style.scss */
.margins-10 {
  margin: 10px;
}

/* line 140, ../sass/style.scss */
.margins-20 {
  margin: 20px;
}

/* line 144, ../sass/style.scss */
.margins-side-20 {
  margin: 0 20px;
}

/* line 148, ../sass/style.scss */
.padding-10 {
  padding: 10px;
}

/* line 152, ../sass/style.scss */
.padding-20 {
  padding: 20px;
}

/* line 156, ../sass/style.scss */
.grey {
  color: #bbbbbb;
}

/* line 160, ../sass/style.scss */
.center-text {
  text-align: center;
}

/* line 163, ../sass/style.scss */
.center-vertically {
  position: absolute;
  left: 50%;
  top: 50%;
  /*
  *  Where the magic happens
  *  Centering method from CSS Tricks
  *  http://css-tricks.com/centering-percentage-widthheight-elements/
  */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* Elements */
/* Elements */
/* line 181, ../sass/style.scss */
.button {
  background-color: #f76301;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 5px #d05301;
}

/* line 188, ../sass/style.scss */
.button:hover {
  background-color: #f76301;
  box-shadow: 0 4px #d05301;
  position: relative;
  top: 1px;
}

/* line 195, ../sass/style.scss */
.button.small {
  background-color: #f76300;
  box-shadow: none;
  /* font-family: Lato; */
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

/* line 205, ../sass/style.scss */
.button.small:hover {
  background-color: #f76300;
  box-shadow: none;
  /* font-family: Lato; */
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  top: 0px;
}

/* Header */
/* line 218, ../sass/style.scss */
#orange-line {
  background-color: #f66303;
  height: 4px;
  width: 100%;
}

/* line 225, ../sass/style.scss */
header {
  height: 130;
  padding: 40px;
  padding-bottom: 20px;
}

/* Logo */
/* line 232, ../sass/style.scss */
.logo {
  font-family: "Titillium Web";
  color: #3d454b;
  font-size: 36px;
}

/* line 238, ../sass/style.scss */
.logo img {
  width: 50px;
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px;
}

/* line 245, ../sass/style.scss */
.logo:hover,
.logo:focus,
.logo:visited {
  color: #3d454b;
}

/* Main menu */
/* line 254, ../sass/style.scss */
#mainMenu {
  margin-top: 10px;
  /* font-family: "Titillium Web"; */
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  text-align: right;
}

/* line 263, ../sass/style.scss */
#mainMenu a {
  color: black;
}

/* line 267, ../sass/style.scss */
.selected a {
  color: #f76300;
}

/* line 271, ../sass/style.scss */
#mainMenu ul {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 10px;
}

/* line 278, ../sass/style.scss */
#hubs-dropdown ul {
  margin-bottom: 0;
}

/* line 282, ../sass/style.scss */
.dropdown-subitems {
  list-style-type: none !important;
}

/* line 286, ../sass/style.scss */
.dropdown-subitems a {
  text-transform: none !important;
}

/* line 290, ../sass/style.scss */
.avatar-icon {
  width: 40px;
  border-radius: 8px;
  margin-top: -4px;
  /* border: 4px solid rgb(246, 99, 3)   */
}

/* ================ Subnav ================ */
/* line 299, ../sass/style.scss */
.subnav {
  /* padding: 10px; */
  /* margin: 10px; */
  background-color: rgba(0, 0, 0, 0.02);
}

/* line 305, ../sass/style.scss */
.subnav .row .columns {
  /* padding: 10px; */
}

/* line 309, ../sass/style.scss */
.subnav a, .subnav span {
  color: #bbbbbb;
  margin-bottom: -1px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
}

/* smaller space between links */
/* line 320, ../sass/style.scss */
.subnav a, .subnav span {
  margin-right: 10px;
}

/* line 326, ../sass/style.scss */
.rank-types {
  margin: 10px 0;
}

/* line 330, ../sass/style.scss */
.rank-types .bold {
  font-weight: bold;
  color: #3d454b;
}

/* line 335, ../sass/style.scss */
.subnav .challenge-title {
  font-weight: bold;
  color: #3d454b;
  text-transform: none;
}

/* ================ User Profile ================ */
/* Subnav */
/* line 342, ../sass/style.scss */
.userkarma {
  background: rgba(119, 119, 119, 0.2);
  padding: 4px;
  border-radius: 4px;
}

/* line 349, ../sass/style.scss */
.logout {
  width: 20px;
  float: right;
  margin: 14px;
  opacity: 0.4;
}

/* line 356, ../sass/style.scss */
.profile .button.small {
  /* float: right; */
}

/* line 360, ../sass/style.scss */
.profie .subnav {
  text-align: center;
}

/* line 364, ../sass/style.scss */
.userdata {
  margin-bottom: 0;
}

/* line 368, ../sass/style.scss */
.usersubscribe {
  text-transform: none !important;
  /* Why do I need important here? */
}

/* line 372, ../sass/style.scss */
.unsubscribe {
  background: rgba(187, 187, 187, 0.8) !important;
}

/* line 376, ../sass/style.scss */
.subscribers {
  background: white;
  padding: 4px 5px;
  border-radius: 4px;
  margin-right: 0 !important;
  margin: 0 5px;
}

/* line 384, ../sass/style.scss */
.profile.rank-types {
  margin-top: 10px !important;
}

/* line 388, ../sass/style.scss */
.hubs-dropdown {
  margin: 10px;
}

/* line 391, ../sass/style.scss */
.subnav .searchbar {
  background: none;
  width: calc(100% - 76px);
  /* remove hubs toggle */
  width: calc(100% - 5px);
  height: 40px;
  /* margin: -6px 0;     */
  margin: 4px;
}

/* line 401, ../sass/style.scss */
.subnav .searchbar:focus {
  background: white;
}

/* line 408, ../sass/style.scss */
.tagline ul {
  list-style-type: none;
  margin: 0;
}
/* line 411, ../sass/style.scss */
.tagline ul li {
  float: left;
  margin: 0 !important;
  margin-left: 10px !important;
}
/* line 416, ../sass/style.scss */
.tagline ul li a i {
  color: #FFC99E;
  color: rgba(254, 254, 212, 0.7);
  font-size: 22px;
}

/* ================ Log in ================ */
/* line 428, ../sass/style.scss */
.helptext {
  display: none;
}

/* ================ Page ================ */
/* line 433, ../sass/style.scss */
#page li {
  margin-top: 10px;
}

/* line 437, ../sass/style.scss */
li p {
  margin: 0px;
}

/* line 441, ../sass/style.scss */
#page {
  background-color: #f6f3ea;
  /* padding-top: 20px; */
}

/* ================ Stories ================ */
/* line 448, ../sass/style.scss */
article {
  margin-top: 20px;
  /* margin-bottom: 80px; */
}

/* line 453, ../sass/style.scss */
.posts-page .post-header h1 {
  float: left;
}

/* Votes */
/* line 459, ../sass/style.scss */
.vote-column {
  width: 40px;
  float: left;
  margin-left: -52px;
}

@media screen and (max-width: 1300px) {
  /* line 466, ../sass/style.scss */
  .vote-column {
    margin: 10px;
    margin-bottom: -12px;
  }
}
/* line 472, ../sass/style.scss */
.vote {
  width: 40px;
  background: #edeceb;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 rgba(83, 69, 64, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0 11px 0 0;
  position: relative;
  text-align: center;
}

/* Defaut state */
/* line 486, ../sass/style.scss */
.arrow,
.arrow:active,
.arrow:visited {
  display: block;
  transform: scale(1.8, 1);
  float: left;
  width: 100%;
  text-align: center;
  color: #3d454b;
}

/* .fi-arrow-up, .fi-arrow-down, */
/* .fi-arrow-up:active, .fi-arrow-down:active, */
/* .fi-arrow-up:visited, .fi-arrow-down:visited{ */
/*     display: block; */
/*     transform:scale(1.8,1); */
/*     float:left; */
/*     width: 100%; */
/*     text-align: center; */
/*     color: $black; */
/* } */
/* Upvote hover is orange */
/* line 511, ../sass/style.scss */
.score {
  width: 100%;
  text-align: center;
}

/* line 516, ../sass/style.scss */
.post-comments {
  width: 40px;
  font-size: 30px;
  text-align: center;
}

/* line 522, ../sass/style.scss */
.fi-comment {
  font-size: 42px;
}

/* line 526, ../sass/style.scss */
.number-of-comments {
  font-size: 18px;
  color: white;
  display: block;
  margin-top: -45px;
  margin-bottom: 10px;
}

/* line 535, ../sass/style.scss */
article header {
  float: left;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  /* line 542, ../sass/style.scss */
  article header {
    width: calc(100% - 60px);
  }
}
/* line 547, ../sass/style.scss */
.post-header {
  float: left;
}

/* line 551, ../sass/style.scss */
.post-tagline {
  float: left;
}

/* line 555, ../sass/style.scss */
.edit-post {
  float: right;
}

/* line 559, ../sass/style.scss */
.readmore {
  /* width: 100%; */
  /* margin: 10px 0; */
  float: right;
}

/* line 565, ../sass/style.scss */
.stories-page .story-footer-signup {
  padding: 8px;
}

/* ================ Story ================ */
/* line 572, ../sass/style.scss */
.next-chapter {
  float: right;
}

/* Story footer */
/* line 582, ../sass/style.scss */
.hub-tag {
  background: rgba(119, 119, 119, 0.2);
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 6px;
  color: #3d454b;
}

/* line 591, ../sass/style.scss */
.button.small {
  margin-bottom: 0;
}

/* line 595, ../sass/style.scss */
.post-footer-signup .author {
  float: right;
}

/* line 599, ../sass/style.scss */
.author {
  float: right;
}

/* line 604, ../sass/style.scss */
.post-footer-signup .followers {
  background: white;
  float: right;
  border-radius: 4px;
  padding: 8px;
  margin: 0;
}

/* line 613, ../sass/style.scss */
.rss-icon {
  float: right;
  /* margin: -6px 0 0 10px; */
  line-height: 10px;
}

/* line 619, ../sass/style.scss */
.rss-icon i {
  color: #666;
}

/* line 623, ../sass/style.scss */
.large {
  font-size: 40px;
}

/* ================ Story Comments ================ */
/* Review rating */
/* line 631, ../sass/style.scss */
#id_comment_type {
  width: 120px;
  margin-right: 20px;
}

/* line 636, ../sass/style.scss */
.br-wrapper-b .br-widget {
  height: 40px;
}

/* line 639, ../sass/style.scss */
.br-wrapper-b .br-widget a {
  display: block;
  width: 80px;
  height: 40px;
  float: left;
  background-color: #F5D4BE;
  margin: 1px;
}

/* line 647, ../sass/style.scss */
.br-wrapper-b .br-widget a.br-active,
.br-wrapper-b .br-widget a.br-selected {
  background-color: #f76300;
}

/* line 651, ../sass/style.scss */
.br-wrapper-b .br-widget .br-current-rating {
  clear: both;
  width: 410px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: .5em 0;
  color: #f76300;
}

/* line 660, ../sass/style.scss */
.br-wrapper-b .br-readonly a.br-active,
.br-wrapper-b .br-readonly a.br-selected {
  background-color: #f76300;
}

/* Display rating */
/* line 666, ../sass/style.scss */
.comment-rating {
  float: right;
}

/* line 670, ../sass/style.scss */
.rating-bar {
  display: block;
  width: 16px;
  height: 8px;
  float: left;
  background-color: #f76300;
  margin: 1px;
}

/* Center in container */
/* line 679, ../sass/style.scss */
.br-wrapper-b {
  width: 410px;
  /* position: absolute; */
  margin: 0px 0 0 -168px;
  /* left: 50%; */
  float: left;
}

/* Submit */
/* line 689, ../sass/style.scss */
.comment-type {
  margin: 5px;
}

/* List */
/* line 693, ../sass/style.scss */
.comments {
  margin-left: -32px;
}

/* line 700, ../sass/style.scss */
.comment-collapse {
  color: #3d454b;
}

/* line 704, ../sass/style.scss */
.comment-box {
  border-left: 1px solid #DDDDDD;
  margin-left: 32px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 3px 0px #727272;
  padding: 10px 10px 0px 10px;
}

/* line 713, ../sass/style.scss */
.comment-body {
  padding: 10px 0px;
}

/* line 717, ../sass/style.scss */
.comment-reply textarea {
  margin-bottom: 4px;
  background: #f6f3ea;
  height: 150px;
}

/* line 723, ../sass/style.scss */
.comment-reply .button.small {
  float: right;
  padding: 10px;
  margin: 8px;
  margin-right: 0;
}

/* line 730, ../sass/style.scss */
.comment-footer a {
  color: #3d454b;
}

/* Comments voting */
/* line 735, ../sass/style.scss */
.comment-box .vote-column {
  width: 40px;
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}

/* Upvote hover is orange */
/* line 743, ../sass/style.scss */
.comment-upvote:hover {
  color: #f76300;
}

/* line 747, ../sass/style.scss */
.comment-upvote,
.comment-downvote,
.comment-upvote:focus,
.comment-downvote:focus,
.comment-upvote:visited,
.comment-downvote:visited,
.comment-upvote:active,
.comment-downvote:active {
  color: #3d454b;
}

/* Once upvoted/downvoted state */
/* line 759, ../sass/style.scss */
.comment-upvoted,
.comment-upvoted:focus,
.comment-upvoted:active,
.comment-upvoted:visited {
  color: #f76300;
}

/* line 766, ../sass/style.scss */
.comment-downvoted,
.comment-downvoted:focus,
.comment-downvoted:active,
.comment-downvoted:visited {
  color: #008CBA;
}

/* The opposite button is grey */
/* line 775, ../sass/style.scss */
.comment-downvoted.comment-upvote,
.comment-upvoted.comment-downvote,
.comment-downvoted.comment-upvote:hover,
.comment-upvoted.comment-downvote:hover,
.comment-downvoted.comment-upvote:visited,
.comment-upvoted.comment-downvote:visited {
  color: #3d454b;
}

/* ================ Edit Story ================ */
/* line 788, ../sass/style.scss */
.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

/* Sidebar */
/* line 798, ../sass/style.scss */
.sidebar ul {
  list-style-type: none;
}

/* line 802, ../sass/style.scss */
.sidebar .button {
  padding: 10px;
  margin: 0 10px 0 15px;
}

/* line 807, ../sass/style.scss */
.chapter-arrows {
  float: right;
  margin: 15px 0;
}

/* line 812, ../sass/style.scss */
.chapter-title {
  width: calc(100% - 60px);
  float: left;
}

/* line 817, ../sass/style.scss */
.chapter-arrow {
  width: 100%;
  float: right;
  display: block;
  line-height: 10px;
  height: 18px;
  overflow: hidden;
}

/* line 826, ../sass/style.scss */
.chapter-button {
  float: right;
  /* margin: 15px 0px; */
  color: #3d454b;
}

/* line 832, ../sass/style.scss */
.chapter-button up {
  foat: right;
}

/* Story create */
/* line 837, ../sass/style.scss */
.set-hubs {
  width: calc(100% - 120px);
  width: 200px;
  float: left;
  margin-bottom: 10px;
  /*for mobile*/
}

/* line 844, ../sass/style.scss */
textarea[rows] {
  margin-bottom: 0 !important;
  height: 400px !important;
}

@media screen and (max-width: 1300px) {
  /* line 850, ../sass/style.scss */
  .set-hubs {
    width: 100% !important;
    float: left;
    margin-bottom: 10px;
    /*for mobile*/
  }

  /* line 856, ../sass/style.scss */
  #id_hubs {
    width: 100% !important;
  }
}
/* line 861, ../sass/style.scss */
.select2-container--default .select2-selection--multiple {
  height: 50px;
}

/* line 865, ../sass/style.scss */
.set-hubs input {
  margin-top: -7px !important;
}

/* line 869, ../sass/style.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

/* line 873, ../sass/style.scss */
#id_hubs {
  list-style-type: none;
  width: 400px;
  padding: 0px;
}

/* Story Editor */
/* line 880, ../sass/style.scss */
.editor {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
}

/* border on mobile  */
/* line 888, ../sass/style.scss */
* {
  outline: none;
}

/* line 892, ../sass/style.scss */
.delete-chapter {
  padding: 10px !important;
  background: grey !important;
  float: left;
  margin: 30px 0;
}

/* line 898, ../sass/style.scss */
.confirm-delete {
  background: red !important;
}

/* line 902, ../sass/style.scss */
.view {
  background: gray !important;
}

/* line 906, ../sass/style.scss */
.edit-buttons {
  float: right;
}

/* Footer */
/* line 912, ../sass/style.scss */
footer {
  height: 40px;
}

/* line 916, ../sass/style.scss */
footer, footer li, footer p {
  background-color: #333a42;
  color: #babfc2;
}

/* line 921, ../sass/style.scss */
footer a {
  color: #babfc2;
}

/* line 925, ../sass/style.scss */
footer h4 {
  color: #babfc2;
  text-transform: uppercase;
  font-size: medium;
  font-weight: normal;
}

/* line 936, ../sass/style.scss */
.white-bg {
  background: white !important;
}

/* line 940, ../sass/style.scss */
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment) {
  background: none !important;
}

/* votes in footer */
/* line 946, ../sass/style.scss */
.vote-column {
  display: none;
}

/* line 950, ../sass/style.scss */
.arrow,
.arrow:active,
.arrow:visited {
  width: 20px;
  transform: scale(1.4, 1);
  float: left;
}

/* line 958, ../sass/style.scss */
.score {
  float: left;
  width: auto;
}

/* line 963, ../sass/style.scss */
article header {
  width: 100% !important;
}

/* line 967, ../sass/style.scss */
.fi-comment {
  text-align: center;
  float: left;
  font-size: 20px;
  margin-top: 0px;
  margin-right: 2px;
}

/* Home Page */
/* line 977, ../sass/style.scss */
.header-background {
  background: #253153 url("/static/img/space2_medium.jpg") no-repeat center;
  background-size: cover;
}

/* line 982, ../sass/style.scss */
.header-background-overlay {
  background: rgba(0, 0, 0, 0.175);
  padding: 80px;
}

/* line 988, ../sass/style.scss */
.homepage-header {
  text-align: center;
}
/* line 990, ../sass/style.scss */
.homepage-header .button {
  border-radius: 0;
  margin: 40px 10px;
  margin-bottom: 0;
}

/* line 996, ../sass/style.scss */
.homepage h1, .homepage h2 {
  text-align: center;
  color: white;
}

/* line 1000, ../sass/style.scss */
.homepage h2 {
  font-weight: normal;
}
/* line 1002, ../sass/style.scss */
.homepage h2 a {
  color: white;
  text-decoration: underline;
}

/* line 1007, ../sass/style.scss */
.big-logo {
  text-align: center;
}

/* line 1010, ../sass/style.scss */
.big-logo img {
  width: 200px;
}

/* line 1018, ../sass/style.scss */
.homepage .stories {
  background: #f6f3ea;
}

/* line 1024, ../sass/style.scss */
.homepage .subnav-background {
  background: #f6630a;
  padding: 10px 0;
}
/* line 1029, ../sass/style.scss */
.homepage .subnav {
  background: none;
}
/* line 1031, ../sass/style.scss */
.homepage .subnav ul {
  margin-top: 20px;
  list-style-type: none;
}
/* line 1034, ../sass/style.scss */
.homepage .subnav ul li {
  float: left;
}
/* line 1036, ../sass/style.scss */
.homepage .subnav ul li a {
  color: #FFC99E;
  text-transform: none;
}
/* line 1039, ../sass/style.scss */
.homepage .subnav ul li a i {
  color: #FFC99E;
  font-size: 22px;
}
/* line 1048, ../sass/style.scss */
.homepage .stories {
  padding: 20px;
}
/* line 1051, ../sass/style.scss */
.homepage .story {
  float: left;
  padding: 10px;
}
/* line 1054, ../sass/style.scss */
.homepage .story .thumbnail {
  height: 172px;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
}
/* line 1061, ../sass/style.scss */
.homepage .story h3 {
  text-align: left;
  color: #373737;
  font-size: 24px;
  font-weight: bold;
}
/* line 1067, ../sass/style.scss */
.homepage .story p {
  font-size: 18px;
}
