h1 {
  font: normal 160% 'CaviarDreamsRegular';
  color: #222;
  line-height: 1.5em;
  width: 100%;
  margin: 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 0.6;
  filter: alpha(opacity=0.6);
  -moz-opacity: 0.6; }

h2 {
  font: normal 120% 'UbuntuRegular';
  color: #111;
  margin: 15px 15px 0 0; }

h3 {
  color: #111;
  font: normal 110% 'UbuntuLight';
  margin: 0;
  padding: 0; }
  h3:first-letter {
    text-transform: uppercase; }
  h3 a {
    background: #222;
    margin: -18px 0 10px -15px;
    padding: 5px 8px;
    float: left;
    color: #f2efef; }
    h3 a:hover {
      background: #970eb5;
      color: #fff; }

h4 {
  font: normal 115% "Courier new", Courier, mono;
  border-top-style: solid;
  border-top-width: 1px;
  text-indent: 10px;
  padding-top: 1px;
  margin-top: 0;
  margin-bottom: 5px; }

h5 {
  font: normal 115% "Courier new", Courier, mono;
  text-indent: 10px;
  padding-top: 1px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #111; }

h6 {
  font: normal 115% 'CaviarDreamsRegular';
  color: #111;
  margin-bottom: 5px;
  margin-top: 10px; }

#textwrapper {
  width: 94%;
  float: left;
  padding: 0 1%;
  margin: 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  color: #222; }

.contact a {
  padding: 6px 15px;
  background: #970eb5;
  color: #f8f8f8; }

#contentlarge {
  float: left;
  width: 94%;
  margin: 3%;
  border: 7px solid #f2efef;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 9;
  filter: alpha(opacity=9);
  -moz-opacity: 9; }
  #contentlarge .presentation {
    width: 90%;
    padding: 10px 15px 20px 20px;
    margin: 3% 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=0.9);
    -moz-opacity: 0.9;
    border: 5px solid #111;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'UbuntuRegular';
    color: #fff; }
    #contentlarge .presentation h2 {
      color: #fff; }
    #contentlarge .presentation a {
      padding: 6px 15px;
      background: #970eb5;
      color: #f8f8f8; }
      #contentlarge .presentation a:hover {
        background: #222;
        color: #fff; }
      #contentlarge .presentation a .slideshow-container {
        width: 100%;
        position: relative;
        margin: auto; }
        #contentlarge .presentation a .slideshow-container .slides {
          display: none; }

.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease; }
  .dot.active, .dot:hover {
    background-color: #970eb5; }

@-webkit-keyframes fade {
  from {
    opacity: .6; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: .6; }
  to {
    opacity: 1; } }

.bg_about {
  background: url(/comps/open_white.png);
  background-size: 100% auto; }

#bio {
  clear: both;
  width: 94%;
  margin: 0 3% 20px 3%; }
  #bio li ul.sized {
    width: 100%; }
    #bio li ul.sized li {
      margin: 5px 0 0;
      font-size: 98%; }
    #bio li ul.sized li.date {
      font-size: 12px;
      color: #492c44;
      padding: 7px 0 2px;
      list-style-type: none; }
  #bio li ul.nav_cat_archive li {
    color: #492c44;
    padding-top: 8px; }
    #bio li ul.nav_cat_archive li ul li {
      padding: 2px 0 0 7px; }
  #bio a {
    font-size: 98%; }
