body {
	font-size: 0.75rem;
	overflow: auto;
	background: url('../img/bolsa_menu_abertura_fundo_tela.jpg') no-repeat;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.minimum {
	font-size: 0.50rem;	
}

.list-group-item {
	background-color: transparent !important;
	border: 0 !important;
}

.rotated-text {
	font-size: 12rem;
    transform: rotate(-90deg);
    position: fixed;
    left: -110px;
    bottom: 175px;
	font-weight: 800;
}

.img-fixed-to-bottom {
	position: fixed;
    width: 15rem;
    right: 0;
    bottom: 2%;
}

@media (min-width: 576px) {
	body { font-size: 0.75rem; }	
	.minimum { font-size: 0.50rem; }
}

@media (min-width: 768px) {
    body { font-size: 1.0rem; }
	.minimum { font-size: 0.75rem; }
}

@media (min-width: 992px) {
    body { font-size: 1.25rem; }
	.minimum { font-size: 1.0rem; }
}

@media (min-width: 1200px) {
    body { font-size: 1.50rem; }
	.minimum { font-size: 1.25rem; }
}