body
{
	font-family: 'Baloo Bhai', cursive;
	color: #ffe4e4;
    background-color: #000000;
    background-image: url(bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    margin: 0;
}
#container
{
    padding: 10px;
    max-width: 700px;
    background-color: rgba(150, 150, 150, 0.3);
    margin: auto;
    text-align: justify;
    font-size: 1.5em;
}
header
{
    text-align: center;
}
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;
    font-size: 40px;
    margin-left: 20px;
    margin-right: 20px;
}
#music
{
    clear: both;
}
#band
{
    clear: both;
}
#live
{
    clear: both;
}
#links
{
    clear: both;
}
#single p
{
    float: left;
    width: 340px;
}
#single img
{
    width: 350px;
    float: right;
}
#single ol
{
    float: left;
}
h2
{
    margin: 0;
    padding: 0;
    font-size: 3em;
    color: #ff7575;
}
#music, #live, #band, #links
{
    text-decoration: none;
}
a:visited, a:active, a:link
{
	color: #ff7575;
	text-decoration: none;
}
a:hover
{
	color: #ff7575;
	text-decoration: underline;
}
footer
{
    clear: both;
    text-align: center;
}
@media screen and (max-width: 750px)
{
    nav ul li
    {
        font-size: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    #single p
    {
        float: none;
        width: 100%;
    }
    #single img
    {
        width: 100%;
        float: none;
    }
    #single ol
    {
        float: none;
    }
}
@media screen and (max-width: 600px)
{
    #container
    {
        font-size: 1.125em;
    }
    header img
    {
        width: 100%;
    }
    h2
    {
        text-align: center;
    }
    nav ul li
    {
        font-size: 1.5em;
        display: block;
    }
}