/* @import url('https://fonts.googleapis.com/css?family=Muli&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

body{
  font-family: 'DM Mono', monospace;
  background-color: rgb(255, 255, 255);
  max-width: 1130px;
  float: none;
  margin: auto; 
  font-size: 14px;

  padding-left: 20px;
  padding-right: 20px;
}

h1{
  font-family: "Bitter", serif;
  color: rgb(137, 137, 137);
  font-size: 70px;
  font-weight: 200;
  margin: 0px;
  padding-bottom: 20px;
  padding-top: 40px;
  line-height: 64%;
}

h1 .motto{
  font-family: 'DM Mono', monospace;
  color: rgb(108, 108, 108);
  font-size: 24px;
  font-weight: 300;
  padding-left: 4px;
}


h2{
  color: rgb(172, 172, 172);
  font-size: 30px;
  font-weight: 400;
}

h3{
  color: rgb(155, 155, 155);
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
  margin-top: 20px;
}


/* ------------------------------------------ */

.ikoon-links {
  /* color: #555; */
  line-height: 20px;
  font-size: 14px;
}

.ikoon-links-light, .ikoon-links-light a {
  color: #aaa;
  /* text-decoration: none; */
}


.ikoon-links-light a:hover {
  /* font-weight: bold; */
  /* text-decoration: underline; */
  color: rgb(0, 0, 0);
}
/* ------------------------------------------ */

.ikoon-motto {
  color: #555;
  line-height: 24px;
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 0px;
}


/* ------------------------------------------ */
/* ------------    BOX   -------------------- */
/* ------------------------------------------ */


.box-bar {
  margin-bottom: 48px;
}

.box-filter {

  text-align: left;

  font-family: 'DM Mono', monospace;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: normal;

  padding: 28px 36px;
  margin: 0;
  margin-bottom: 4px;

  height: auto;
  border: 1px solid;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(114, 114, 114);
}

.box-filter:hover {
  font-weight: bold;
  text-decoration: none;
  color: rgb(0, 0, 0);
}

/* ------------------------------------------ */

.btn-bar {
  margin-bottom: 16px;
}

.btn-filter {
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: normal;

  padding: 8px 16px;
  margin: 0;
  margin-bottom: 4px;

  height: auto;
  border: 1px solid;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(114, 114, 114);
}

.btn-filter:hover {
  font-weight: bold;
  text-decoration: none;
  color: rgb(0, 0, 0);
}

/* ------------------------------------------ */

#rnd-grid {
  margin: 0px;
  -webkit-column-count: 3; 
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;

  -webkit-row-gap: 20px;
  -moz-row-gap: 20px;
  row-gap: 20px;

  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;

  display: flex;
  flex-wrap: wrap;
}

.credit-text {
  color: rgb(109, 109, 109);
  font-size: 12px;
  position: absolute;
  bottom: 8px;
  right:  8px;
}

.tile { 
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  float: left;/* ikoon */
  flex: 0 1 25%;
  position: relative;
}

.btn-clipboard {
  border: none;
  padding: 0;
  background: none;
}



::-moz-focus-inner {
  border: 0;
  padding: 0;
}

