html,body
{
    width: 100%;
    height: 100%;
    font-family: Arial;
    background-color: #000000;
}

body:target
{
    opacity:1;
}

a:link {
    color: #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}
a:hover {
    color: rgb(230,0,0);
}
a:active {
    color: #FFFFFF;
}

.main{
    position: absolute;
    top:15%;
    left:12%;
    width: 76%;
    height: 60%;

    background-color: #FFFFFF;
}

.name{
    position: absolute;
    width: 30%;
    height: 100%;
    top:0%;
    left:0%;
    padding-top: 14%;
    color: #000000;
    font-family: 'open sans', sans-serif;
    font-size: 1.7vw;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    line-height: 1.0em;
}
.contents{
    position: absolute;
    width: 70%;
    height: 100%;
    top:0%;
    right:0%;

    opacity: 0;

    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;    
    z-index: 1;
}

.contents.clicked
{
    opacity:1;
    z-index: 10;
}

.contentstext{
    position: relative;
    top:0%;
    left:0%;
    width:53%;
    height: 90%;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 5%;
    margin-top: 2%;
    padding: 1%;
    background-color:rgba(0,0,0,0.5);
    overflow: hidden;
}

.contentstextsmall{
    position: relative;
    top:0%;
    left:0%;
    width:95%;
    height: 33%;
    font-size: 0.7vw;
    text-align: left;
    line-height: 1.2vw;
    letter-spacing: normal;
    margin-left: 2%;
    margin-top: 19%;
    padding: 1%;
    background-color:rgba(0,0,0,0.75);
    overflow: hidden;
}

.contenttitle
{
    font-size: 1vw;
    color: rgb(231, 211, 177);
    font-style: italic;
}

a.contenttitle
{ 
    color: rgb(231, 211, 177);
}

a.contenttitle:hover
{ 
    color: rgb(230,0,0);
}

.contentsmalltitle
{
    font-size: 0.900vw;
    color: rgb(231, 211, 177);
    font-weight: bold;
}

#home
{
    background: url(image/home.jpg) center;
    background-size: 95%;
    background-color: rgb(0,0,0);
    background-repeat: no-repeat;
    font-family: 'open sans', sans-serif;
    font-size: 0.950vw;
    color: #FFFFFF;
}
#formazione
{
    background:url(image/formazione.jpg) center;
    background-size: 95%;
    background-color: rgb(0,0,0);
    background-repeat: no-repeat;
    font-family: 'open sans', sans-serif;
    font-size: 0.700vw;
    color: #FFFFFF;    

}
#repertorio
{
    background:url(image/repertorio.jpg) center;  
    background-size: 95%;
    background-color: rgb(0,0,0);
    background-repeat: no-repeat;
    font-family: 'open sans', sans-serif;
    font-size: 0.900vw;
    color: #FFFFFF;    
}
#recordings
{
    background:url(image/recordings.jpg) center;
    background-size: 90%;
    background-color: rgb(0,0,0);
    background-repeat: no-repeat;
    font-family: 'open sans', sans-serif;
    font-size: 0.900vw;
    color: #FFFFFF;    
}

#mrg
{
    background:url(image/downloads.jpg) center;
    background-size: 95%;
    background-color: rgb(0,0,0);
    background-repeat: no-repeat;
    font-family: 'open sans', sans-serif;
    font-size: 0.800vw;
    color: #FFFFFF;    
}

#rewards
{
    background:url(image/rewards.jpg) center;
    background-size: 95%;
    background-color: rgb(0,0,0);
    background-repeat: no-repeat;
    font-family: 'open sans', sans-serif;
    font-size: 0.800vw;
    color: #FFFFFF;    
}

.footer{
    position: absolute;
    top:75%;
    left: 70%;
    background-color: rgb(0,0,0);
    font-size: 0.500vw;
    color:rgb(255,255,255);
}

.menu{
    position: absolute;
    top:75%;
    left: 12%;
    width: 45%;
    background-color: #000000;
    margin-top: 1px;
}

.menubutton {
    background-color:rgb(230,0,0);
    text-indent:0;
    display:inline-block;
    color:rgb(0,0,0);
    font-family:Arial;
    font-size: 0.700vw;
    font-weight:normal;
    font-style:normal;
    height:27px;
    text-decoration:none;
    text-align:center;
    margin-top: 1px;
    margin-left: 2px;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right:  5px;

    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;

    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    transition: all 500ms ease-in; 
}
.menubutton:active {
    color:gray;
    background-color:rgb(166,51,51);

}
.menubutton:hover{
    color:rgb(255,255,255);
    background-color:rgb(166,51,51);
    height: 50px;
}
.menubutton:link{
    color: #FFFFFF;
}
.language{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10%;
    text-align: right;
}

.languagebutton
{
    position: relative;
    background-color:black;
    margin: 8px;

    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    transition: all 500ms ease-in; 
}
.languagebutton:hover{
    margin-right: 20px;
}