/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2016 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Typodermic Fonts Inc.
 * License URL: https://www.fontspring.com/licenses/typodermic/webfont
 * Vendor:      Kimmy Design
 * License URL: https://www.fontspring.com/licenses/kimmy-design/webfont
 *
 *
 */

@font-face {
    font-family: 'vanilla_whaleregular';
    src: url('vanilla_whale-webfont.eot');
    src: url('vanilla_whale-webfont.eot?#iefix') format('embedded-opentype'),
         url('vanilla_whale-webfont.woff2') format('woff2'),
         url('vanilla_whale-webfont.woff') format('woff'),
         url('vanilla_whale-webfont.ttf') format('truetype'),
         url('vanilla_whale-webfont.svg#vanilla_whaleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'burford_rusticbook_ultralight';
    src: url('burford_rustic-book-ultralight-webfont.eot');
    src: url('burford_rustic-book-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('burford_rustic-book-ultralight-webfont.woff2') format('woff2'),
         url('burford_rustic-book-ultralight-webfont.woff') format('woff'),
         url('burford_rustic-book-ultralight-webfont.ttf') format('truetype'),
         url('burford_rustic-book-ultralight-webfont.svg#burford_rusticbook_ultralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
background: #ffe5c7;
padding-top: 10px;
text-align: center;
}
a.link
{
cursor: pointer;
color: darkblue;
text-decoration: underline;
font-size: 1.2em;
}
a
{
cursor: pointer;
color: darkblue;
text-decoration: underline;
font-family: burford_rusticbook_ultralight;
}
div#title
{
position: absolute;
width: 100%;
left: 0px;
top: 0px;
background-image: url('barnwood.jpg');
background-size: 300px 240px;
background-repeat: repeat-x;
padding-bottom: 15px;
box-shadow:inset 0 -4px 2px -2px black;
}
a.title
{
cursor: pointer;
color: black;
text-decoration: none;
font-size: 4em;
font-family: vanilla_whaleregular;
}
div#phone
{
padding-top: 120px;
font-size: 2em;
font-family: burford_rusticbook_ultralight;
color: darkred;
}
h2
{
color: darkred;
font-family: burford_rusticbook_ultralight;
padding-bottom: 2em;
}
.main
{
padding-bottom: 32px;
}
.footer
{
position: absolute;
bottom: 0;
width: 99%;
height: 30px;
font-size: 0.6em;
}
