body, html {
    margin: 0;
}

* { 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: ##263d43;
    background:  #fafafa;
    line-height: 1.5em;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 100px;
}

header {
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    width: 100%;
}

footer {
    background: #4d4e4c;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    color: #fff;
}

h1, h2, h4 {
    font-weight: 400;
    margin: 0;
}

h1 { font-size: 26px; margin-top: 50px; }
h2 { font-size: 20px; }
h4 { font-size: 16px; color: #fff; line-height: 17px; }

.content {
    max-width: 900px;
    margin: 0 auto;
}

header .content {
    background: url('pallasathene-icon-header.png') no-repeat left center;
    padding-left: 80px;
}

footer .content {
    background: url('pallasathene-icon-footer.png') no-repeat left center;
    padding-left: 80px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}
footer .content .contact {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 310px;
    font-size: 14px;
}
footer a { color: #fff; text-decoration: none; }
footer a:hover { color: #eee; }
