/* codehilite 
pygmentize -S default -f html -a .codehilite > pygments.css */

/*
codehilite also you can add 
color: #0;
*/

/*
.codehilite pre, .codehilite pre { background: #d6e4e5; }
code { background: #d6e4e5; }
.codehilite .hll { background-color: #A0C5D7; }
*/

/* github-dark */
.codehilite pre, .codehilite pre { background: #0d1117; color: #e6edf3; }
code { background: #0d1117; color: #e6edf3; }
.codehilite .hll{ background-color: #6e7681; }

.code-block {
  position: relative;
}

.copy-code-button {
  position: absolute;
  top: 0;
  right: 0;
}

/* codehilite */

/* links color */
a {
    color: #485fc7;
    cursor: pointer;
    text-decoration: none;
}
/* links color */


/*3CAB50 D8AB50*/
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #3CAB50;
}

strong {
    color: #3CAB50;
}
/**/

#searchResults {
	font-size: large;
	background-color: yellow;
	font-size: 1.5em;
	font-weight: 800;
}

body, #footer {
  background-color: var(--bg-color, #FFF1BF);
  color: var(--text-color, 4a4a4a);
}

body.dark-theme, #footer.dark-theme {
  --bg-color: black;
  --text-color: white;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}