@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  border: 1px solid #ccc;
  word-wrap: break-word;
  padding: 6px 10px;
  line-height: 19px;
  margin-bottom: 20px;
}

code {
  border: 1px solid #eaeaea;
  margin: 0px 2px;
  padding: 0px 5px;
  font-size: 12px;
}

pre code {
  border: 0px;
  padding: 0px;
  margin: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

pre, code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #333;
  background: #f8f8f8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

pre, pre code {
  font-size: 13px;
}

pre .comment {
  color: #998;
}

pre .support {
  color: #0086B3;
}

pre .tag, pre .tag-name {
  color: navy;
}

pre .keyword, pre .css-property, pre .vendor-prefix, pre .sass, pre .class, pre .id, pre .css-value, pre .entity.function, pre .storage.function {
  font-weight: bold;
}

pre .css-property, pre .css-value, pre .vendor-prefix, pre .support.namespace {
  color: #333;
}

pre .constant.numeric, pre .keyword.unit, pre .hex-color {
  font-weight: normal;
  color: #099;
}

pre .entity.class {
  color: #458;
}

pre .entity.id, pre .entity.function {
  color: #900;
}

pre .attribute, pre .variable {
  color: teal;
}

pre .string, pre .support.value {
  font-weight: normal;
  color: #d14;
}

pre .regexp {
  color: #009926;
}

h1:first-child {
  margin: 40px 0;
}

h1 {
  font-size: 31px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 20px;
}

h1, h2, h3, h4, h5 {
  color: #201d18;
  margin: 50px 0 30px 0;
  font-weight: 400;
}

h2 {
  border-bottom: 1px solid #f5f3eb;
  padding-bottom: 10px;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #50493c;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 19px;
  word-wrap: break-word;
}

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

li {
  margin-bottom: 12px;
}

blockquote {
  color: #9d937d;
  font-size: 1.15em;
  border-left: 4px solid #cec9be;
  margin: 2em 0;
  padding: 0.5em;
}

p, li {
  line-height: 1.5;
}

hr {
  margin: 0.5em 0;
  border: 0;
  border-top: 1px solid #f5f3eb;
  border-bottom: 1px solid #ffffff;
}

pre, code {
  font-size: 0.9em;
  background: #fdfdfd;
}

@media only screen and (max-width: 700px) {
  .katex-display > .katex {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.table {
  margin-top: 25px;
  margin-bottom: 25px;
  border-collapse: collapse;
  border-bottom: 2px solid #817661;
}
.table tr:hover {
  background: #f5f3eb;
}
.table tr:hover td {
  color: #605848;
}
.table th, .table td {
  padding: 12px 10px;
  border-collapse: collapse;
}
.table td {
  border: 1px solid #f5f3eb;
}
.table th {
  background: #817661;
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
  border-right: 1px solid #f5f3eb;
}
.table th:last-child {
  border-right: none;
}

.table-hasBottomBorder {
  border-bottom: 1px solid #f5f3eb;
}

@media print {
  body {
    font-size: 15px;
  }
  h1:first-child {
    margin: 10px 0 25px 0;
  }
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 16px;
  }
  h1, h2, h3, h4, h5 {
    margin: 40px 0 20px 0;
  }
  ul, ol {
    margin-bottom: 1.7em;
    padding-left: 1.7em;
  }
  li {
    margin-bottom: 6px;
  }
  .isHiddenOnPrint {
    display: none;
  }
}
.layout-outer {
  overflow: hidden;
}

@media (min-width: 700px) {
  .layout-fixed {
    width: 700px;
    margin: 0 auto;
  }
}
@media (min-width: 700px) {
  .layout-wider .layout-fixed {
    width: auto;
  }
}
@media (min-width: 800px) {
  .layout-wider .layout-fixed {
    width: 800px;
  }
}

.layout-padding {
  padding: 15px;
}

.ByLine {
  font-size: 13px;
  font-weight: normal;
  color: #9d937d;
}

.Button {
  padding: 5px 10px 3px 10px;
  display: inline-block;
  background-color: #ff6c00;
  color: #fff;
  text-decoration: none;
  border-radius: 30% 10%/80%;
  border: none;
}

.Drawings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Drawings-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 130px;
  -ms-flex: 1 0 130px;
  flex: 1 0 130px;
  text-decoration: none;
  margin: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

@supports not ((-webkit-flex-wrap: wrap) or (-ms-flex-wrap: wrap) or (flex-wrap: wrap)) {
  .Drawings {
    display: block;
  }
  .Drawings-link {
    display: inline-block;
  }
}
.Drawings-image {
  width: 100%;
  max-width: 200px;
  display: inline-block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*

Styles for the equations

Equation consists of 3 parts:

  1. A left aligned text.
  2. A centered image.
  3. A right-aligned text like an equation number.

Example:

<div class='Equation isTextCentered'>
  <span></span><!-- Left aligned text -->
  <span>
    <img class='isMax200PxWide' src='/image/blog/2016-04-16-programming-harmonic-oscillator/001_0010_harmonic_oscillator_equation.png' alt='Harmonic oscillator equation: F=-kx'>.
  </span>
  <span>(1)</span><!-- Right aligned text -->
</div>

*/
.Equation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.HomeImage {
  width: 134px;
}

.Input {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 10px 7px 7px 7px;
}

.Input--isMedium {
  width: 6em;
}

.TagWrap {
  padding-bottom: 20px;
}

.Tag {
  display: inline-block;
  padding: 6px 8px;
  min-width: 100px;
  color: #fff;
  background-color: #ffb100;
  text-decoration: none;
  box-shadow: 22px 3px 0 -7px #ff6c00, -13px -4px 0 -6px #ff9400, -24px -10px 0 -11px #a66000;
  border-radius: 60%/100% 0;
}

.isHidden {
  display: none;
}

.isBlockCentered {
  margin-left: auto;
  margin-right: auto;
}

.isTextCentered {
  text-align: center;
}

.isTextRightAligned {
  text-align: right;
}

.is100PercentWide {
  width: 100%;
}

.isFullScreenWide {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.isMax100PercentWide {
  max-width: 100%;
}

.isMax50PxWide {
  max-width: 50px;
}

.isMax60PxWide {
  max-width: 60px;
}

.isMax70PxWide {
  max-width: 70px;
}

.isMax80PxWide {
  max-width: 80px;
}

.isMax90PxWide {
  max-width: 90px;
}

.isMax100PxWide {
  max-width: 100px;
}

.isMax110PxWide {
  max-width: 110px;
}

.isMax120PxWide {
  max-width: 120px;
}

.isMax150PxWide {
  max-width: 150px;
}

.isMax160PxWide {
  max-width: 160px;
}

.isMax170PxWide {
  max-width: 170px;
}

.isMax180PxWide {
  max-width: 180px;
}

.isMax200PxWide {
  max-width: 200px;
}

.isMax250PxWide {
  max-width: 250px;
}

.isMax300PxWide {
  width: 100%;
  max-width: 300px;
}

.isMax350PxWide {
  width: 100%;
  max-width: 350px;
}

.isMax400PxWide {
  width: 100%;
  max-width: 400px;
}

.isMax500PxWide {
  width: 100%;
  max-width: 500px;
}

.isMax600PxWide {
  width: 100%;
  max-width: 600px;
}

.isMax700PxWide {
  width: 100%;
  max-width: 700px;
}

.isMax800PxWide {
  width: 100%;
  max-width: 800px;
}

.isMax900PxWide {
  width: 100%;
  max-width: 900px;
}

.hasTopMarginSmall {
  margin-top: 10px;
}

.hasBottomMarginSmall {
  margin-bottom: 10px;
}

.hasNoBottomMargin {
  margin-bottom: 0;
}

.hasNoHorizontalPadding {
  margin-right: 0;
  margin-left: 0;
}
.hasNoHorizontalPadding .layout-padding {
  padding-left: 0;
  padding-right: 0;
}

.hasBorderShade90 {
  border: 1px solid #f5f3eb;
}

.hasBorderShade80 {
  border: 1px solid #cec9be;
}

.hasBackgroundColorShade10 {
  background-color: #000000;
}

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