@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,600,700);

html {
  overflow-y: scroll;
}

body {
  background: #fff;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 19px;
}

h1 {
    margin-bottom: .25em;
}

h2 {
    font-size: 1.6em;
    margin-bottom: .25em;
}

.subtitle {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.menu {
    padding: 0;
    background: transparent;
    text-align: center;
}
.menu li {
    margin-right: 1em;
}

.album-list {
    background: transparent;
}

.additionnal-infos {
	float: right;
	width: auto;
	padding-left: 3em;
}