html
{
    background-image: url("Spit\ Me\ Out\ Print.jpg");
    background-attachment: fixed;
}

a:link {color: #751010}
a:visited {color: darkgoldenrod}
a:hover {color: darkgreen}
a:active a:focus {color: darkgoldenrod} 

.contact
{
    font: .75em "Cutive",Georgia, Times, 'Times New Roman', serif;
    line-height: 1.2;
    border-top: 3px solid #90ae07;
    padding-top: 20px;
    line-height: 16px;
}

body 
{
    margin: 40px auto;
    background-color:  #926c03;
    font: .9em 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 80%;
    box-sizing: border-box;
    line-height: 1.2;
    box-shadow:  5px 5px 25px black;
    max-width: 50em;    
}

h1 
{
     font: 2.8em "danfo","Righteous", "Lexend Giga", Georgia, Times, 'Times New Roman', serif;
     letter-spacing: 1px;
     margin-bottom: 0.25em;
     text-align: center;
     border-bottom: 3px solid #90ae07;
}

h2
{
    font: .95em "Cutive", "Righteous",Georgia, Times, 'Times New Roman', serif;
    margin-bottom: .25px;
    font-weight: bold;
    color: #789206;

}

.washout
{
    background-color: rgba(255,255,255,.95);
    padding: 10px 30px;
}

ul
{
    margin-top: 2px;
}

dl
{
    margin-top: 2px;
}

p
{
    text-align: justify;
    margin-top: 0.5px;
    font-style:italic;
}

.phone{
    font-style: italic;
}