body
{
	font-family: "open sans", sans-serif;
	background-color: rgb(217, 199, 199);
    color: #000;
    text-align: justify;
    margin: 0;
}
#container
{
    background-color: none;
    margin: none;
    max-width: none;
    padding: 0;
}
header
{
    text-align: center;
    margin: 20px;
}
header img
{
    width: 30%;
}
nav img
{
    width: auto;
    height: auto;
}
nav
{
    clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
nav ul
{
    list-style: none;
    padding: 0;
    margin: auto;
}
nav ul li
{
    display: inline-block;
}
#for_site ul li
{
    font-size: 6em;
    padding-left: 50px;
    padding-right: 50px;
}
h2
{
    color:#000;
    text-align: center;
    font-size: 3em;
}
h3
{
    font-size: 2em;
	color:#000;
    padding: 0;
    margin: 0;
}
a:link, a:visited, a:active
{
	color: #000;
	text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
#news, #bio, #music, #videos, #contact
{
    clear: both;
}
#news dl
{
    margin: 25px;
}
#news dl dt
{
    font-size: 1.6em;
}
#news dl dd
{
    font-size: 1.25em;
    color: #1d1d1d;
}
#music, #videos, #contact
{
    text-align: center;
}
#music
{
    overflow: hidden;
}
iframe
{
    width: 100%;
    margin: auto;
    height: 400px;
    border: 0;
}
footer
{
    text-align: center;
}
.release
{
    float: left;
    position: relative;
    width: 20%;
    display: inline-block;
}
.cover
{
    display: block;
    width: 100%;
    height: auto;
}
.overlay
{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(92, 92, 92, 0.7);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.release:hover .overlay
{
    bottom: 0;
    height: 100%;
}
.text 
{
    white-space: nowrap; 
    color: white;
    font-size: 1em;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.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)
{
    nav img
    {
        width: 60px;
    }
    header img
    {
        width: 100%;
    }
    #for_site ul li
    {
        font-size: 1.5em;
    }
    .release
    {
        float: both;
        margin: auto;
        width: 50%;
        display: block;
    }
    iframe
    {
        height: auto;
    }
}
@media screen and (max-width: 600px)
{
    #news dl
    {
        margin: 10px;
    }
    #for_site ul li
    {
        font-size: 2em;
        display: block;
    }
    .release
    {
        float: none;
        margin: auto;
        width: 100%;
        display: block;
    }
    .scroll
    {
        right: 5px;
        bottom: 5px;
        padding: 5px;
    }
    .scroll i
    {
        font-size: 20px;
        bottom: 0px;
    }
}