@font-face {
    font-family: CaviarDreams;
    src: url("../fnt/CaviarDreams.ttf") format('truetype');
}

body {
    margin: 0;
    padding: 0;
    background: #000;
}

a {
    color: #fff;
}

#title {
    position: fixed;
    left: 0;
    right: 0;
    width: 60%;
    max-width: 700px;
    height: 100%;
    margin: auto;
    z-index: 10;
    user-select: none;
    background-image: url("../img/title.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: top 300ms, height 300ms, width 300ms;
}

#title.small {
    top: 5px;
    height: 90px;
    width: 307px;
}

#menu {
    position: fixed;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 9;
    user-select: none;
    cursor: default;
    background: rgba(0,0,0,0.4);
    text-align: center;
    opacity: 0;
    transition: opacity 300ms;
}

#menu.show {
    opacity: 1;
}

#menu .buttons-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	margin-top:50px;
}

#menu .button-left {
  display: inline-block;
  font-family: "CaviarDreams", "Arial";
  font-size: 20px;
  color: white;
  margin-right:50px;
}

#menu .button-right {
  display: inline-block;
  font-family: "CaviarDreams", "Arial";
  font-size: 20px;
  color: white;
  margin-left:50px;
}

#menu .button:nth-child(2) {
    margin-right: 160px;
}

#menu .button:nth-child(3) {
    margin-left: 30px;
}

.button {
    cursor: pointer;
    transition: text-shadow 100ms;
}

a, .button:hover {
    text-shadow: 0 0 30px white;
}

.button:active {
    text-shadow: 0 0 5px white;
}

.pages-container {
    width: 100%;
}

.page {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: "CaviarDreams", "Arial";
    font-size: 23px;
    color: white;
    overflow: auto;
}

#page-home {
    background-image: url("../img/home.jpg");
}

/* BIO */
#page-bio {
    min-height: 850px;
}

h1 {
    font-size: 35px;
}

#page-bio .text {
    position: relative;
    float: left;
    margin-top: 100px;
    width: 100%;
    box-sizing: border-box;
    padding: 2em;
}

#page-bio .text p:first-child {
    margin-top: 0;
}

#page-bio .side-content {
    position: relative;
    float: right;
    margin-top: 100px;
    width: 40%;
    box-sizing: border-box;
    padding: 2em;
    text-align: center;
}

/* MEDIA */
#page-media {
    background-image: url("../img/media.png");
    width: 100%;
}

#page-media .media-container {
    position: relative;
    margin: 5%;
    margin-top: 100px;
    border-spacing: 1em 1em;
    line-height: 0;
    table-layout: auto;
}

#page-media .media-container td {
    position: relative;
    padding: 0;
    width: 25%;
}

#page-media .media-container img {
    width: 25%;
    height: auto;
    float: left;
}

#page-media .media-container .video {
    width: 50%;
    float: left;
}

#page-media .sounds-container {
    position: relative;
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

#page-media .sound {
    margin: 20px auto;
    max-width: 600px;
    padding: 10px;
	background-color: rgba(0, 0, 0, 0.8);
}

#page-media audio {
    width: 100%;
    max-width: 500px;
    max-height: 2em;
}

.songtitle {
    color: white;
    text-align: center;
    margin-bottom: 15px;
	padding:7px;
    font-size: 20px;
    font-family: "CaviarDreams", "Arial";
}

/* PARTENAIRES */
#page-partenaires h1 {
    margin: 0 auto;
    padding: 0 0 0 5px;
}

#page-partenaires .text {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 2em;
}

#page-partenaires .text p:first-child {
    margin-top: 0;
}

#page-partenaires ul {
    list-style: disc;
    padding-left: 2em;
}

#page-partenaires li {
    margin: 0.5em 0;
}
