:root {
  --white-color: rgba(255, 255, 255, 1);
  --white-light-color: rgba(255, 255, 255, .5);
  --black-color: rgba(0, 0, 0, 1);
  --black-light-color: rgba(0, 0, 0, .5);
  --light-color: rgba(139, 245, 255, 1);
  --light-light-color: rgba(139, 245, 255, .5);
  --primary-color: rgba(79, 194, 247, 1);
  --primary-light-color: rgba(79, 194, 247, .5);
  --dark-color: rgba(0, 146, 196, 1);
  --dark-light-color: rgba(0, 146, 196, .5);
  --image-header-url: url(../../img/backgroundHeader/bg-header-1.jpg);
  --image-body-url: url(../../img/backgroundBody/bg-body-1.jpg);
  --image-footer-url: url(../../img/backgroundFooter/bg-footer-1.png);
  --background-header: var(--primary-color, rgba(79, 194, 247, 1)) var(--image-header-url) no-repeat fixed center;
  --background-body: var(--primary-color, rgba(79, 194, 247, 1)) var(--image-body-url) repeat fixed; }

@font-face {
  font-family: Mistral;
  src: url("../../webfontkit/mistral.woff"); }
@font-face {
  font-family: "Roboto Light";
  src: url("../../webfontkit/Roboto-Light.ttf");
  src: url("../../webfontkit/roboto-light-webfont.woff");
  src: url("../../webfontkit/roboto-light-webfont.woff2"); }
@font-face {
  font-family: "Roboto Medium";
  src: url("../../webfontkit/Roboto-Medium.ttf");
  src: url("../../webfontkit/roboto-medium-webfont.woff");
  src: url("../../webfontkit/roboto-medium-webfont.woff2"); }
body #mainDivPageBody main section.accordion {
  font-family: "Roboto Medium", "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 500; }
  body #mainDivPageBody main section.accordion div.card div.card-header {
    background-color: var(--dark-color, #0092c4);
    color: var(--white-color, white); }
    body #mainDivPageBody main section.accordion div.card div.card-header div.row h1 > span, body #mainDivPageBody main section.accordion div.card div.card-header div.row .fa-2x {
      cursor: pointer; }
    body #mainDivPageBody main section.accordion div.card div.card-header div.row h1, body #mainDivPageBody main section.accordion div.card div.card-header div.row .fa-2x {
      font-size: 1.5rem; }
  body #mainDivPageBody main section.accordion div.card div.card-body ul.list-group li.list-group-item {
    background-color: var(--light-color, #8bf5ff);
    border-color: var(--white-color, white);
    border-radius: 0; }
    body #mainDivPageBody main section.accordion div.card div.card-body ul.list-group li.list-group-item a {
      color: var(--dark-color, #0092c4); }

@media (min-width: 768px) {
  body #mainDivPageBody main section.accordion div.card div.card-header div.row h1, body #mainDivPageBody main section.accordion div.card div.card-header div.row .fa-2x {
    font-size: 1.2rem; } }

/*# sourceMappingURL=works.css.map */
