body {
    padding-top: 80px;
}

div.title {
    position: fixed;
    font-family: Thin;
    font-size: 48px;
    font-weight: normal;
    text-align: left;
    width: 100%;
    height: 80px;
    top: 0px;
    left: 0px;
    padding-left: 80px;
    z-index: 2;
    background-color: white;
}

div.year-head {
    display: flow-root;
    font-family: Thin;
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

div.year-body {
    width: 100%;
    margin-bottom: 40px;
}

div.album {
    display: inline-block;
    position: relative;
}

img.album {
    padding: 4px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

div.title-holder {
    position: absolute;
    bottom: 5%;
    left: 10px;
    right: 10px;
    color: white;
    font-family: Thin;
    text-align: center;
    z-index: 1;
}

div.album-title {
    font-size: 30px;
}

div.album-subtitle {
    font-family: Regular;
    font-size: 17px;
    font-style: italic;
}

div.photo-icon {
    background: transparent url('../img/photo.png');
    position: absolute;
    top: 16px;
    right: 128px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

div.meta {
    position: absolute;
    top: 16px;
    color: white;
    font-family: Regular;
    font-size: 17px;
}

div.meta-p {
    right: 96px;
}

div.meta-v {
    right: 24px;
}


div.icon {
    display: block;
    position: absolute;
    left: -38px;
    top: -5px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    width: 32px;
    height: 32px;
}

div.icon-p {
    background: transparent url('../img/photo.png') no-repeat top left;
    background-size: cover;
}

div.icon-v {
    background: transparent url('../img/video.png') no-repeat top left;
    background-size: cover;
}

img.logo {
    position: fixed;
    width: 86px;
    height: 64px;
    top: 0px;
    left: 0px;
    z-index: 3;
}