@import url(unsemantic-grid-responsive.css);
/*

     _    _     ____ _____ __  __ _____ _____ _   _ 
    / \  | |   / ___| ____|  \/  | ____| ____| \ | |
   / _ \ | |  | |  _|  _| | |\/| |  _| |  _| |  \| |
  / ___ \| |__| |_| | |___| |  | | |___| |___| |\  |
 /_/   \_\_____\____|_____|_|  |_|_____|_____|_| \_|
                                                    
*/
.pagenum {
  font-size: 14pt; }
  @media (max-width: 767px) {
    .pagenum {
      font-size: 20pt; } }

html {
  /* Force a scrollbar. This makes sure
   * widths are consistent
   */
  overflow-y: scroll; }

body {
  color: #333;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

footer {
  padding: 10px;
  width: 100%; }
  @media (max-width: 1200px) {
    footer {
      box-sizing: border-box; } }

main {
  flex: 1; }

.main-content {
  background-color: rgba(255, 255, 255, 0.3); }

.white-shadow, footer, #harry-content {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.harry-druk-pdfv {
  height: 77vh; }

.harry-link-hover a:hover {
  color: #6ba6ff; }

.harry-nolink a {
  text-decoration: none;
  color: #333; }

.harry-nopad {
  padding: 0; }

@media (max-width: 767px) {
  .harry-nopad-mob {
    padding: 0; } }

@media (max-width: 767px) {
  .harry-nomarg-mob {
    margin: 0; } }

.harry-text-flip {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

/*
 *  _  _ ___   _   ___  ___ ___ 
 * | || | __| /_\ |   \| __| _ \
 * | __ | _| / _ \| |) | _||   /
 * |_||_|___/_/ \_\___/|___|_|_\
 *
 */
#container:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background-attachment: fixed;
  background-image: url(https://www.toptal.com/designers/subtlepatterns/patterns/paper_3.png);
  background-repeat: repeat;
  filter: initial; }

#header-content > div > a {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 48pt;
  display: inline;
  color: #fefefe;
  text-decoration: none;
  line-height: 1; }

#header {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #555;
  box-shadow: 0 0 10px #888;
  background: #2bd3d9;
  background: -webkit-linear-gradient(legacy-direction(to left), #2bd3d9 0%, #6ba6ff 100%);
  background: linear-gradient(to left, #2bd3d9 0%, #6ba6ff 100%); }

#menu {
  /* background-color: red; */ }
  #menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #menu ul li {
      float: left;
      font-size: 1.8vw;
      padding: 10px; }
      @media (min-width: 1200px) {
        #menu ul li {
          font-size: 16pt; } }
      @media (max-width: 767px) {
        #menu ul li {
          font-size: 24pt; } }
      #menu ul li a {
        color: white;
        text-decoration: none;
        font-weight: bold; }
  @media (min-width: 768px) {
    #menu {
      height: 64px; } }

#menu-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background-color: green; */
  height: inherit;
  color: white; }
  @media (max-width: 767px) {
    #menu-buttons {
      display: none; } }

.menu-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 50px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background: url("/static/hamburger.gif") no-repeat 50% 33%; }

@media (max-width: 767px) {
  #menu ul li {
    float: initial; } }
#colorshift {
  animation: rainbow 1s infinite; }

