@font-face {
    font-family: "Electroharmonix";
    src: url(fonts/Electroharmonix.otf);
}
body {
    background-color: #5500800F;
    padding: 0px 20px 20px 20px;
}
html {
    font-family: "Source Sans Pro", Arial, "Helvetica Nue", Helvetica, sans-serif;
}
h1 {
    font-family: "Century Gothic", sans-serif;
    color: #fa6532;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
}
h2 {
    font-size: 18px;
    line-height: 20px;
    color: #64c9c9;
    font-weight: normal;
}
p {
    /* font-family: "Electroharmonix"; */
    font-size: 14px;
    line-height: 20px;
    color: #111111;
    font-weight: 300;
    width: 960px;
}
figure {
    float: left;
    max-width:10%;
    margin: 0 20px 20px 0;
}
img {
max-width:100%;
}