.portfoliotexts {
  width: 100%;
  padding: 10px 0 0 0; }
  .portfoliotexts a {
    color: #492c44; }
  .portfoliotexts .textlist {
    width: 100%; }
    .portfoliotexts .textlist li {
      width: 94%;
      padding: 5px 3%; }
      .portfoliotexts .textlist li.catalogue {
	  	width: 47%;
	  	float:left;
	  	box-sizing: border-box;
	  	-moz-box-sizing: border-box;
	  	-webkit-box-sizing: border-box;}
      .portfoliotexts .textlist li.quote {
        height: 100px; }
      .portfoliotexts .textlist li img {
        border-bottom-left-radius: 20px;
        -moz-border-bottom-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px; }
      .portfoliotexts .textlist li a {
        font-size: 90%; }
      .portfoliotexts .textlist li figure.texts_container {
        position: relative;
        width: 100%; }
        .portfoliotexts .textlist li figure.texts_container:hover .texts_overlay {
          opacity: 1; }
  .portfoliotexts figcaption.texts_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000; }
    .portfoliotexts figcaption.texts_overlay a {
      color: white;
      font-size: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  .portfoliotexts .booklist {
    width: 100%; }
    .portfoliotexts .booklist .booklistimage, .portfoliotexts .booklist .booklisttext {
      width: 94%;
      padding: 5px 3%; }
    .portfoliotexts .booklist a.downloads {
      width: 100px;
      padding: 5px 8px;
      margin: 10px 0 30px 0;
      background: #000;
      font-family: 'UbuntuRegular';
      color: #fff;
      border: 2px solid #111;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      white-space: nowrap; } 
      .portfoliotexts {
    	float: left;
    	background: url(/comps/IMG_0017.png) no-repeat 100% 0%; }
@-webkit-keyframes intro {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes intro {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes intro {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#tagwrapper {
  float: left;
  width: 100%;
  padding: 0 3%;
  margin: 3% 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-animation: intro 2s forwards;
  -moz-animation: intro 2s forwards;
  -ms-animation: intro 2s forwards; }
  #tagwrapper .tagcloud {
    clear: both;
    max-width: 100%;
    padding: 10px 10px 30px 10px;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 10px dotted #f2efef;
    border-bottom: 5px dotted #f2efef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    #tagwrapper .tagcloud .tags {
      font-size: 95%;
      padding: 2px 4px 6px 4px;
      line-height: 2.0em;
      background: #f5f5f5;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px; }
  #tagwrapper #bg_tags {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(/comps/crack_1.png) 100% top no-repeat;
    background-size: 50% auto;
    border: 6px solid #f2efef;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px; }
    #tagwrapper #bg_tags h2 {
      font: normal 120% 'CaviarDreamsRegular';
      color: #222;
      margin: 0 0 30px 0;
      padding: 0; }
    #tagwrapper #bg_tags .plasticintro {
      width: 100%;
      color: #222;
      padding: 0 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    #tagwrapper #bg_tags .videotagged {
      width: 100%;
      padding: 0;
      margin: 0 0 40px 0; }
    #tagwrapper #bg_tags .texttagged {
      margin: 0 0 10px;
      padding: 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      opacity: 0.8;
      background: #f5f5f5;
      border: 1px dotted #f5f5f5;
      border-top-right-radius: 12px;
      -moz-border-top-right-radius: 12px;
      -webkit-border-top-right-radius: 12px; }
      #tagwrapper #bg_tags .texttagged .caption {
        max-width: 450px;
        margin: 10px 0 0; }
      #tagwrapper #bg_tags .texttagged reflectbelow {
        margin: 10px 0 0 0; }

.images_intro .picstagged {
  width: 100%; }

#tagoverlay {
  width: 94%;
  padding: 3%;
  color: #111;
  font-size: 14px; }
  #tagoverlay #relatedtags {
    border-top: 1px dotted #222; }

#textualities {
  width: 94%;
  margin: 0 3% 20px 3%;
  border-top: 1px dotted #111;
  clear: both; }
  #textualities li ul li {
    width: 100%; }      
.essaywrapper {
  width: 100%;
  padding: 0 3%; 
  display: grid;
  grid-row-gap: 20px; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
  background: #fff; }
.leftcolumn {
	grid-column: 1 / 2;}
.texter {grid-column: 1 / 2;}
.essaywrapper .texter .feedback {
   padding: 10px 20px 0 0; }
.essaywrapper .texter .commentBy {
   padding: .4em;
   margin-top: 7px;
   border-top: 1px dotted #492c44;
   text-align: right;
   font-style: italic;
   font-size: 95%; }
.navessays {
 width: 95%;
  margin-top: 15px;
  padding: 0 10px 20px 10px;
  border-top: 7px dotted #f2efef;
  background: url(/comps/bg_artwork.png);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }      
.blogwrapper {
  width: 100%;
  padding: 0 3%; 
  display: grid;
  grid-row-gap: 20px; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
  background: #fff; }  
.leftcolumnblog {
	grid-column: 1 / 3;
	border-top: 7px dotted #f2efef;
    background: url(/comps/bg_artwork.png); 
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
.submenu {
	grid-column: 1 / 3;
	border-right: 3px dotted #f2efef;
	font-size: 98%; }	
.submenu a, .leftcolumnblog a {
    font-weight: 400;
    color: #492c44;
    font-size: 98%; }
.submenu a:hover, .leftcolumnblog a:hover {
    text-decoration: underline; }
.submenu ul li, .leftcolumnblog ul li {
      padding: 2px;}
.entries {
	grid-column: 1 / 3;}
  .texts #bild {
    text-align: center;
    margin-top: 15px; }
  .texts .miniatures {
    width: 100%;
    float: left;
    border: 2px solid #fff; }
    .texts .miniatures .minis {
      max-width: 110px;
      float: left;
      cursor: pointer;
      margin: 0 5px 0 0; }
  .texts .commentlink {
    margin: 10px 0 20px 10px;
    font-size: 95%;
    text-align: right;
    font-weight: 700; }
    .texts .commentlink .edit_date {
      font-weight: normal;
      color: #999; }
    .texts .commentlink a {
      color: #999;
      font-weight: 700;
      font-size: 95%; }
      .texts .commentlink a:hover {
        color: #111; }
        
ul.bib_referred {
  list-style-type: disc;
  margin-left: 15px; }
  ul.bib_referred a {
    text-transform: capitalize; }

.bib_quote {
  display: block;
  padding: 10px 0 20px 0; }
  .bib_quote .fa-quote-left {
    background: transparent; }

.input-group {
  width: 60%; }

@media only screen and (min-width: 480px) {
  fieldset {
    margin: 10px 0 30px;
    padding: 20px 0;
    float: left; }
  #tagwrapper .tagcloud {
    float: left; }
  #tagwrapper #bg_tags .texttagged {
    float: left;
    width: 23%;
    margin: 0 2% 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 160px; }
  #tagwrapper #bg_tags .videotagged {
    width: 98%; }
  #tagwrapper #bg_tags h2 {
    padding: 15px 0 0;
    font-size: 200%; }
  .images_intro .picstagged {
    float: left;
    width: 23%;
    margin: 0 2% 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  #textualities {
    margin: 10px 3% 20px 3%; }
  #contentlarge {
    float: left;
    margin: 30px 3% 20px 3%; }
  #bio {
    width: 94%;
    float: left;
    margin: 0 3% 20px; }
    #bio li {
      width: 44%;
      padding-right: 5%;
      float: left; }
      #bio li ul li {
        float: none;
        width: 100%; } }

