body {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    color: #373232;
}

.tile {
    width:100%;
    height: 150px;
    position: relative;
    top:15em;
    background-image: url(images/tile.gif);
}

.logo {
    position: relative;
    margin-bottom: 1em;
    left: -70px;
}

.content {
    width:300px;
    position: relative;
    margin: 0 auto;
    top: -130px;
    left: -75px;
    padding-bottom: 50px;
}

ul{
    position: relative;
    font-size: 1.8em;
    line-height: 1.6em;
    color: #0a625d;
    margin-top: .4em;
    margin-bottom: 1em;

}

li{
    background-image: url(images/divider-line.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

li:last-child {
   background-image: none;
}

h1 {
    font-size: 1.4em;
    font-weight: 500;
    color: #11827c;
}

h2 {
    font-size: 1.2em;
    font-weight: 500;
    color: black;
    margin-bottom: 10px
}

.phone {
    font-size: 1.2em;
    font-weight: 500;
    color: black;
}

.address {
    margin-top:10px;
    clear:both;
}

.address img {
    float:left;
    display: inline-block;
    margin-right: 10px;
}

.address p {
    float:left;
    display: block;
}

.address p:last-child {
margin-bottom: 10px;
}

.email{

    font-size: 1.2em;
    font-weight: 500;
    color: #11827c;
}

.email:before {
    content: "";
    display: block;
    background: url(images/email.png) no-repeat;
    width: 16px;
    height: 13px;
    float: left;
    margin: 6px 15px 0 6px;
}

a:hover {
    color: #f0b11a;
}

.address p {
    color: #373232;
}

.map:hover, .map:visited, .map:active .map {
    color: #373232;
}

.large-tree {
    position: absolute;
    top:15px;
    left:230px;
}


@media (max-width: 480px) {

    .content {
        left: 0;
    }
/*
    .small-tree{
        display: block;
        position: absolute;
        top:-165px;
        margin-left: 50px;
    }
*/
    .tile {
        top:10em;
    }

    .large-tree {
        display: none;
    }

    .logo {
        position: relative;
        margin-bottom: 1em;
        left:0;
    }
}
