*
{
    padding: 0;
    margin: 0;
}

html
{
  background-image: url(/static/images/Paper02.jpg);
}

body
{
    font: 16px/2em "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
    color:#666;
    background-color:transparent;
}

span.scripted
{
    font: 60px/2em 'Ruthie', "Monotype Corsiva", cursive;
    text-shadow:0px 0px 8px #fff;
    display: inline;
    visibility: visible;
}

span.scriptedSmall
{
    font:30px/2em 'Ruthie', "Monotype Corsiva", cursive;
    text-shadow:0px 0px 4px #fff;
    display: none;
    visibility: visible;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Open Sans Condensed', Georgia, serif;
    color: #333;
    margin-bottom: 0.6em;
}

h1
{
    font-size: 30px;
}

h2
{
    font-size: 25px;
    font-weight: normal;
}

h3
{
    font-size: 18px;
    font-weight: normal;
}

[contenteditable="true"]
{
    outline: medium none;
}

.social_icon
{
    background-image: url(/static/images/social-media-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 25px;
    width: 125px;
    height: 125px;
}

#facebook
{
    background-position: -7px -12px;
}

#linkedin
{
    background-position: -270px -12px;
}

#youtube
{
    background-position: -7px -147px;
}

#twitter
{
    background-position: -138px -12px;
}

.follow
{
    text-align: center;
}

.title
{
    margin-top: 10%;
    font-size: 90px;
    text-align: center;
    margin-bottom: 10%;
}
