/* Fiona Yeh Homepage */

.entry-content{
    max-width:760px;
    margin:0 auto;
    padding:60px 30px;
}

.entry-content p{
    font-family: Georgia,"Times New Roman",serif;
    font-style:italic;
    font-size:22px;
    line-height:1.9;
    color:#222;
    text-align:left;
    margin-bottom:28px;
}

.entry-content h1{
    font-family:Georgia,"Times New Roman",serif;
    font-size:60px;
    font-weight:400;
    font-style:italic;
    margin-bottom:50px;
}

.entry-content strong{
    font-size:28px;
    font-weight:normal;
}

@media(max-width:768px){

.entry-content{
    padding:30px 22px;
}

.entry-content h1{
    font-size:42px;
}

.entry-content p{
    font-size:18px;
    line-height:1.8;
}
}