html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
em,
img,
small,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
ruby,
section,
time,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: '';
    content: none
}

q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 20px 15px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: underline;
    color: #000;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

h3,
p {
    margin: 0
}

h2 {
    margin: 0 0 20px
}

header {
    width: 100%;
    z-index: 9;
    margin:0 0 1em;
    box-sizing: border-box;

}

header a,
a.no-ul{
    text-decoration:none;
}

header h1 {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 1px;

}

p {
    display: block;
    margin: 0 0 20px
}

footer {
    position: fixed;
    bottom: 15px;
    right: 15px
}

footer svg {
    display: block
}

.workwrap {
    overflow: hidden;
    box-sizing: border-box
}
.workwrap ul {
    margin: 0 0 20px;
}

.work {
    width: 25%;
    padding: 0 30px 60px;
    box-sizing: border-box;
    float: left
}
