@font-face {
	font-family: "Cardo";
	src: url(cardo-bold.woff) format("woff");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Cardo";
	src: url(cardo-regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Cardo";
	src: url(cardo-italic.woff) format("woff");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "SpecialElite";
	src: url(SpecialElite.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

body{
    width:420px;
    margin:0 auto;
    text-align:center;
    font-family: 'Cardo', serif;
   
   
}
h1,h2,h3 {
font-family: "SpecialElite", sans-serif;
}

h1{
    font-size:4em;
    line-height:2;
   
    font-weight:400;
    text-transform:uppercase;
}

h2{
    font-size:2.5em;
    line-height:1.2;
    font-weight:normal;
    text-transform:uppercase;
}

h3{
    font-size:1.5em;
    line-height:1;
   
    font-weight:normal;
}
article p:first-letter{
   font-family: 'SpecialElite', serif;
   font-size:2em;
   margin-right:0.5em;
   font-weight:400;
   float:left;
   color:#333;
  
}

p{
    text-align:justify;
}

blockquote q:before, q:after {
	content:"";
}
.trait{
    border:solid black 1px ;
    width:420px;
}
footer{
    text-align:center;
    
}
.end{
    
}