* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

p {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
}

* {
  font-family: Raleway, sans-serif;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #000000;
}

* > strong {
  font-weight: 900;
}

h1 {
  font-size: 72px;
  font-family: Lato, sans-serif;
  letter-spacing: normal;
  margin: 0.6em 0em 0.2em 0em;
}

li {
  font-size: 22px;
}

a {
  color: #e35527;
  text-decoration: none;
}

a:hover {
  color: #e35527;
  text-decoration: underline;
}

h2 {
  font-size: 32px;
  font-family: Lato, sans-serif;
  padding-bottom: 10px;
  border-bottom: solid 4px #e35527;
}

h3 {
  font-weight: 400;
  font-size: 24px;
  font-family: Lato, sans-serif;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

h4 {
  font-weight: 200;
  font-size: 24px;
  font-family: Lato, sans-serif;
  padding: 0px;
  margin: 0px;
}

[class*="col-"] {
  padding: 0px 16px 0px 16px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}

[class*="col-"] {
  float: left;
}

.hero * {
  font-family: Raleway, sans-serif;
  font-size: 32px;
  color: #ffffff;
}

.hero h1 {
  font-size: 72px;
  font-family: Lato, sans-serif;
  letter-spacing: normal;
}

.hero a {
  color: #ffffff;
}

.hero a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.content h1 {
  font-size: 48px;
  font-family: Lato, sans-serif;
}

.content h1 a {
  font-size: 32px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  color: #000000;
}

.content h1 a.linked-list {
  font-size: 32px;
  font-family: Lato, sans-serif;
  text-decoration: underline;
  color: #000000;
}

.content h1 a.linked-list-permalink {
  font-size: 16px;
  line-height: 32px;
  vertical-align: middle;
  font-family: Lato, sans-serif;
  text-decoration: none;
  color: #cccccc;
}

.content h2 {
  font-size: 32px;
  font-family: Lato, sans-serif;
  padding-bottom: 10px;
  /* border-bottom: solid 4px #e35527; */
}

.content h3 {
  font-weight: 400;
  font-size: 24px;
  font-family: Lato, sans-serif;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.content h4 {
  font-weight: 200;
  font-size: 24px;
  font-family: Lato, sans-serif;
  padding: 0px;
  margin: 0px;
}

.content > * {
  font-family: Raleway, sans-serif;
  font-weight: 300;
  color: #000000;
}

.content ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.content li {
  font-size: 22px;
}

.content a {
  color: #e35527;
  text-decoration: none;
}

.content a:hover {
  color: #e35527;
  text-decoration: underline;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font-family: Consolas, monaco, monospace;
  font-size: 0.875rem;
  color: #e35527;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}

pre > code,
pre > kbd,
pre > samp,
pre > code * {
  font-family: Consolas, monaco, monospace;
  font-size: 0.875rem;
}

ul.navigation {
  padding: 0;
}

.navigation li {
  display: inline;
  padding-right: 20px;
}

.navigation li.navigation-active {
  text-decoration: underline;
}

.navigation a:hover {
  color: #ffffff;
  text-decoration: underline;
}

blockquote {
  border-left: 2px solid #e35527;
  margin: 0 1em 0 0.25em;
  padding: 0 0.75em 0 1em;
}

small, time {
  font-size: 18px;
  color: #666666;
}

@media only screen and (max-width: 768px) {
  [class*="col-"] {
    width: 100%;
  }

  * {
    font-size: 16px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }

  h1,
  .content h1,
  .content h1 a {
    font-size: 28px;
  }

  .hero * {
    font-size: 24px;
  }

  h2,
  .hero h2,
  .content h2 {
    font-size: 24px;
  }

  h3,
  h4,
  .hero h3,
  .hero h4,
  .content h3,
  .content h4 {
    font-size: 18px;
  }

  li {
    font-size: 16px;
  }
}
