@font-face {
  font-family:'Head';
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url(../fonts/SpecialElite-Regular.ttf) format('truetype');
}

@font-face {
  font-family:'Text';
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url(../fonts/IndieFlower-Regular.ttf) format('truetype');
}

html { font-size:10px; }
body { font-family: 'Text',Arial,sans-serif; }

div,p,h1,h2,h3,span,input,textarea,figure,figcaption,img { margin:0; padding:0; box-sizing: border-box;}


/* Styles */
a { 
	color: rgb(0,0,0);
	text-decoration: none;
}
a:hover { 
	color: rgb(102,102,102);
	text-decoration: none;
}
h1 { font-size:3rem; }
h2 { font-size:3rem; }
h3 { font-size:2rem; }
p { font-size:1.8rem; margin: 0 0 .5em 0;}

.p11 { font-size:1.2rem; }
.p13 { font-size:1.4rem; }
.p16 { font-size:1.6rem; }
.p20 { font-size:2rem; }
.p30 { font-size:3rem; }

.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-justify { text-align:justify; }

.p_bold { font-weight:bold; }
.p_underline { text-decoration:underline; }