/**
 * Campaign Styles for campaign #107
 */

/** Style Campaign style#2 */
/* Make the sidebar a fancy serif font*/
.sidebar a {
	font-family: League Spartan Variable;
}
/** Style Dashboard#1568 */
/* Import fancy fonts  */
@import url('https://fonts.googleapis.com/css2?family=Eagle+Lake&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/* Use fancy font for headers */
.widget-header-text {
	font-family: 'Eagle Lake', cursive, 'Palatino Linotype', fantasy, 'Book Antiqua', Palatino, serif;
    color: black;
    font-weight: bold;
    font-style: italic;
}

/* Add a nice banner background */
.widget.widget-header {
  background-image: url("https://imgur.com/hGFr2Yx.png");
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: center top 0.66rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-position-y: bottom -10rm;
}

#campaign-dashboard {
	background-color: #c68d5e;
opacity: 1;
background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #c68d5e 10px ), repeating-linear-gradient( #b8824a55, #b8824a );
}
