@import url('/fonts/rubik.css');

.post {
  font-family: Rubik, arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.post ul {
  list-style: outside;
}

.post li {
  margin-right: 20px;
}

.post ul li {
  list-style: disc;
}
.post ol li {
  list-style: decimal;
}

h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

h2 {
  font-size: 24px;
  margin-top: 2em;
}

p {
  text-align: right;
}

.swprs-credit {
  background-size: cover;
  line-height: 1.2;
}

.swprs-wrapper {
  background: #f0f0f0;
}

.swprs-credit a {
}

.swprs-darken > a {
  display: block;
  line-height: 0;
}

.swprs-darken > div {
  position: relative;
  padding: 0 20px;
  font-size: 500;
}

.swprs-darken {
  display: flex;
  align-items: center;
}

.swprs-header {
  margin: 2em 0;
}

figure {
  text-align: center;
  margin: 1em 0;
  box-shadow: 0 0 4px 0px rgba(0,0,0,0.1);
  padding: 20px;
  border: 1px solid #ddd;
}

figure:last-of-type {
  box-shadow: none;
  border: none;
}

figcaption {
  font-weight: 300;
}


@media only screen and (max-width: 1000px) {

  #page #content {
    width: 100%;
  }

  #text {
    padding: 20px;
    margin: 0;
    width: auto;
  }
  #sidenav, #yourname, #navbar {
    display: none;
  }
}
