@charset "UTF-8";

@font-face
{
  font-family: Coda;
  src: url('../fonts/Coda-Regular.ttf');
}

@font-face
{
  font-family: Calibri-EXT;
  src: url('../fonts/Calibri-Regular.ttf');
}

html
{
	scroll-behavior: smooth !important;
}

.bodystyle
{
	background-color: white !important;
}

.logoheader
{
	background-color: #2c2c54 !important;
}

.navccolor
{
	background-color: #40407a !important;
}

.imagetittle
{
	font-size: 18px !important;
	letter-spacing: 1px;
	color: white !important;
	font-family: Coda;
}

.linkstyle
{
	font-size: 16px !important;
	letter-spacing: 1px;
	color: white !important;
	cursor: pointer;
	font-family: Coda;
}

.dropmenustyle
{
	background-color: #40407a !important;
	border: none;
	border-radius: 0;
}

.dropitemstyle
{
	font-size: 14px !important;
	letter-spacing: 1px;
	font-family: Coda;
	background-color: none;
	color: white;
}

.dropitemstyle:active
{
	background-color: #e9ecef !important;
	color: black !important;
}

.jumbocus
{
	border-radius: 0px; 
	background-color: white;
}

.cardcus
{
	border: 1px solid #2c2c54 !important;
	border-radius: 0;
	font-size: 14px;
	width: 250px;
	vertical-align: top;
}

.cardimgcus
{
	border-radius: 0 !important;
}

.cardhcustom
{
	/*height: 160px !important;*/
}

.buttoncus
{
	border: 1px solid #40407a;
	color: #40407a;
}

.buttoncus:focus
{
	outline: none !important;
	box-shadow: none !important;
	background-color: #40407a !important;
	border: 1px solid #40407a !important;
	color: white;
}

.buttoncus:hover
{
	background-color: #40407a;
	border: 1px solid #40407a;
}

.adownload
{
	color: white;
}

.adownload:hover
{
	text-decoration: none;
	color: white;
}

.adownload:visited
{
	color: white;
}

.familytitle
{
	font-size: 35px !important;
	letter-spacing: 1px;
	font-family: Coda;
}

.cfooter
{
	background-color: #2c2c54 !important;
}

.footertext
{
	color: white;
	font-size: 15px !important;
	font-family: Coda;
}

.f1
{
	width: 280px;
	margin: 0 auto !important;
}

.f2
{
	width: 200px;
	margin: 0 auto !important;
}

.f3
{
	width: 250px;
	margin: 0 auto !important;
}

.pcus
{
	font-family: Calibri-EXT;
	font-size: 17px;
}

.whatsapp
{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}