/* typography */


h1, h2, h3 {
/* font-family: "urw-din-condensed", sans-serif; */
font-family: "urw-din-condensed", sans-serif;
	font-weight: 600!important;
font-style: normal;
}

h4, h5, h6 {
/* font-family: "urw-din-condensed", sans-serif; */
font-family: "urw-din-condensed", sans-serif;!important
font-weight: 500;!important
font-style: normal;
}

p, a {
	font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;
}



/* facet styling */

.facetTitle {
    color: #0C1D2F;
    font-family: "urw-din-condensed", sans-serif!important;
    font-size: 30px;
    letter-spacing: 1px;	
}


.facetBtn a {
	color:white!important;
	background:#BE0301;
	margin-top:20px;
	border-radius:0px;
	font-family: "urw-din-condensed"
	text-transform:uppercase;
    padding: 9px 18px 10px 18px;
    display: block;
	width:fit-content;
}

.facetBtn a:hover {
	background:#0C1D2F!important;	
	border-color:#0C1D2F!important;
}

button.facetwp-reset {
	color:white!important;
	background:#BE0301;
	margin-top:20px;
	border-radius:0px;
  font-family: "helvetica"
	text-transform:uppercase;
    padding: 9px 18px 10px 17px;	
}

button.facetwp-reset:hover {
	background:#0C1D2F!important;	
	border-color:#0C1D2F!important;	
}


code.language-bash {
  /*background-color: yellow;*/
}

div.language-bash::before {
    content: "Bash";
}

.highlight {
    background: #f8f8f8;
}

div[class^='language-'] {
    color: #360084;
    border: solid 1px #360084;
    border-left: solid 5px #360084;
    margin: 15px 5px 10px 0;
    border-radius: 4px 0 0 4px;
}

div[class^='language-']::before {
    background-color: #f2eff6;
    display: block;
    font-weight: bold;
    padding: 5px 10px;
}

div.output {
    color: #303030;
    border: solid 1px #303030;
    border-left: solid 5px #303030;
    margin: 15px 5px 10px 0;
    border-radius: 4px 0 0 4px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}



.challenge {
    background-color: #eec27520;
	//background-color: #7975ee20;
}

.challenge h2:before {
    font-family: 'Glyphicons Halflings';
    content: "✏";
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.solution {
    background-color: #ded4b94d;
}

.solution {
    padding: 0 0 5px 5px;
    border: 1px solid;
    border-color: #ded4b9;
    border-radius: 4px;
    margin: 15px 5px 10px 0;
	  font-style: italic;
}

.solution h2:before {
    font-family: 'Glyphicons Halflings';
    content: ";
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.callout {
    background-color: #f4fd9c20;
}
.callout {
    padding: 0 0 5px 5px;
    border: 1px solid;
    border-color: #f4fd9c;
    border-radius: 4px;
    margin: 15px 5px 10px 0;
}

.callout h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    background: linear-gradient(to bottom, #f4fd9c, #f5fda6);
    border-color: #f4fd9c;
    margin-top: 0px;
    margin-left: -5px;
}

figcaption {
	
  color: black;
}