* {
  box-sizing: border-box; }

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: .9rem; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    font-weight: inherit; }

small, blockquote cite, .cookies p, .hentry .post-info, .hentry pre,
.hentry code {
  font-size: .8rem; }

body,
html {
  font-size: 1rem; }

h4, .cookies .title, .hentry h3, .hentry h4 {
  font-size: 1.3rem; }

h3, .header .title {
  font-size: 1.5rem; }

h2 {
  font-size: 2rem; }

h1 {
  font-size: 3rem; }

.header .title, .hentry h1 a, .hentry h2 a, .hentry .entry-content {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400; }

body,
html, .hentry h3, .hentry h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400; }

h3, h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500; }

h1 {
  line-height: 2.4rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

h2 {
  line-height: 2.4rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

h3 {
  margin-bottom: 1rem; }

h4 {
  margin-bottom: 1rem; }

p {
  margin: 0 0 20px;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }
  p img {
    margin: 0; }

em {
  font-style: italic; }

strong {
  color: #3B4252;
  font-weight: 500; }

figcaption {
  line-height: 1.1rem;
  font-size: 0.9rem;
  margin-bottom: 20px; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 10px 0 30px; }

a,
a:visited {
  color: #434C5E;
  text-decoration: none; }
  a:hover,
  a:visited:hover {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    transition: color 0.3s linear;
    color: #008AA8; }

blockquote,
blockquote p {
  color: #70728F;
  font-style: italic;
  line-height: 24px; }

blockquote {
  border-left: 1px solid #70728F;
  margin: 0 0 20px;
  padding: 9px 20px 0 19px; }
  blockquote cite {
    color: #434C5E;
    display: block; }
    blockquote cite:before {
      content: '\2014 \0020'; }

ul,
ol {
  margin-bottom: 20px; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

li {
  line-height: 1.6; }

.icon {
  vertical-align: middle; }

.header .bg {
  background: url("../images/bg.png") no-repeat center center;
  background-size: cover; }

.wrapper {
  padding: 0 4%;
  width: 100%; }

@media (min-width: 1440px) {
  .wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1440px; }

  .content {
    display: flex;
    justify-content: space-between; }

  .main {
    flex-grow: 3;
    flex-basis: 500px;
    flex-shrink: 0;
    margin-right: 2rem;
    max-width: 70%;
    min-width: 500px; }

  .nav {
    flex-grow: 1;
    flex-basis: 120px;
    flex-shrink: 0;
    margin-right: 2rem;
    max-width: 30%;
    min-width: 120px; } }
.header {
  margin-bottom: 2rem; }
  .header .bg {
    padding: .5rem;
    margin-bottom: 1rem;
    background: #008AA8;
    background: linear-gradient(90deg, #008AA8, #83EEDE); }
  .header .title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase; }
    .header .title a {
      color: #434C5E; }
  .header .logo {
    display: none; }

@media (min-width: 960px) {
  .header .wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    gap: 20px; }
  .header .title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-transform: uppercase; }
    .header .title a:hover {
      -webkit-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      transition: color 0.3s linear;
      color: #2E3440; }
  .header .logo {
    display: block;
    width: 80px; } }
.nav {
  background: #F9F9FB;
  margin-top: .5rem;
  padding: 2rem;
  text-align: left; }
  .nav .about {
    display: none; }
  .nav ul {
    margin: 0;
    padding: 0;
    margin-bottom: 1.5rem; }
  .nav li {
    margin-bottom: .5rem; }
  .nav .nav-header {
    margin-bottom: .3rem; }
  .nav h4 {
    color: #008AA8;
    margin-bottom: 0; }

@media (min-width: 960px) {
  .nav .about {
    color: #70728F;
    display: block;
    line-height: 1.7rem;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem; } }
.footer {
  background: #fff;
  padding: 1rem 0; }

.post-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }
  .post-info .author {
    margin-top: 1rem; }
    .post-info .author .gravatar {
      display: inline-block;
      margin-left: .5rem;
      width: 38px; }
    .post-info .author img {
      border-radius: 8%;
      vertical-align: middle;
      width: 100%; }

@media (min-width: 960px) {
  .post-info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .post-info .author {
      margin-top: 0;
      margin-bottom: 1rem; } }
.share {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 1rem 0; }
  .share > div {
    margin: 0 1rem; }

.cookies {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 90; }
  .cookies .wrapper {
    padding: 1rem;
    width: 100%; }
  .cookies p {
    margin: 0; }
  .cookies .title {
    color: #008AA8;
    font-weight: 800;
    padding: 0;
    margin: 0 0 .5rem; }
  .cookies .fa {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    color: #70728F;
    font-size: 22px;
    position: absolute;
    right: 1rem;
    top: 1rem; }
    .cookies .fa:hover {
      color: #E44057;
      cursor: pointer; }
  .cookies a {
    color: #2E3440; }

@media (min-width: 960px) {
  .cookies .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: .3rem 10%;
    position: relative;
    width: 100%; }
    .cookies .wrapper:before {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      flex-shrink: 0;
      -ms-flex-negative: 0;
      background: url("../images/cookie.png") center left;
      background-size: 100%;
      content: '';
      height: 75px;
      width: 75px; }
  .cookies .text {
    padding-left: 20px; } }
.post-list article {
  margin-bottom: 2rem; }

.hentry.single .post-info .author {
  bottom: 0; }
.hentry.single .comments {
  margin-top: 1rem; }
.hentry h1 {
  margin-bottom: 2rem; }
  .hentry h1 a {
    color: #008AA8;
    font-size: 2.3rem; }
    .hentry h1 a:hover {
      -webkit-transition: color 0.3s ease-in;
      -moz-transition: color 0.3s ease-in;
      transition: color 0.3s ease-in;
      color: #434C5E; }
.hentry h2 {
  margin-bottom: 2rem; }
  .hentry h2 a {
    color: #008AA8; }
    .hentry h2 a:hover {
      -webkit-transition: color 0.3s ease-in;
      -moz-transition: color 0.3s ease-in;
      transition: color 0.3s ease-in;
      color: #434C5E; }
.hentry .entry-content {
  color: #3B4252; }
  .hentry .entry-content p {
    line-height: 1.8rem; }
  .hentry .entry-content img {
    width: 100%; }
.hentry .entry-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
.hentry .post-info {
  color: #70728F;
  margin-bottom: .5rem; }
.hentry .read-more {
  background: #ECEFF4;
  padding: .5rem 1rem;
  border-radius: 3px; }
  .hentry .read-more:hover {
    background: #D8DEE9; }
.hentry h3 {
  margin: 3rem 0 1rem;
  text-transform: uppercase; }
.hentry h4 {
  margin: 2rem 0 1rem; }
.hentry ul,
.hentry ol {
  margin-left: 1rem; }
.hentry ul {
  list-style-type: disc; }
.hentry dl {
  line-height: 1.25; }
  .hentry dl dt {
    clear: left;
    font-weight: bold;
    float: left;
    width: 150px;
    max-width: 150px;
    text-align: right; }
  .hentry dl dd {
    margin: 0 0 0 170px;
    padding: 0 0 1rem 0; }
.hentry a {
  color: #008AA8; }
  .hentry a:hover {
    color: #70728F; }
.hentry p {
  margin-bottom: 1rem; }
.hentry pre,
.hentry code {
  background: #ECEFF4;
  direction: ltr;
  font-family: 'courier new', 'monospace';
  margin-bottom: 1rem;
  unicode-bidi: embed;
  white-space: pre; }
.hentry pre {
  line-height: 135%;
  padding: .5rem; }
.hentry table {
  border: #70728F 1px solid;
  margin-bottom: 1rem; }
  .hentry table tbody tr:last-child {
    border-bottom: 0; }
.hentry tr {
  border-bottom: #70728F 1px solid; }
.hentry th {
  border-right: #70728F 1px solid;
  padding: 1rem 1rem 1rem .5rem; }
  .hentry th:last-child {
    border-right: 0; }
.hentry td {
  border-right: #70728F 1px solid;
  padding: .5rem; }
  .hentry td:last-child {
    border-right: 0; }
.hentry img {
  max-width: 100%; }

.pagination {
  margin-top: 20px; }
  .pagination ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }
    .pagination ul li {
      display: block;
      float: left;
      padding: .5rem 1rem;
      font-size: 1em;
      text-align: center;
      background-color: #F9F9FB; }
      .pagination ul li:hover:not(.disabled, .active) {
        background-color: #ECEFF4; }
    .pagination ul .prev, .pagination ul .next {
      display: block;
      min-width: 25%; }
    .pagination ul .disabled {
      color: #2E3440;
      opacity: .2; }
    .pagination ul .active {
      background-color: #008AA8; }
      .pagination ul .active a,
      .pagination ul .active a:hover {
        color: #fff; }

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