@charset "UTF-8";
/* CSS LINK */
body {
background-color: #031737;
color: rgb(255, 255, 255);
text-align: center;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
margin: 0px;
padding-top:0px;
margin-top:0px;
text-decoration:none;
}

.link {
	color:#fff;
	text-decoration: none;
	font-size: 20px;
	font-style: italic;
}
#page {
	margin-left: auto;
	margin-right: auto;
}
#up {
}
#titlefond{
background-image: url(../img/bg.png);
background-repeat: repeat-x;
background-size: auto 100%;
max-height: 130px;
}
#title{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
height: auto;
margin: 0 auto 0 auto;
max-width: 1300px;
}
#concert img, #dj img, #pianobar img, #soundcloud img, #mail img, #insta img{
height: auto;
width: 100%;
min-width:25px;
}

#concert{
margin: 0 5px 0 10px;
}
#insta {
margin: 0 10px 0 5px;
}
#dj, #pianobar, #soundcloud, #mail {
height: auto;
margin: 0 5px 0 5px;
}
#juxbox{
margin-top: 20px;
margin-bottom: 5px;
}

#subtitle {
height: auto;
margin-top: -31px;
}

#encreation{
margin-top: 50px;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
#encrea1, #encrea2, #encrea3{
margin-bottom: 10px;
}

@media(max-width: 750px) {
#juxbox img {
width: 248.8px;
}
#concert img, #dj img, #pianobar img, #soundcloud img, #mail img, #insta img{
max-width: 60px;
}
#subtitle img {
width: 161.6px;
}
#subtitle {
margin-top: -25px;
}
}