body {
	color: #4d4d4d;
	background-color: #f8f9fa;
}

.navbar-brand img {
	height: 33px;
	position: relative;
	top: -5px;
}

.navbar-brand span {
	font-size: 2.0rem;
}

footer a, .b_item a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

.b_item:before {
	content: " > ";
	color: gray;
}

.b_item:first-child:before {
	content: "";
}

.particles {
    background-image: url("/media/back.png");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

#qrcode img {
    display: inline-block!important;
}
