/* Everything for styles */
/* General settings */
* { box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; }

/* from Jekyll minima */
body { background-color: lightyellow; max-width: -webkit-calc(1000px - (30px * 2)); max-width: calc(1000px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }

@media screen and (max-width: 800px) { body { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } }

a { color: green; text-decoration: none; }

a:hover { text-decoration: underline; }

blockquote { margin: 0; margin-bottom: 15px; color: #828282; border-left: 4px solid #ccc; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; }

blockquote > :last-child { margin-bottom: 0; }

/* Style the navigation bar */
nav { overflow: hidden; background-color: #333; }

/* Style the nav links */
nav a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; }

/* The current nav link */
.current { color: yellowgreen; }

/* Change color on hover */
nav a:hover { background-color: lightyellow; color: black; }

/* Style the footer - !!! not used by now !!! */
.footer { background-color: #f1f1f1; padding: 10px; }

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