
.papergrid
{
    background-size: 30px 30px;
    background-image:
      linear-gradient(to right, lightgrey 1px, transparent 1px),
      linear-gradient(to bottom, lightgrey 1px, transparent 1px);
}

.vl {
    display: none;
    padding: 0px;
    margin-left: 30px;
    border-left: 1px solid black;
  }

.hl {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #000; 
    line-height: 0.1em;
    font-size: 1.7rem;
    margin: 40px 0 50px; 
 } 

  .hl span { 
    background: #f9fafb; 
    padding:0 10px; 
}

.article
{
    font-size: 18px;
}


.showcaseimg
{
    border: 1px solid black;
    filter: grayscale(80%) brightness(125%) contrast(65%);
}

.showcase-uni
{
    border: 1px solid black;
    filter: grayscale(80%) brightness(85%) contrast(65%);
}


@media only screen and (max-width: 640px) 
{
    .section-title
    {
        font-size: 20px;
        font-weight: bolder;
        color: black;
        border-bottom: 2px solid black;
        padding-left: 0px;
    }
}

@media only screen and (min-width: 641px) 
{
    .section-title
    {
        font-size: 24px;
        font-weight: bolder;
        color: black;
        border-bottom: 2px solid black;
        padding-left: 10px;
    }
}

.section-numering
{
    background-color: black;
    color: white;
    font-size: 18px;
    padding: 6px;
}

.blog-title
{
    margin-bottom: -30px;
    font-size: 60px;
}

blockquote {
    background: #efefef;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

.block-two_columns img {
    display:block;
    margin:auto;
}

.block-two_columns img + p {
    text-align: center;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

hr.project {
  border-top: 3px solid black;
}

/* BONGO CAT BUTTON */

#bongocat-img
{
	background: url("../img/bongocat.3aa9fbe75e6d.png");
	width: 78px;
	height: 45px;
	margin-top: -32px;
}

#bongocat:hover + #bongocat-img
{
	background: url("../img/bongocat.3aa9fbe75e6d.png") -78px;
}

/* NOTES */

div.note
{
    background-size: 48px 38px;
    background-position: 9px 5px;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 15px 60px;
    margin-bottom: 20px;
}

div.note > p:last-child {
    margin: 0;
    padding: 0;
}

div.info
{
     background-color: #e6e6e6;
     background-image: url("../img/info-icon.3f58e2dbbeea.svg");
     border-left: solid 4px #707070;;
}

div.tip
{
     background-color: #f5f4d2;
     background-image: url("../img/tip-icon.886e1543bd7e.svg");
     border-left: solid 4px #e2e08c;
}

div.warning
{
     background-color: #ecd8d8;
     background-image: url("../img/warning-icon.765a0795dec7.svg");
     border-left: solid 4px #bd9292;
}

/* Console decorative block */

.console {
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.console header {
    background-color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 20px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    color: white;
}

.console .consolebody {
    padding: 20px;
    background-color: #f2f2f2;
    color: #000000;
    border: 4px solid #808080;
    border-top: 0px;
    padding-left: 8%;
    padding-right: 8%;
}

.console .consolebody > p:last-child
{
    margin: 0;
    padding: 0;
}