:root {
	--primary: #3e3e98;
	--secondary: #ff5c01;
	--light: #cacaca;
	--medium: #a1a1a1;
	--mediumtext: #717171;
	--corlogo: #ad3f3a;

	font-family: 'Open Sans', sans-serif;
			color: white;
			font-size: 14px;
			/*text-transform: uppercase;*/
			font-weight: 700;
			line-height: 50px;
			width: 100%;
			margin: auto;
}