.lively-slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width:   923px;
  height: 610px;
  background-color: white;
  page-break-before: always;
}

lively-script {
  display: inline-block;
}

.page-number {
  position: absolute;
  bottom: 16px;
  right: 14px;
  font-size: 14px;
}

/* Layouts */
.layout {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}

.layout > * {
  display: flex;
}

.layout.layout-title {
  background-color: #E9EDEE;
}

.layout-title .header {
  background-color: #FFF;
}

.layout-title .content {
  align-items: center;
}

.layout-section-heading .content {
  background-color: #E9EDEE;
}

.layout-section-heading .sectionHeading {
  background-color: #FFF;
  width: 90%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.layout-section-heading .sectionHeading h1 {
  font-size: 48px;
  color: #434343;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.layout-section-heading .sectionHeading p {
  text-align: center;
  font-size: 2rem;
  color: #d9d9d9;
  margin-block-start: 0.3rem;
  margin-block-end: 0;
}

.layout-section-heading .footer {
  background-color: #E9EDEE;
  border: none;
}

/* Panes */
.header {
  height: 56px;
  background-color: #E9EDEE;
}

.header .slots {
  display: flex;
  flex-grow: 1;
  padding: 5px 20px;
}
.header .slot {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.header .logo {
  display: flex;
  height: 46px;
  justify-content: flex-end;
  padding: 5px;
}

.content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 50px;
}

.footer {
  height: 13px;
  border-top: solid 1px #D9D9D9;
  font-size: 13px;
  padding: 18px 50px;
}

/* fonts */
.lively-slide {
  font-family: 'Lato', sans-serif; 
  font-weight: 400;
  font-size: 18px;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  color: #1a1a1a;
  font-weight: 500;
}

.title {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  color: #1B1B1B; 
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 20px;
}

.subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 1.8rem;
  color: #1B1B1B; 
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 40px;
}

.title-image {
  width: 300px;
}


.h3code {
  font-size: 1.2em;
  margin: 0
}

pre code {
  background-color: #eee;
  display: block;

}

.carbide-image {
  width: 600px;
}

.hill-image {
  width: 300px;
}

.description {
  text-align: center;
  font-size: 18px;
}

th {
  font-weight: 400,
}

.carbidesays {
 margin-bottom: 100, 
}


.text-primary, .slot, .content, .footer, .page-number {
  color: #595959;
}

.email {
  width: 300px
}

.sourcecode {
  width: 350px
}

.description {
  color: #9e9e9e;
}

.text-secondary {
  color: #b7b7b7;
}

.slot {
  font-size: 13px;
}

.content {
  font-size: 18px;
}

.outline {
  font-size: 24px;
}

/* Other */
ol, ul {
  line-height: 2.5rem;
}

li:before {
    content: "";
    display: inline-block;
    width: 1.2rem;
}

.greenBox {
  display: flex;
  color: #6aa84fff;
  border: 1px solid #6aa84fff;
  border-radius: 2px;
  padding: 10px 20px;
  margin: 0 auto;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.inline-img {
  height: 1rem;
}

img.full {
  height: 300px;
  margin: 0 auto;
  object-fit: contain;
}

.twoPane {
  display: flex;
  height: 100%;
}

.twoPane > * {
  width: 50%;
}

.twoPane > *:first-child {
  padding-right:12px;
}

.twoPane > *:last-child {
  padding-left: 12px;
}

.flexCol {
  display: flex;
  flex-direction: column;
}

.caption {
  text-align: center;
  font-size: 1rem;
}

.gutterBottom {
  margin-bottom: 32px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  line-height: 1.4rem;
  font-style: italic;
  text-align: justify;
}

.success {
  color: #6aa84fff;
  border-color: #6aa84fff;
}

.error {
  color: #cc0000ff;
}

.error-contained {
  background-color: #cc0000ff;
  border-color: #cc0000ff;
  color: #FFF;
}

.mb2 {
  margin-bottom: 16px;
}

.text-center {
  text-align: center;
}

.no-bullets {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.no-bullets > li::before {
  display: none;
}

/* Component specific */
#energySim {
  display: flex;
  height: 100%;
}

#leftEnergySim {
  min-width: 375px;
}

#rightEnergySim {
  display: flex;
  flex-grow: 1;
  height: 300px;
}

#rightEnergySim img {
  align-self: start;
  flex: 0 0 auto;
  width: 100%;
  object-fit: contain;
  margin: 18px 0;
}

#greenBoxWrapper {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

#livelyEnergySimImage {
  align-self: start;
  flex: 0 0 auto;
  width: 100%;
  object-fit: contain;
}

#leftMotivation {
  min-width: 500px;
}

#bounceBall {
  display: flex;
  flex-grow: 1;
  align-self: center;
  width: 60%;
  height: 100%;
}

#bounceBall img {
  align-self: start;
  flex: 0 0 auto;
  object-fit: contain;
  margin: 30px 20px 0px 20px;
}

#carbide {
  display: flex;
  height: 100%mn;
}
#ipython {
  display: flex;
  flex-grow: 1;
  width: 80px;
}

#motivation {
  display: flex;
  height: 100%mn;
}
#ipython img {
  align-self: start;
  flex: 0 0 auto;
  object-fit: contain;
  margin: 0px 10px 0px 30px;
}

#simulationCellWrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#mathjsIcon {
  display: flex;
  justify-content: flex-end;
}

#gastank {
  zoom: 70%;
}

.propagator th {
  font-weight: normal;
}