/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
:root {
  --normal:16px;
  --main-color: #ffbb00;
}

.ytong-banner {
  background-size: cover;
  border-bottom: 10px solid var(--main-color);
  height: 321px;
}

.ytong-banner .overlay {
  padding: 20px 15px;
  font-size: var(--normal);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  transition: background-color 0.4s;
}

.ytong-banner .overlay:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.ytong-banner a.title,
.ytong-banner a.title:active,
.ytong-banner a.title:visited {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.ytong-banner a.more-btn,
.ytong-banner a.more-btn:visited,
.ytong-banner a.more-btn:active {
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}

.ytong-banner a.more-btn::after {
  font-weight: 900;
}

/*# sourceMappingURL=style-index.css.map*/