html {
    position: relative;
    min-height: 100%;
}

body {
    background: #fafafa url(images/bg.png) left top repeat;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 50px;
}

.logo {
    /*width: 350px;*/
    height: 100px;
}

.imp {
    list-style-type: square;
}

h1 {
    font-family: 'Philosopher', sans-serif;
    font-style: italic;
}

.linkedin-button {
    width: 85px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    height: 22px;
    text-decoration: none;
    background: url(images/social.png) left top no-repeat;
    margin-right: 10px;
    padding: 4px 0 0 25px;
}

.linkedin-button:hover {
    background: url(images/social.png) left bottom no-repeat;
    color: #4875b4;
}

.facebook-button {
    width: 90px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    height: 22px;
    text-decoration: none;
    background: url(images/social.png) right top no-repeat;
    margin-right: 10px;
    padding: 4px 0 0 25px;
}

.facebook-button:hover {
    background: url(images/social.png) right bottom no-repeat;
    color: #3b5998
}

.fb-messenger-button {
    cursor: pointer;
    border-radius: 4px;
    background: #0084ff;
    font-size: 12px;
    padding: 2px 8px;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
}

.fb-messenger-button a {
    color: #fff;
    text-decoration: none;
}

.footer {
    color: #999;
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
    font-style: italic;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30px;
    background-color: #f5f5f5;
}