@charset "UTF-8";
div[class^=language-] {
  color: #360084;
  border: solid 0.065em #360084;
  border-left: solid 0.325em #360084;
  margin: 0.975em 0.325em 0.65em 0;
  border-radius: 0.26em 0 0 0.26em;
}

div.source {
  color: #360084;
  border: solid 0.065em #360084;
  border-left: solid 0.325em #360084;
  margin: 0.975em 0.325em 0.65em 0;
  border-radius: 0.26em 0 0 0.26em;
}

div.error {
  color: #bd2c00;
  border: solid 0.065em #bd2c00;
  border-left: solid 0.325em #bd2c00;
  margin: 0.975em 0.325em 0.65em 0;
  border-radius: 0.26em 0 0 0.26em;
}

div.warning {
  color: #de8875;
  border: solid 0.065em #de8875;
  border-left: solid 0.325em #de8875;
  margin: 0.975em 0.325em 0.65em 0;
  border-radius: 0.26em 0 0 0.26em;
}

div.output {
  color: #303030;
  border: solid 0.065em #303030;
  border-left: solid 0.325em #303030;
  margin: 0.975em 0.325em 0.65em 0;
  border-radius: 0.26em 0 0 0.26em;
}

div.error::before,
div.warning:before,
div.output::before,
div.source::before,
div[class^=language-]::before {
  background-color: #f2eff6;
  display: block;
  font-weight: bold;
  padding: 0.325em 0.65em;
}

div[class^=language-]::before,
div.source::before {
  content: "Code";
}

div.error::before {
  background-color: #ffebe6;
  content: "Error";
}

div.warning:before {
  background-color: #f8f4e8;
  content: " Warning";
}

div.output::before {
  background-color: #efefef;
  content: "Output";
}

div.language-basic::before {
  content: "Basic";
}

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

div.language-c::before {
  content: "C";
}

div.language-chapel::before {
  content: "Chapel";
}

div.language-cmake::before {
  content: "CMake";
}

div.language-cpp::before {
  content: "C++";
}

div.language-cuda::before {
  content: "Cuda";
}

div.language-d::before {
  content: "D";
}

div.language-fortran::before {
  content: "Fortran";
}

div.language-go::before {
  content: "Go";
}

div.language-html::before {
  content: "HTML";
}

div.language-java::before {
  content: "Java";
}

div.language-julia::before {
  content: "Julia";
}

div.language-kotlin::before {
  content: "Kotlin";
}

div.language-lua::before {
  content: "Lua";
}

div.language-make::before {
  content: "Make";
}

div.language-matlab::before {
  content: "MATLAB";
}

div.language-opencl::before {
  content: "OpenCL";
}

div.language-perl::before {
  content: "Perl";
}

div.language-python::before {
  content: "Python";
}

div.language-r::before {
  content: "R";
}

div.language-ruby::before {
  content: "Ruby";
}

div.language-rust::before {
  content: "Rust";
}

div.language-scala::before {
  content: "Scala";
}

div.language-sql::before {
  content: "SQL";
}

div.language-vulkan::before {
  content: "Vulkan";
}

.tab-pane {
  border: solid 0.065em #ddd;
  border-top: none;
  padding: 1.3em 1.3em 0.65em 1.3em;
  border-radius: 0 0 0.26em 0.26em;
}

ul.nav.nav-tabs {
  background: #E1E1E1;
  border-radius: 0.26em 0.26em 0 0;
}

ul.nav.nav-tabs li a {
  line-height: 1.56em;
}

a {
  color: #204A6F;
}