@media only screen and (min-width: 768px) {
  #tagwrapper #bg_tags {
    padding: 0 3% 20px 5%; }
    #tagwrapper #bg_tags h2 {
      font-size: 300%;
      padding: 20px 0 0 0; }
    #tagwrapper #bg_tags .plasticintro {
      width: 60%;
      padding: 20px; }
      #tagwrapper #bg_tags .plasticintro p {
        font-size: 14px; }
    #tagwrapper #bg_tags .texttagged {
      min-height: 135px; }
  #tagoverlay {
    width: 50%;
    padding: 3% 25%; }
  .images_intro {
    padding: 0 0 20px 2%; }
  iframe.lib_youtube {
    max-height: 80px; }
  iframe.spotify {
    max-height: 100px; }
  div.contentWrap {
    width: 500px; }
  .portfoliotexts .textlist {
    float: left;
    padding: 0 0 10px 1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .portfoliotexts .textlist li {
    float: left;
    width: 33%;
    padding: 5px 1% 5px 1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .portfoliotexts .textlist li.catalogue {
	width: 20%;
	padding: 5px 3% 5px 0;}
  .portfoliotexts .ebooks {
    display: table; }
  .portfoliotexts .ebooks_last {
    display: table;
    width: 50%; }
  .portfoliotexts .booklist {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted #ccc; }
  .portfoliotexts .booklist div {
    float: left;
    padding: 5px 3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .portfoliotexts .booklist div.booklistimage {
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .portfoliotexts .booklist div.booklisttext {
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f5f5f5;
    margin-bottom: 15px;
    opacity: 0.7; }
  .essaywrapper {
  	display: grid; 
  	grid-template-columns: 40% auto; 
  	grid-column-gap: 20px; 
  	padding: 20px 3%;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box; 
  	-webkit-box-sizing: border-box;}
  .texter {grid-column: 2;
	  grid-area:1 / 2 / 1 / 2;}
  .leftcolumn {grid-column: 1;
	  grid-area:1 / 1 / 1 / 1;}
  .blogwrapper {
  	display: grid; 
  	grid-template-columns: 20% 20% auto; 
  	grid-column-gap: 20px; 
  	padding: 20px 3%;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box; 
  	-webkit-box-sizing: border-box;}
  .entries {grid-column: 3;
	  grid-area:1 / 3 / 1 / 3;}
  .leftcolumnblog {grid-column: 1;
	grid-area:1 / 1 / 1 / 1;}
  .submenu {grid-column: 3;
	grid-area:1 / 2 / 1 / 2;}
  #textualities {
    width: 94%;
    float: left;
    margin: 10px 3% 20px; }
    #textualities li {
      float: left; }
      #textualities li.textleft {
        width: 33%;
        padding: 0 2% 0 1%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      #textualities li.textmiddle {
        width: 33%;
        padding: 0 1% 0 2%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      #textualities li.textright {
        width: 33%;
        padding: 0 0 0 3%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      #textualities li ul li {
        width: 100%; }
  #statement {
    display: block;
    max-width: 400px;
    margin: 0 0 0 6%;
    float: left; }
    #statement div {
      height: 220px;
      overflow: scroll; }
  #ebooks {
    display: block;
    float: left;
    padding: 0 10px;
    margin: 0 3%; }
    #ebooks ul li {
      float: left;
      width: 45%;
      margin: 0 5% 0 0; }
  #contentlarge .presentation {
    width: 55%;
    min-height: 200px; }
  #bio {
    margin: 10px 3% 20px 3%; }
    #bio li {
      width: 22%;
      padding-right: 3%; }
      #bio li:last {
        width: 25%;
        padding-right: 0; } }
