@font-face{ 
    font-family:"calibri";
    src: url("calibri.ttf");
}
@font-face{ 
    font-family:"calibriStrong";
    src: url("calibrib.ttf");
}
@font-face{
    font-family:"proximas";
    src: url("proxima.ttf");
}

body, html{
	margin:0;
	padding:0;
	font-family: 'calibri','Times New Roman', 'Rubik';
	font-size: 20px !important;

}
.header{
	border-top:1px solid white;
	background:white;
	color:#333;
	height:70px;
	width:100%;
	font-family: 'proximas';
	text-align:center;
}
.center{  
	text-align:center !important; 
}
.right{
	text-align:right;
}
.font-orange{
	font-family: "calibriStrong";
	color: #552362 !important;
}
.background-orange{ 
	background-color: #552362 !important;	
	color:#fff;
	border-style: solid;
	border-color:red;
}
.background-orange:hover{ 
	background-color: #5B276C !important;	
	color:#fff;
	border-style: solid;
	border-color:red;
}
.font-orange-footer{
	color:#CBB8DB !important;
}
.font-light{
	font-weight: normal !important;
}
.quoted-div{

	
}
.top-separator{
	padding-top: 10px;
}
.menu-separator{
	background-image: url('img/MenuSeparator.png');
	background-repeat: no-repeat;
	margin-left:3px;
	margin-right: 3px;
}
.white{
	color: #fff !important;
	text-shadow: black 0.1em 0.1em 0.2em !important;
}
.link-white{
	color: #fff;
}
.nav-item:hover{
	border-style: hidden;
	border-bottom-style: solid;
	border-color: #CBB8DB;
	border-bottom-width: 10px;
	height: 48px !important;
}

.active{
	border-style: hidden;
	border-bottom-style: solid;
	border-color: #CBB8DB;
	border-bottom-width: 10px;
	height: 48px !important;
	color:black !important;
}
.black{
	color: #000;
	text-shadow: black 0.1em 0.1em 0.2em !important;
}
.ImgChart{
	width:100% !important;
}
.mobile{
	display: none !important;
}
.desktop{
	display: block !important;
}
@media screen and (max-width:990px) {
	
	.ImgChart{
		width:100% !important;
		height: 100% !important;
	}
	.desktop{
		display: none !important;
	}
	.mobile{
		display: block !important;
	}
}
.align-left{
	text-align: left;
}
.padding-5{
	padding:5px !important;
}
.padding-10{
	padding: 10px !important;
}
.top-10{
	padding-top: 10% !important;
}
.small{
	font-size: 14px;
}
.medium{
	font-size:19px;
}
.large{
	font-size:22px;
}
.bold{
	font-weight: bold;
}
.pointer{
	cursor:pointer !important;
}