/* 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;
}

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

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


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;
}

.eb-course-img-wrapper {
    max-width: 400px; /* adjust to your preferred size */
    width: 100%;
}

.eb-course-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;

}

/* Fix container width for all course pages */
.single-course #container,
.eb-primary {
    width: 1140px !important;
    max-width: 100%;
    margin: 0 auto;
}

/* Centre the content area within it */
.single-course .content-area {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}