body
{
	font-family: "Noto Sans", sans-serif;
	color: #000000;
    background-color: #000000;
	background-image: url(media/Project25_2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
    margin: 0;
    text-align: justify;
    font-size: 1.325em;
}
#container
{
    background-color: rgba(150, 150, 150, 0.5);
    max-width: 800px;
    margin: auto;
    padding: 10px;
}
header
{
    clear: both;
}
#social img
{
    width: 70px;
    height: auto;
}
#social
{
    clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#social ul
{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: auto;
}
#social ul li
{
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
}
#page_nav
{
    clear: both;
    font-size: 40px;
}
#page_nav ul
{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: auto;
}
#page_nav ul li
{
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    font-style: italic;
}
h2
{
    text-align: left;
    font-size: 6em;
    margin: 0;
    font-style: italic;
}
#live
{
    float: left;
}
#flyer
{
    float: right;
}
#band
{
    clear: both;
    text-align: justify;
}
#wille, #daniel
{
    float: left;
    padding: 20px;
    padding-left: 0;
}
#elias
{
    float: right;
    padding: 20px;
    padding-right: 0;
}
#music
{
    text-align: center;
    clear: both;
}
#disco
{
    display: inline-block;
}
.release
{
    padding: 10px;
    width: auto;
    float: left;
    font-size: 30px;
}
.release img
{
    width: 200px;
}
#videos
{
    clear: both;
}
iframe
{
    width: 100%;
    margin: auto;
    height: 415px;
    border: 0;
}
footer
{
    text-align: center;
}
a:visited, a:active, a:link, a:hover
{
	color: #000;
	text-decoration: none;
}
.scrolltop
{
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:10px;
	right:10px;	
}
.scroll 
{
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.5);
	padding: 20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.scroll:hover 
{
	background:rgba(178,178,178,0.8);
	transition: 0.5s;
}
.scroll i
{
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 50px;
    bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 1000px)
{
    header img
    {
        display: block;
        width: 100%;
        margin: auto;
        height: auto;
    }
    #page_nav ul li
    {
        font-size: 0.625em;
    }
}
@media screen and (max-width: 800px)
{
    body
    {
        color: #ffffff;
        background-image: none;
    }
    a:visited, a:active, a:link, a:hover
    {
        color: #ffffff;
        text-decoration: none;
    }
    #page_nav
    {
        font-size: 30px;
    }
    #page_nav ul li
    {
        font-size: 1em;
        display: inline-block;
    }
    header img
    {
        filter: invert(100%);
    }
    #social img
    {
        width: 50px;
    }
    #flyer
    {
        display: none;
    }
    #live
    {
        text-align: left;
    }
    .release
    {
        display: block;
        float: none;
        margin: auto;
        width: 75%;
    }
    .release img
    {
        width: 100%;
    }
    iframe
    {
        height: auto;
    }
    .scroll
    {
        right: 10px;
        bottom: 10px;
        padding: 10px;
    }
    .scroll i
    {
        font-size: 30px;
        bottom: 0px;
    }
}
@media screen and (max-width: 550px)
{
    #social img
    {
        width: 30px;
    }
    h2
    {
        font-size: 3em;
    }
}