 p {
 font-family:"Times New Roman", Times, serif
 } 

#content {
    width:935px;
    margin:70px auto;
}

.img {
    max-width:100%;
    display:block;
    margin: 0 auto;
}

p.head {
    margin-top:-10px;
    text-align:center;
    color:#f5eed3;
    font-size:23px;
    text-transform:uppercase;
}

p.care {
    margin-top:75px;
    text-align:center;
    color:#f5eed3;
    font-size:35px;
}

p.middle, a  {
    text-align:center;
    font-size:24px;
    margin-top:75px;
    text-decoration:none;
    color:#f5eed3;
}

p.lower, span {
    color:#f5eed3;
    font-size:23px;
    text-transform:uppercase;
    text-align:center;
}

p.lower {
    margin-top:100px;
}

.one {
    margin-right:80px;
}

.three {
    margin-left:80px;
}
    
.footer {
}

/*Apply styles for tablet */
@media screen and (min-width: 0px) and (max-width:960px) { /* 48em */
   span, .one, .three { display:block; margin: 0 0 0 0; line-height:30px; }
    #content { max-width:100% }
} 
