body
{
	font-family: "Poppins", sans-serif; 
	color: #ffffff;
	background-image: url(media/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    text-align: justify;
    margin: 0;
}
#container 
{
    background-color: rgba(150, 150, 150, 0.15);
    margin: auto;
    max-width: 1200px;
    padding: 10px;
}
header
{
    text-align: center;
}
header img
{
    filter: invert(100%);
    width: 100%;
}
img#profile
{
    width: 100%;
}
#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
{
    display: inline-block;
}
#social img
{
    width: 100%;
    height: auto;
}
#social2 ul, li, img
{

    text-align: left;
    padding: 0;
    margin: auto;
}
#social2 ul li
{
    display: inline-block;
}
#social2 img
{
    width: 50%;
}
#page_nav
{
    clear: both;
    margin: auto;
    font-size: 4em;
}
#page_nav ul
{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: auto;
}
#page_nav ul li
{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
h2
{
    font-size: 5em;
    margin: 0;
    padding: 0;
}
p
{
    font-size: 1.25em;
}
.part
{
    clear: both;
}
#disco img
{
    display: block;
    width: 380px;
}
#disco
{
    text-align: center;
}
#disco p
{
    text-align: center;
}
.release
{
    float: none;
    display: inline-block;
    padding: 5px;
    width: auto;
    font-size: 1em;
}
iframe
{
    width: 300px; 
    height: 380px; 
    border: 0;
}
a:link, a:visited, a:active
{
	color: #ffffff;
	text-decoration: none;
}
a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
footer
{
    text-align: center;
    clear: both;
    font-size: 0.625em;
}
.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)
{
    body
    {
        background-image: url(media/bg_2.jpg);
    }
    #page_nav
    {
        font-size: 2.5em;
    }
    #page_nav ul li
    {
        font-size: 0.7em;
    }
}
@media screen and (max-width: 600px)
{
    body
    {
        background-color: #141414;
        background-image: none;
    }
    h2
    {
        text-align: center;
        font-size: 3em;
        background-color: rgba(150, 150, 150, 0.15);
        border-radius: 20px;
    }
    img#profile
    {
        padding-top: 5px;
    }
    #social img
    {
        width: 60px;
    }
    #page_nav ul li
    {
        font-size: 1em;
        display: block;
    }
    #disco img
    {
        margin: auto;
        width: 100%;
    }
    iframe
    {
        display: block;
        margin: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    #contact
    {
        text-align: left;
    }
    .scroll
    {
        right: 10px;
        bottom: 10px;
        padding: 10px;
    }
    .scroll i
    {
        font-size: 30px;
        bottom: 0px;
    }
}