/*
 * Customization Variables
 *$accent_hover: #F13C20
 */
/*
 * Build Variables, don't touch
 */
/*
 * Basic
 */
html {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  font-family: "Libre Franklin";
  height: 100%; }

a {
  text-decoration: none;
  font-weight: 500;
  color: #4056A1; }

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

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  padding: 10px 0 0px 0; }

/*
 * Navbar
 */
#author-name {
  text-decoration: none;
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  display: inline-block; }

#position {
  text-decoration: none;
  font-size: 18px;
  color: #A9A9A9;
  font-weight: 400;
  display: inline-block; }

.navbar {
  padding: 35px 0 35px 0; }

.navbar-ul {
  display: inline-block;
  margin: 0;
  padding: 0px 0 0px 0;
  margin-left: 20px; }

.nav-list {
  list-style-type: none;
  margin: 0 5px 0 10px; }

.alignable, .pull-left, .pull-right {
  display: inline-block; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/* Divs */
.container {
  max-width: 700px;
  margin: auto; }

.wrapper {
  min-height: 100%; }

/* Mobile */
@media (max-width: 800px) {
  .container {
    max-width: 600px;
    transition: 0.3s ease all; } }
@media (max-width: 650px) {
  .container {
    max-width: 83%; }

  .navbar-ul {
    margin-top: 5px; } }
@media (max-width: 580px) {
  #author-name {
    display: inline-block; } }
/*
 * Customization Variables
 *$accent_hover: #F13C20
 */
/*
 * Build Variables, don't touch
 */
.content ol {
  counter-reset: list; }
.content ol > li {
  list-style-position: none;
  position: relative;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px; }
.content ul > li {
  margin: 5px 0 5px 0; }
.content ul {
  padding: 0 20px 0 20px; }
.content ol {
  padding: 0 30px 0 30px; }
.content ol > li:before {
  content: "[" counter(list,decimal) "] ";
  counter-increment: list;
  position: absolute;
  left: -30px; }
.content blockquote {
  border-left: 2.5px solid #c3c3c3;
  margin: 15px 0 15px 0;
  padding: 0px 8px 0px 8px; }
.content .profile-picture {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 15px 0 0 15px;
  float: right; }
  p .content .profile-picture {
    padding: 0;
    margin: 0; }
  @media (max-width: 480px) {
    .content .profile-picture img {
      margin-top: -5px; } }
.content img {
  text-align: center;
  width: 100%; }

table {
  margin: 15px 0;
  border-collapse: collapse;
  width: 100%;
  padding: 0; }

table tr {
  border-top: 1px solid #cccccc;
  background-color: white;
  margin: 0;
  padding: 0; }

table tr:nth-child(2n) {
  background-color: #f8f8f8; }

table tr th {
  font-weight: bold;
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px; }

table tr td {
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px; }

table tr th :first-child, table tr td :first-child {
  margin: 0; }

table tr th :last-child, table tr td :last-child {
  margin: 0; }
