/* Custom Styles */
@font-face {
    font-family: 'freak';
    src: url('beautiful-freak-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bobby Jones';
    src: url('bobby_jones_soft-webfont.eot');
    src: url('bobby_jones_soft-webfont.woff2') format('woff2'),
         url('bobby_jones_soft-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, .h1 {
    font-family: 'Bobby Jones', 'freak', Oswald;
    font-weight: 700;
    line-height: 1.2em;
    -webkit-text-stroke-width: 0.75px;
    -webkit-text-stroke-color: black;
    text-shadow: -0.025em 3px 0px #000000;
}
h2, .h2 {
    font-family: 'Bobby Jones', 'freak', Oswald;
    font-weight: 700;
    line-height: 1.2em;
    -webkit-text-stroke-width: 0.75px;
    -webkit-text-stroke-color: black;
    text-shadow: -0.025em 3px 0px #000000;
}
h3, .h3 {
    font-family: 'Bobby Jones', 'freak', Oswald;
    font-weight: 700;
    line-height: 1.2em;
    -webkit-text-stroke-width: 0.75px;
    -webkit-text-stroke-color: black;
    text-shadow: -0.025em 3px 0px #000000;
}

.section.background-light h1, .section.background-light h2, .section.background-light h3 { color: #fff; }
    