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

     _    _     ____ _____ __  __ _____ _____ _   _ 
    / \  | |   / ___| ____|  \/  | ____| ____| \ | |
   / _ \ | |  | |  _|  _| | |\/| |  _| |  _| |  \| |
  / ___ \| |__| |_| | |___| |  | | |___| |___| |\  |
 /_/   \_\_____\____|_____|_|  |_|_____|_____|_| \_|
                                                    
*/
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%; }

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); }

/*
 *  _  _ ___   _   ___  ___ ___ 
 * | || | __| /_\ |   \| __| _ \
 * | __ | _| / _ \| |) | _||   /
 * |_||_|___/_/ \_\___/|___|_|_\
 *
 */
#container:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background-attachment: fixed;
  background-image: url(http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/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 {
  height: 64px;
  /* 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; }

#menu-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 64px;
  /* background-color: green; */
  color: white; }

@media (max-width: 767px) {
  #menu ul li {
    float: initial; } }
/* 
 *   ___ ___   _ _____ _   _ ___ ___ ___  
 *  | __| __| /_\_   _| | | | _ \ __|   \ 
 *  | _|| _| / _ \| | | |_| |   / _|| |) |
 *  |_| |___/_/ \_\_|  \___/|_|_\___|___/ 
 *                                        
 */
.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 {
  max-width: 100%;
  padding: 0;
  margin: 0; }

/* 
 *     _   ___ _____ ___ ___ _    ___   ___ ___ _____   _____ _____      _____
 *    /_\ | _ \_   _|_ _/ __| |  | __| | _ \ _ \ __\ \ / /_ _| __\ \    / / __|
 *   / _ \|   / | |  | | (__| |__| _|  |  _/   / _| \ 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-thumb {
  width: 100%;
  height: 13vw;
  object-fit: cover;
  border: 1px solid #333;
  margin-bottom: 10px; }

nb {
  white-space: pre-line; }

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

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

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

#harry-content {
  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; }

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

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

.harry-uitgave-tekst {
  color: #6ba6ff;
  font-weight: bold;
  font-size: 12pt;
  line-height: 1.7; }

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