/* FONT */
@import url(http://fonts.googleapis.com/css?family=Lobster);

h1 {
    font-family: Lobster;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}
h3 {
    font-family: Lobster;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}
p,h4,h5,h6, body {
    font-family: Lobster;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}
blockquote {
    font-family: Lobster;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}
pre {
    font-family: Lobster;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}


.social-links li a{
    font-size: 25px;
    padding-top: 9px;
}