/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 oct. 2018, 11:29:19
    Author     : ol4
*/

* {
  box-sizing: border-box;
}
/*body {
  min-height: 100vh;
  background: #000;
  background: #f06314;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
blockquote {
all: initial;
    * {
        all: unset;
    }
  font-size: 3.2rem;
}
cite {
  display: block;
  text-align: right;
  font-family: Verdana, Arial, sans-serif;
  margin-top: .7rem;
  font-size: .9rem;
  color: #aaa;
  font-style: normal;
}
blockquote q {
  font-family: Georgia, serif;
  font-style: italic;
  letter-spacing: .1rem;
}
blockquote q span { 
  will-change: opacity, filter;
  opacity: 0;
  filter: blur(0px);
}
q {
  quotes: "“" "”" "‘" "’"; 
}

q:before {
    content: open-quote;
    margin-right: .8rem;
	font-size: 1.2rem;
}
q:after {
  content: close-quote;
  font-size: 1.2rem;
}
q:before, q:after {
  color: #ccc;
  /*font-size: 4rem;*/
}