.yt-wrapper2 {
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 39em) {
  .yt-wrapper2 {
    max-width: 100%;
  }
}
.yt-wrapper {
  height: 0;
  margin-top: 0.65em;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.yt-frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.overview h3,
.key_points h3,
.tip h3,
.warning h3,
.comment h3,
.hands-on h3,
.hands_on h3,
.question h3,
.solution h3,
.details h3,
.feedback h3,
.code-in h3,
.code-out h3 .hands-on {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #dfe5f9;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.overview h3 h2,
.key_points h3 h2,
.tip h3 h2,
.warning h3 h2,
.comment h3 h2,
.hands-on h3 h2,
.hands_on h3 h2,
.question h3 h2,
.solution h3 h2,
.details h3 h2,
.feedback h3 h2,
.code-in h3 h2,
.code-out h3 .hands-on h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #dfe5f9, rgb(226.2, 231.6, 249.6));
  border-color: #dfe5f9;
  margin-top: 0em;
  margin-left: -0.325em;
}
.overview h3 h2:before,
.key_points h3 h2:before,
.tip h3 h2:before,
.warning h3 h2:before,
.comment h3 h2:before,
.hands-on h3 h2:before,
.hands_on h3 h2:before,
.question h3 h2:before,
.solution h3 h2:before,
.details h3 h2:before,
.feedback h3 h2:before,
.code-in h3 h2:before,
.code-out h3 .hands-on h2:before {
  font-family: "Glyphicons Halflings";
  content: "✏";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.hands_on {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #dfe5f9;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.hands_on h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #dfe5f9, rgb(226.2, 231.6, 249.6));
  border-color: #dfe5f9;
  margin-top: 0em;
  margin-left: -0.325em;
}
.hands_on h2:before {
  font-family: "Glyphicons Halflings";
  content: "✏";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.question {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #8A9AD0;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.question h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #8A9AD0, rgb(149.7, 164.1, 212.7));
  border-color: #8A9AD0;
  margin-top: 0em;
  margin-left: -0.325em;
}
.question h2:before {
  font-family: "Glyphicons Halflings";
  content: "\e085";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.solution {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #B8C3EA;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.solution h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #B8C3EA, rgb(191.1, 201, 236.1));
  border-color: #B8C3EA;
  margin-top: 0em;
  margin-left: -0.325em;
}
.solution h2:before {
  font-family: "Glyphicons Halflings";
  content: "\e105";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.warning {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #de8875;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.warning h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #de8875, rgb(225.3, 147.9, 130.8));
  border-color: #de8875;
  margin-top: 0em;
  margin-left: -0.325em;
}
.warning h2:before {
  font-family: "Glyphicons Halflings";
  content: "\e107";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.comment {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #ffecc1;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.comment h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #ffecc1, rgb(255, 237.9, 199.2));
  border-color: #ffecc1;
  margin-top: 0em;
  margin-left: -0.325em;
}
.comment h2:before {
  font-family: "Glyphicons Halflings";
  content: "\e111";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.details {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #ddd;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.details h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #ddd, rgb(224.4, 224.4, 224.4));
  border-color: #ddd;
  margin-top: 0em;
  margin-left: -0.325em;
}
.details h2:before {
  font-family: "Glyphicons Halflings";
  content: "\e086";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.tip {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #FFE19E;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.tip h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #FFE19E, rgb(255, 228, 167.7));
  border-color: #FFE19E;
  margin-top: 0em;
  margin-left: -0.325em;
}
.tip h2:before {
  font-family: "Glyphicons Halflings";
  content: "*";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.code-in {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #86D486;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.code-in h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #86D486, rgb(146.1, 216.3, 146.1));
  border-color: #86D486;
  margin-top: 0em;
  margin-left: -0.325em;
}
.code-in h2:before {
  font-family: "Glyphicons Halflings";
  content: "⌨";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.code-out {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #fb99d0;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.code-out h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #fb99d0, rgb(251.4, 163.2, 212.7));
  border-color: #fb99d0;
  margin-top: 0em;
  margin-left: -0.325em;
}
.code-out h2:before {
  font-family: "Glyphicons Halflings";
  content: "💻";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.agenda {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #86D486;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.agenda h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #86D486, rgb(146.1, 216.3, 146.1));
  border-color: #86D486;
  margin-top: 0em;
  margin-left: -0.325em;
}
.agenda h2:before {
  font-family: "Glyphicons Halflings";
  content: "\e101";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.agenda {
  background-color: rgba(122, 231, 142, 0.1254901961);
}

.agenda h3 {
  font-size: 1.2em;
}

.overview {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #8A9AD0;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.overview h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #8A9AD0, rgb(149.7, 164.1, 212.7));
  border-color: #8A9AD0;
  margin-top: 0em;
  margin-left: -0.325em;
}
.overview h2:before {
  font-family: "Glyphicons Halflings";
  content: "";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.feedback {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #86D486;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.feedback h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #86D486, rgb(146.1, 216.3, 146.1));
  border-color: #86D486;
  margin-top: 0em;
  margin-left: -0.325em;
}
.feedback h2:before {
  font-family: "Glyphicons Halflings";
  content: "";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.keypoints {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #7ae78e;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.keypoints h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #7ae78e, rgb(135.3, 233.4, 153.3));
  border-color: #7ae78e;
  margin-top: 0em;
  margin-left: -0.325em;
}
.keypoints h2:before {
  font-family: "Glyphicons Halflings";
  content: "\e101";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.objectives {
  padding: 0 0 0.325em 0.325em;
  border: 0.065em solid;
  border-color: #daee84;
  border-radius: 0.26em;
  margin: 0.975em 0.325em 0.65em 0;
}
.objectives h2 {
  padding-top: 0.325em;
  padding-bottom: 0.325em;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #daee84, rgb(221.7, 239.7, 144.3));
  border-color: #daee84;
  margin-top: 0em;
  margin-left: -0.325em;
}
.objectives h2:before {
  font-family: "Glyphicons Halflings";
  content: "\e085";
  float: left;
  padding-left: 0.325em;
  padding-right: 0.325em;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.keypoints {
  background-color: rgba(122, 231, 142, 0.1254901961);
}

.objectives {
  background-color: rgba(218, 238, 132, 0.1254901961);
}

blockquote p {
  margin: 0.325em;
}

blockquote :not(h2) + p {
  padding-top: 1em;
}

blockquote {
  font-size: inherit;
}

a code {
  color: #006cad;
}

a:link {
  color: #196EBD;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}

a:visited {
  color: #1AA4DA;
}

code {
  white-space: nowrap;
  padding: 0.13em 0.325em;
  color: #24292e;
  background-color: #e7e7e7;
}

samp {
  hyphens: none;
}

dt {
  margin-top: 1.3em;
}

dd {
  margin-left: 2em;
}

article img {
  display: block;
  margin: 1.3em auto;
  max-width: 100%;
}

article img.inline {
  display: inline-block;
  margin: auto;
}

article h2 {
  margin: 3.12em 0 1.04em;
  border-bottom: solid 0.065em #eaecef;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

article h3 {
  margin: 2.6em 0 1.04em;
}

article pre {
  margin: 0;
  border: 0;
}

.figures h2 {
  margin-top: 6.5em;
}

.maintitle {
  text-align: center;
}

.footertext {
  text-align: center;
}

footer .license,
footer .help-links {
  font-size: inherit;
  margin-top: 0.65em;
  margin-bottom: 0.65em;
  font-weight: 500;
  line-height: 1.1;
}

img.navbar-logo {
  height: 2.6em;
  padding-top: 0.325em;
  padding-right: 0.65em;
}

div.branding {
  color: #2b3990;
}

ul,
ol {
  padding-left: 2em;
}

span.fold-unfold {
  margin-left: 1em;
  opacity: 0.5;
}

/*
  Force a pixelated rendering of images when original resolution is bigger than
  the <img> viewport to avoid a blurring effect that makes it difficult to read the image.
  This issue affects primarily Chrome based browsers (as of 2021).
  See https://github.com/carpentries/styles/pull/636 for the original report and related links 
*/
img {
  image-rendering: pixelated;
}

p.image-with-shadow img,
img.image-with-shadow {
  box-shadow: 0 0.39em 1.56em 0 #888;
}

div.life-cycle {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 100;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: -0.065em;
  border-radius: 0;
}

.pre-alpha {
  color: #a94442;
  background: #f2dede;
}

.alpha {
  color: #8a6d3b;
  background: #fcf8e3;
}

.beta {
  color: #31708f;
  background: #d9edf7;
}

.published {
  color: #354711;
  background: #effbd7;
}

pre.highlight span.err {
  border: none;
}

kbd {
  display: inline-block;
  margin: 0 0.1em;
  padding: 0.1em 0.6em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.715em;
  line-height: 1.4;
  color: #242729;
  text-shadow: 0 0.065em 0 #FFF;
  background-color: #e1e3e5;
  border: 0.065em solid #adb3b9;
  border-radius: 0.195em;
  box-shadow: 0 0.065em 0 rgba(12, 13, 14, 0.2), 0 0 0 0.13em #FFF inset;
  white-space: nowrap;
  font-style: normal;
}

@media print {
  blockquote.solution > * {
    display: unset !important;
  }
}

/*# sourceMappingURL=lesson.css.map */