/* Hide the entire body when the is-loading class is present on the html tag */
html.is-loading body {
  opacity: 0;
  visibility: hidden;
}

/* Add a brief fade-in effect when the is-loading class is removed */
html.js-enabled body {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}


body {
font-family: "coronette", sans-serif;
font-weight: 400;
font-style: normal;
color: #35322b;
font-size: 28px;
/*-webkit-font-variant-ligatures: common-ligatures;
font-variant-ligatures: common-ligatures;*/
line-height: 2;
word-spacing: 2px;
background: white;
}

p a {
  position: relative;
  color: #35322b;
  text-decoration: none;
  outline: 0;
}

p a:hover {
  outline: 0;
}

p a:active, p a:focus {
  outline: 0;
}

p a:after {
  content: '......................................................................................';
  color: #35322b;
  position: absolute;
  height: 2em;
  top: 0.3em;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 24px;
  letter-spacing: 0.07em;
}

.col:after {
  content: '---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------';
  position: absolute;
  width: 100%;
  height: 2em;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  overflow: hidden;

}

#bio {
margin: 60px 0 5.65em;
z-index: 2;
position: relative;
}

#bio .inner {
background: transparent url('../img/thijs-remie-krijt-600.png') top center no-repeat;
background-size: 400px 400px;
padding: 450px 0 0;
overflow: hidden; 
}

#bio .inner p {
margin: 0 0 1.2em;
padding: 0 20%;
}

#bio .inner p+p {
margin-top: 2em;
}

span.mospace {
margin-left: 0.1em;
}

::-moz-selection {
background: lightgray;
text-shadow: none;
color: black;
}

::selection {
background: lightgray;
text-shadow: none;
color: black;
}


/****************************************************/
/***************   MEDIA QUERIES   ******************/
/****************************************************/





/***************   INSANELY SMALL   ******************/



@media only screen and (max-width: 280px) {

#bio {
margin-top: 1.4em;
margin-bottom: 2em;
}

#bio .inner {
background-size: 130px 130px;
padding: 160px 0 2em;
overflow: hidden;
}

#bio .inner p {
padding-left: 5%;
padding-right: 5%;
line-height: 1.7;
font-size: 0.46428571428571em; /*13px */
}

p a:after {
  top: 0.17em;
  font-size: 0.85em; /* slightly finer dotted line */
}

p.footer {
display: none;
}

#bio .inner p+p {
margin-top: 2.1em;
}

.col:after {
font-size: 0.46428571428571em; /*13px */
}

}



/***************   SMALL MOBILE (IPHONE 4, 5)   ******************/



@media only screen and (min-width: 281px) and (max-width: 370px) {

#bio {
margin-top: 1.4em;
margin-bottom: 2em;
}

#bio .inner {
background-size: 240px 240px;
padding: 265px 0 2em;
overflow: hidden; 
}

#bio .inner p {
padding-left: 5%;
padding-right: 5%;
line-height: 1.7;
font-size: 0.6428571428571429em; /*18px */
}

p a:after {
  top: 0.6em;
  font-size: 0.8em; /* slightly finer dotted line */
}

p.footer {
display: none;
}

#bio .inner p+p {
margin-top: 2.1em;
}

.col:after {
font-size: 0.6428571428571429em; /*18px */
}

}


/***************   MEDIUM MOBILE  (IPHONE 6, 6 PLUS) ******************/



@media only screen and (min-width: 371px) and (max-width: 480px) {

#bio {
margin-top: 1.8em;
margin-bottom: 2em;
}

#bio .inner {
background-size: 260px 260px;
padding: 290px 0 2em;
overflow: hidden; 
}

#bio .inner p {
padding-left: 5%;
padding-right: 5%;
line-height: 1.7;
font-size: 0.6428571428571429em; /*18px */
}

p a:after {
  top: 0.6em;
  font-size: 0.8em; /* slightly finer dotted line */
}

p.footer {
display: none;
}

#bio .inner p+p {
margin-top: 2.1em;
}

.col:after {
font-size: 0.6428571428571429em; /*18px */
}

}



/***************   BIG MOBILE & IPAD PORTRAIT   ******************/


@media only screen and (min-width: 480px) and (max-width: 768px) {


#bio .inner {
background-size: 320px 320px;
margin-top: 25px;
padding-top: 400px;
}

#bio .inner p {
margin: 0 0 1.2em;
padding: 0 8.25%;
}

}

/***************   IPHONE LANDSCAPE   ******************/


@media only screen and (min-width: 480px) and (max-width: 768px) and (orientation: landscape) and (min-device-width : 320px) and (max-device-width : 568px){

#bio .inner {
background-size: 300px 300px;
padding-top: 340px;
overflow: hidden;
margin-top: -20px;
}

#bio .inner p {
padding-left: 7%;
padding-right: 7%;
line-height: 1.85;
font-size: 0.7142857142857143em; /*20px */
}

p a:after {
  top: 0em;
}

.col:after {
font-size: 0.7142857142857143em; /*20px */
}

}

/***************   BIG MOBILE & IPAD LANDSCAPE   ******************/


@media only screen and (min-width: 769px) and (max-width: 1024px) {

  #bio .inner p {
  padding-left: 8.25%;
  padding-right: 8.25%;
  }

}



/***************   TYPICAL LAPTOP & DESKTOP   ******************/



@media only screen and (min-width: 1025px) and (max-width: 1419px) {

}





/***************   BIG SCREENS   ******************/



@media only screen and (min-width: 1420px) {

}
