#title{
        float:left;
        font-size:2vw;
        font-weight:100;
        background:#524c6c;
        color:#dfffed;
	padding:0 0.6vw;
        text-align:center;
        margin:0.15vw 0.2vw;
        border :0.05vw solid white;
        outline:0.15vw solid #524c6c;
        white-space:nowrap;
        overflow:hidden;

        background: -webkit-linear-gradient(0deg, #433f59, #7f7a98);
        background:    -moz-linear-gradient(0deg, #433f59, #7f7a98);
        background:      -o-linear-gradient(0deg, #433f59, #7f7a98);
        background:         linear-gradient(0deg, #433f59, #7f7a98);
}
#title img{
        opacity:0.8;
        width:2.5vw;
	margin-top:-0.45vw;
	-webkit-filter:grayscale(0.5);
	        filter:grayscale(0.5);
}
#title .accent{
        color:#dee9ff;
        font-weight:300;
}

#progress-bar{
	position:fixed;
	z-index:999;
	bottom:0;
	left:0;
	width:100%;
	height:5px;
	background:#5b8bea;
}
