@import url("https://fonts.googleapis.com/css?family=Permanent+Marker|Nunito+Sans:400,400i,700,700i|Roboto+Mono");
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

code, kbd, pre, samp {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #ff5722;
}

.hover-underline {
  border-bottom: none;
}
.hover-underline:hover, .hover-underlineactive {
  border-bottom: 2px solid #ff5722;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Permanent Marker", sans-serif;
  font-weight: 400;
  margin-top: 2em;
}

p {
  font-size: 16px;
  line-height: 1.5em;
}

blockquote {
  border-left: 4px solid #000000;
  font-size: 1.125em;
  font-style: italic;
  padding-left: 20px;
  margin: 0 0 24px;
}

blockquote, q {
  quotes: "" "";
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
}

.spacer {
  margin: 30px 0;
  height: 0;
}
.spacer:after {
  border-bottom: 2px solid #ff5722;
  content: "";
  display: block;
  margin: 0 auto 1.5em;
  width: 60px;
}

.tag-list {
  display: block;
}
.tag-list .icon {
  display: inline-block;
  background-color: #F0F0F0;
  border-radius: 2px;
  color: #404040;
  font-size: 14px;
  line-height: 1.75em;
  height: 1.75em;
  padding: 0 5.5px;
  margin-right: 2px;
  margin-bottom: 4px;
}
.tag-list .tag {
  display: inline-block;
  background-color: #F0F0F0;
  border-radius: 2px;
  color: #404040;
  font-size: 14px;
  line-height: 1.75em;
  height: 1.75em;
  padding: 0 5.5px;
  margin-right: 2px;
  margin-bottom: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: none;
}
.tag-list .tag:hover {
  background-color: #000000;
  color: #FFFFFF;
}

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

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

::-moz-selection {
  background: #ff7043;
  /* WebKit/Blink Browsers */
}

::selection {
  background: #ff7043;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #ff7043;
  /* Gecko Browsers */
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #F0F0F0;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

#page {
  background-color: #F0F0F0;
  position: relative;
  padding-bottom: 130px;
  min-height: calc(100vh - 130px);
}

#header {
  width: 100%;
  background-color: #ff5722;
  margin: 0;
  padding: 0;
  text-align: center;
}
#header .title {
  margin: 0;
  padding: 30px 15px 15px 15px;
}
#header .subtitle {
  margin: 0;
  padding: 15px 15px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#header .navigation .nav-wrapper ul {
  margin: 0;
  padding: 25px;
}
#header .navigation .nav-wrapper ul li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}
#header .navigation .nav-wrapper ul li a {
  border-bottom: none;
}
#header .navigation .nav-wrapper ul li a:hover, #header .navigation .nav-wrapper ul li a:active {
  border-bottom: 2px solid #000000;
}

#hero {
  background-color: #ff5722;
  min-height: 350px;
}

#primary {
  border-top: 7px solid #000000;
  background-color: white;
  margin-top: -350px;
  margin-bottom: 50px;
  padding: 100px 20px 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1220px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  height: 130px;
  text-align: center;
  font-size: 14px;
}
#footer .footer-wrapper {
  padding: 20px 20px 0;
}
#footer .copy {
  color: #A0A0A0;
  padding-bottom: 5px;
}
#footer .license {
  color: #A0A0A0;
  padding-bottom: 5px;
}
#footer .design {
  color: #404040;
}

article header .title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  margin-bottom: 20px;
}
article header .datetime {
  width: 100%;
  text-align: center;
  color: #404040;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: normal;
}
article .post-content {
  margin-bottom: 50px;
}

nav.article {
  height: 30px;
  clear: both;
  width: 100%;
}
nav.article .next {
  float: right;
  text-align: right;
}
nav.article .previous {
  float: left;
  text-align: left;
}
nav.article .direction {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 5px;
}
nav.article .title {
  font-style: italic;
}

img[src$="#profile-picture"] {
  border-radius: 7px;
  float: left;
  margin-right: 20px;
  padding-top: 5px;
  width: 150px;
  height: auto;
}

.social-links {
  text-align: center;
  margin: 0;
  padding: 25px 0;
  line-height: 30px;
}
.social-links li {
  list-style: none;
  display: inline-block;
  padding: 0 30px;
}
.social-links a {
  border-bottom: none;
}

@media screen and (max-width: 760px) {
  body {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    word-wrap: break-word;
  }

  #header .navigation .nav-wrapper ul {
    padding: 20px 10px;
  }
  #header .navigation .nav-wrapper ul li {
    padding: 0 5px;
  }

  #primary {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  #footer {
    font-size: 12px;
  }
  #footer .footer-wrapper {
    padding: 15px 10px;
  }
}
.list-item {
  padding-bottom: 20px;
}
.list-item .image-left {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}
.list-item .image-left .image-helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.list-item .image-left img {
  border-radius: 5px;
  vertical-align: middle;
  width: 80px;
  height: auto;
}
.list-item .discipline {
  font-family: "Permanent Marker", sans-serif;
  font-size: 24px;
  padding-bottom: 6px;
}
.list-item .title {
  font-size: 20px;
  padding-bottom: 3px;
}
.list-item .subtitle {
  font-size: 14px;
}

#header .title {
  font-size: 40px;
  line-height: 35px;
}

.about-cover {
  max-width: 100%;
  border-radius: 10px;
}

.footnote {
  font-size: small;
  font-style: italic;
  text-align: right;
  margin-top: 0;
}

.slider {
  margin-top: 20px;
  border: 3px solid #000000;
}
.slider .slider-image {
  width: 100%;
  height: auto;
}

.spec-table {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.spec-table thead th, .spec-table thead td {
  border-bottom: 2px solid black;
}
.spec-table tbody tr:nth-child(odd) th, .spec-table tbody tr:nth-child(odd) td {
  background-color: #F9F9F9;
}
.spec-table th, .spec-table td {
  margin: 0;
  padding: 2px 2px;
  text-align: center;
}
.spec-table td {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
}
.spec-table tfoot td {
  font-family: "Nunito Sans", sans-serif;
}

.component-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 14px;
}
.component-table th, .component-table td {
  margin: 0;
  padding: 2px 2px;
}
.component-table th {
  text-align: left;
  width: 200px;
  padding-right: 10px;
}
.component-table tr:nth-child(odd) th, .component-table tr:nth-child(odd) td {
  background-color: #F9F9F9;
}
.component-table thead th, .component-table thead td {
  border-bottom: 2px solid black;
  background-color: #FFFFFF !important;
}

.badge {
  text-align: center;
  background-color: #ff5722;
  color: #FFFFFF;
  padding: 2px 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
}

.text-primary {
  color: #ff5722;
}

.small {
  font-size: smaller;
}

.large {
  font-size: larger;
}

@media screen and (max-width: 760px) {
  .component-table th {
    width: 110px;
  }
}