﻿.mbr-navbar__section { /*define a cor da barra superior da seção*/
  background: #553982;
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
/*Primary Background Color da barra superior*/
#ext_menu-1.mbr-navbar--stuck .mbr-navbar__section {
	background: #553982;
}
/*Primary Background Color do rodapÃ©*/
.Primary-Background-Color{
	background: #553982;
}
/*Primary Font Color das fontes*/
.Primary-Font-Color{
	color: #ffffff;
}
.Secondary-Font-Color{
	color: #553982;
}
.Title{
	font-family: Abel;
	font-size: 26px;
	font-weight: none;
	font-style: Italic;
	text-transform: uppercase;
	color: #542b8b;
}