<h1>SUMMER<span> & </span>VACATIOŊ
<hr /></h1>
<article>
  <h2>&#xE051; step ßy step &#xE051;</h2>
  <p>My su<span class='doble'>m</span>mer: I went to Camp Smurfabunch. I was there for 2 w<span class='doble'>e</span>eks<span class='cinzel'>&</span>had mega fun times. I was the fastest kayaker in the whole ca<span class='doble'>m</span>þ and won a first place ri<span class='doble'>b</span>bon. I lærned to tie knots, dive off a pier<span class='cinzel'>&</span>lick toads.</p>
  
  <hr class='una' />
  
  <p>I met new friends <span class='cinzel'>K</span>etchel, Caleb, and Sarah. I hope they come visit me later this summer but even if they can't &#xE050; I'll see them next summer.</p>
  
  <hr class='dos' />

  <p><span class='cinzel'>L</span>ater that summer I got to go to <span class='cinzel'>W</span>isconsin Dells with my family. We stayed at The <span>W</span>ilderness which has both inside and outside water parks. <span class='cinzel'>M</span>y mom was scared to go down the four-person funnel ride, but she did anyway and ended up liking it.</p>
  
  <hr class='una' />

  <p><span class='cinzel'>W</span>e went go karting at <span class='cinzel'>M</span>t. <span class='cinzel'>Z</span>ues (or something, I can't remember the name but there was an old god dude holding a lightning bolt as the logo). I beat my brother and dad on the first 2 laps but dad pulled ahead and beat me on the last lap.</p>

  <hr class='dos' />

  <p><span class='cinzel'>T</span>he last thing I did this summer was go shopping for school clothes and supplies. I got a Trapper Keeper with <span class='cinzel'>Kiss</span> on it. And like fifty erasers because I make mistakes a lot lololol.</p>

  <hr class='una' />

  <p>I don't want to go back to school but I know once I get used to it, it will be fine again. I'd rather just go down waterslides all day.</p>
</article>
<footer>Fonts: Calluna & Cinzel Decorative<br/>with Css ligatures</footer>
@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);
@font-face {
  font-family: 'Calluna-Regular';
  src: url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.eot');
  src: url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.eot?#iefix') format('embedded-opentype'),    url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.woff') format('woff'),    url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.ttf') format('truetype');}
* {
  margin: 0; padding: 0; border: 0 none; position: relative;
}
*, *:after, *:before {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
html {
  background: #FED279 url(https://2.bp.blogspot.com/-iCCUn-fktvk/UYVomjPC84I/AAAAAAAAAAc/czlS_SMG-rs/s1600/noise.png);
  color: #3F7963;
  margin: 1rem auto;
  border: 4px solid ;
  width: calc(100% - 36px); 
  max-width: 800px;
  padding: 16px;
  font-family: calluna-regular,'Cinzel Decorative', serif;
  font-size: 1rem;
}
body {
  width: 100%;
  border: 4px solid;
  border-radius: 5px;
}
html:before,
html:after,
body:before,
body:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  border: 4px solid;
}
html:before {
  top: -4px;
  left:-4px;
  border-color: #FED279 #3F7963 #3F7963 #FED279;
  border-radius: 0 0 5px 0;
}
html:after {
  top: -4px;
  right: -4px;
  border-color: #FED279 #FED279 #3F7963 #3F7963;
  border-radius: 0 0 0 5px;
}
body:before {
  bottom: -24px;
  left: -24px;
  border-color: #3F7963 #3F7963 #FED279 #FED279;
  border-radius: 0 5px 0 0;
}
body:after {
  bottom: -24px;
  right: -24px;
  border-color: #3F7963 #FED279 #FED279 #3F7963;
  border-radius: 5px 0 0 0;
}
head {
  display: block;
  visibility: hidden;
  position: static;
  width: 0;
}
head:before,
head:after {
  content:'';
  visibility: visible;
  background: #B3B04F;
  position: absolute;
  height: 12px;
  width: 12px;
  left: 50%;
  transform: rotate(45deg);
}
head:before {
  top:2px;
}
head:after {
  bottom: 2px;
}
h1 {
  text-align: center;
  font-size: 3rem;
  color: #E85359;
  font-family: 'Cinzel Decorative', serif;
  -webkit-font-feature-settings:"clig", "dlig", "hlig", "liga", "swsh", "onum";
  -moz-font-feature-settings:"clig", "dlig", "hlig", "liga", "swsh", "onum";
  font-feature-settings:"clig", "dlig", "hlig", "liga", "swsh";
  padding-top: 1rem;
}
h1:before, h1:after, h1 hr:before, h1 hr:after {
  content: '';
  background: #FED279;
  width: 22px;
  height: 22px;
  border: 1px solid #3F7963;
  position: absolute;
  bottom: 0;
  transform: rotate(45deg) translatey(calc(50% + 3px));
  transform-origin: center;
  left: calc(5% + 11px);
  z-index:2;
}
h1:after {
  left: auto;
  right:  calc(5% - 21px);
}
h1 hr:before {
  left: 0;
}
h1 hr:after {
  left: auto;
  right: -11px;
}
h1 hr {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 0;
  background: #3F7963;
  height: 1px;  
}
h1 span {color: #B3B04F;}
article {
  -moz-font-feature-settings: "clig", "dlig", "hlig", "liga", "swsh", "onum", "salt", "ss01";
  -webkit-font-feature-settings: "clig", "dlig", "hlig", "liga", "swsh", "onum", "salt", "ss01";
  font-feature-settings: "clig", "dlig", "hlig", "liga", "swsh", "onum", "ss01", "salt", "ss01";
  font-family: 'Calluna-Regular', serif;
  padding: 0 10% 1rem;
  -font-size: 1.7rem;
  text-align: justify;
  -ms-hyphenate-before: 2;
  -ms-hyphenate-after: 3;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  -moz-hyphenate-before: 2;
  -moz-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-hyphenate-character: '\E050';
  -ms-word-break: break-all;
  /* word-break: break-all; */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
h2 {
  font-weight: 200;
  font-size: 1.5rem;
  text-align: center;
  color: #3F7963;
  padding: 2rem 0 0;
}
article p:nth-of-type(1) {
  padding-left:4rem;
  color: #8B6615;
  margin-bottom: 2rem;
  line-height: 1.3;
  font-size: 1.9rem;
}
article h2 + p:first-letter {
  background: #F4D132; 
  font-family: 'Cinzel Decorative', serif;
  float:left;
  font-size: 7rem;
  color: #B3B04F;
  line-height: 100%;
  margin-top: 0rem;
  margin-left: -7rem;
  border-radius: 50%;
  text-shadow: 1px 1px 0 #fff;
  box-shadow: 0 0 0 5px #e5e5e5;
}
.cinzel {
  font-family: 'Cinzel Decorative';
  font-weight: 700;
}
.doble {
  letter-spacing: -.5rem;
}
.una {
  text-align: center;
  display: block;
  line-height: 1px;
  height: 1px;
  margin: 2rem 0;
  background: #B3B04F;
}
.una:before, .una:after {
  content: '\2021';
  font-size: 2rem;
  color: #B3B04F;
  position: absolute;
  transform: rotate(90deg);
}
.una:before {
  left:0;
}
.una:after {
  right: 0;
}
p {
  font-size: 1.5rem;
  line-height: 1.4;
}
p + p {margin-top: 2rem;}
.una + p:before {
  content: '\00A7';
  color: #B3B04F;
  font-size: 4rem;
  position: absolute;
  top: -4.8rem;
  left: 50%;
  transform: rotate(90deg);
  transform-origin: center;
  opacity: .6;
}
.dos {
  float: left;
  width: 5rem;
  height: 1rem;
}
.dos:before {
  content:'\00B6';
  color: #B3B04F;
  position: absolute;
  left: -5.5rem;
  top: 1rem;
  opacity: .2;
  font-family: calluna-regular;
  font-size: 4rem;
  height: 0;
  transform: rotate(-90deg);
}
footer {
  position: static;
  font-family: sans-serif;
  text-align: right;
  padding-right: 10%;
}
footer:before,
footer:after {
  content:'';
  background: #B3B04F;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 50%;
  transform: rotate(45deg);
}
footer:before {
  left:-18px;
}
footer:after {
  right: -18px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.