

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
    background-image: url("img/birch.jpg");
}

p{
    color:black; 
    font: 400 15px Lato, sans-serif;
    line-height: 1.6;
}

.signature {
    /*    font-family: 'Tangerine', cursive;*/
    /*    font-family: 'Sacramento', cursive;*/
    font-family: 'Alex Brush', cursive;
    font-size: 3.0em;
    font-weight: 900; 
    line-height: 1.2;
}

.thanks{
    font-size: 1.0em;
    font-style: italic;    
    font-weight: bold;
}

.contact{
    margin-left: 15px;
}

.contact a{
    color:black;
    text-decoration: none;
}

.contact a:hover{
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

footer{
    /*    background-color: #606060;*/
    background-color: #afafaf;
    /*    background-color: #f2f2f2;*/
    color: #000000;
    font-style: italic;
    height:150px;
    padding: 15px 25px 25px 15px;
}

footer a{
    color: #000000;
    text-decoration: none;
}

footer a:hover{
    color: #ffffff;
    text-decoration: none;
}

footer .copyright{
    font-size: 0.8em;
    font-weight: bold;
}

footer .name{
    font-size: 2.0em;
    font-family: queen;
}

.jumbotron {
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
    /* margin-bottom: 30px; */
    color: inherit;
    background-color: #eee;
}

.jumbotron .company_name {
    color: white;
    font-family: queens__;
    font-size: 4.0em;
    /*                            text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; */
}

.jumbotron .tag_line{
    color: white;
    font-family: queens_i;
    font-size: 1.6em;
    font-style: italic;
    /*                            text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; */
}

@font-face {
    font-family: queens__;
    src: url(fonts/queens__.ttf);
}

@font-face {
    font-family: queens_i;
    src: url(fonts/queens_i.ttf);
}

#imgs{
    border: 1px solid gray; 
    padding:4px;   
    -webkit-box-shadow: 3px 3px 5px 3px #909090;
    box-shadow: 3px 3px 5px 3px #909090;
    border-radius: 4px;
}


/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}


.testimonial{
    line-height: 0.9;
    text-align: left;
}

testimonial p{
    margin-left: 15px;
}

.reviewer{
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

hr{
    color:black;
}

.thumbnail{
    -webkit-box-shadow: 3px 3px 5px 3px #909090;
    box-shadow: 3px 3px 5px 3px #909090;
}

.p_divider{
    width: 80%;
    padding-bottom: 20px;
}



