@keyframes rainbow {
  0% {
    color: #e6201a; }
  17% {
    color: #ff6600; }
  34% {
    color: #ffa600; }
  51% {
    color: #d5ff00; }
  68% {
    color: #00ffa2; }
  85% {
    color: #2644d9; }
  100% {
    color: #8566ff; } }
/* 
 *   ___ ___   _ _____ _   _ ___ ___ ___  
 *  | __| __| /_\_   _| | | | _ \ __|   \ 
 *  | _|| _| / _ \| | | |_| |   / _|| |) |
 *  |_| |___/_/ \_\_|  \___/|_|_\___|___/ 
 *                                        
 */
.harry-featured-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 448px;
  object-fit: cover; }
  .harry-featured-image > img {
    width: 100%;
    height: 448px;
    object-fit: cover;
    vertical-align: top; }

.harry-featured-text {
  padding-left: 4%;
  padding-bottom: 2%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  color: white;
  pointer-events: none;
  text-shadow: 0 0 4px #333, 0 0 4px #333, 0 0 4px #333, 0 0 4px #333; }

.harry-featured-title {
  font-size: 28pt;
  font-weight: bold; }

.harry-featured-blurb {
  font-size: 14pt; }

.harry-featured-image:before {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 448px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s; }

.harry-featured-image:hover:before {
  opacity: 0.3; }

.harry-featured-article {
  display: inline-block;
  position: relative; }

#harry-featured-articles {
  font-family: "Open Sans";
  max-width: 100%;
  padding: 0;
  margin: 0; }

/* 
 *     _   ___ _____ ___ ___ _    ___   ___  ___  _____   __
 *    /_\ | _ \_   _|_ _/ __| |  | __| | _ )/ _ \|   \ \ / /
 *   / _ \|   / | |  | | (__| |__| _|  | _ \ (_) | |) \ V / 
 *  /_/ \_\_|_\ |_| |___\___|____|___| |___/\___/|___/ |_|  
 *                                                          
 */
.article-body {
  padding: 0px; }
  .article-body p {
    line-height: 1.4; }
  .article-body h1 {
    margin-top: 0px; }

.harry-article-authors {
  font-style: italic; }

.harry-article-title {
  margin-bottom: 0; }

.harry-image-right {
  text-align: right;
  position: relative;
  bottom: 1em;
  display: inline-block;
  float: right;
  /* top right bottom left */
  padding: 10px 0 10px 10px;
  font-style: italic;
  font-weight: bold; }
  .harry-image-right > img {
    width: 100%; }
  @media (max-width: 767px) {
    .harry-image-right {
      width: 50% !important;
      position: relative;
      float: none;
      left: 25%;
      right: 25%; } }

.harry-image-left {
  text-align: left;
  display: inline-block;
  float: left;
  /* top right bottom left */
  padding: 10px 10px 10px 0;
  font-style: italic;
  font-weight: bold; }
  .harry-image-left > img {
    width: 100%; }
  @media (max-width: 767px) {
    .harry-image-left {
      width: 50% !important;
      position: relative;
      float: none;
      left: 25%;
      right: 25%; } }

/* 
 *     _   ___ _____ ___ ___ _    ___   ___ ___ _____   _____ _____      _____
 *    /_\ | _ \_   _|_ _/ __| |  | __| | _ \ _ \ __\ \ / /_ _| __\ \    / / __|
 *   / _ \|   / | |  | | (__| |__| _|  |  _/   / _| \ V / | || _| \ \/\/ /\__ \
 *  /_/ \_\_|_\ |_| |___\___|____|___| |_| |_|_\___| \_/ |___|___| \_/\_/ |___/
 *                                                                             
 */
.harry-blurb {
  line-height: 1.5; }

.harry-article {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px; }

.harry-article > .harry-title {
  font-weight: bold;
  font-size: 12pt;
  font-family: "Helvetica Neue",Helvetica,Raleway,sans-serif;
  padding-bottom: 3px; }

.harry-article > .harry-blurb {
  font-size: 11pt; }

.harry-article-tekst {
  line-height: 1.5; }
  .harry-article-tekst > div {
    font-weight: bold; }

.harry-article-thumb {
  width: 100%;
  height: 13vw;
  object-fit: cover;
  border: 1px solid #333;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .harry-article-thumb {
      height: 50vw; } }

nb {
  white-space: pre-line; }

.harry-title:hover {
  color: #6ba6ff; }

.harry-kleinelettertjes {
  font-size: 5pt; }

.harry-posrel {
  position: relative; }

/* 
 *    ___ ___ ___ ___    ___ _  _ ___ _____ 
 *   / __| _ \_ _|   \  / __| || |_ _|_   _|
 *  | (_ |   /| || |) | \__ \ __ || |  | |  
 *   \___|_|_\___|___/  |___/_||_|___| |_|  
 *
 */
#harry-featured-articles > div {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#harry-content {
  font-family: "Open Sans";
  padding-bottom: 20px;
  margin-bottom: 20px; }
  #harry-content > * {
    margin-top: 20px; }

#sidebar {
  padding: 10px; }

.harry-sidebar-header {
  font-size: 12pt;
  font-weight: bold;
  padding-bottom: 8px; }

.center {
  text-align: center; }

pre {
  white-space: pre-wrap;
  font: 12pt sans-serif; }

/*
  ____    _    _   _ _   _ _____ ____  ____  
 | __ )  / \  | \ | | \ | | ____|  _ \/ ___| 
 |  _ \ / _ \ |  \| |  \| |  _| | |_) \___ \ 
 | |_) / ___ \| |\  | |\  | |___|  _ < ___) |
 |____/_/   \_\_| \_|_| \_|_____|_| \_\____/ 
                                             
*/
.harry-banner {
  width: 100%;
  height: 25vw;
  padding: 0;
  margin: 0; }
  .harry-banner > img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: inherit; }

/*
  _   _ ___ _____ ____    _ _     _ _____ _   _
 | | | |_ _|_   _/ ___|  / \ \   / / ____| \ | |
 | | | || |  | || |  _  / _ \ \ / /|  _| |  \| |
 | |_| || |  | || |_| |/ ___ \ V / | |___| |\  |
 \____/|___| |_| \____/_/   \_\_/  |_____|_| \_|
*/
.harry-uitgave-voorkant {
  width: 100%; }

.harry-uitgave-tekst {
  font-weight: bold;
  font-size: 14pt;
  line-height: 1.7; }
  .harry-uitgave-tekst a {
    text-decoration: none;
    color: #6ba6ff; }

/*
 *
 *   ____    _  _____ _____ ____  ___  ____  ___ _____ _   _ _   _ 
 *  / ___|  / \|_   _| ____/ ___|/ _ \|  _ \|_ _| ____(_)_(_) \ | |
 * | |     / _ \ | | |  _|| |  _| | | | |_) || ||  _| | ____|  \| |
 * | |___ / ___ \| | | |__| |_| | |_| |  _ < | || |___|  _|_| |\  |
 *  \____/_/   \_\_| |_____\____|\___/|_| \_\___|_____|_____|_| \_|
 *                                                                 
 *
 */
.harry-categories {
  list-style-type: none;
  line-height: 1.3;
  padding: 0; }
  .harry-categories a {
    text-decoration: none;
    color: #6ba6ff;
    font-weight: bold; }

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