/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./meric/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url(https://fonts.googleapis.com/css?family=Francois+One|Merriweather:400,700&display=swap);
main .mogov-block-style.panel {
  background-color: #D7E7F0;
  border: 1 px solid #cfcfcf;
  padding: 0 1rem 1rem 1rem;
}

main .mogov-block-style.panel h2 {
  margin-top: 0;
  margin-right: -1rem;
  margin-left: -1rem;
  padding: 1rem;
  color: #ffffff;
  background-color: #1e3a62;
  border-bottom: 1px solid #cfcfcf;
}

main .mogov-block-style.panel.panel-info h2 {
  background-color: #5f9bbc;
}

main .mogov-block-style.panel.panel-success h2 {
  background-color: #86a447;
}

main .mogov-block-style.panel.panel-warning h2 {
  background-color: #f5854a;
}

main .mogov-block-style.panel.panel-danger h2 {
  background-color: #a91e23;
}
