body {
    font-family: Arial, Helvetica, sans-serif
}
h1 {
    color: #858585;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 12px;
}
h2{
    padding:0px;
    margin:0px;
    font-size:18px;
}

.header {
    background-color: #fff;
    height: 76px;
    position: fixed;
    z-index: 1000;
    width: 100%;
}
#logo {
    top: 10px;
    position: relative;
}
.row {
    margin: 0px;
}
#collage {
    width: 100%;
    max-width: 600px;
}
.spacer {
    height: 150px;
    position: relative;
}
.white {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.32);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.32);
}
.icons {
    margin-top: 20px;
    position: relative;
}
.bottom {
    margin-top: 20px;
}
