/*New Corporate Design 2013 with Inter as font*/

*{
	font-family: Inter, Arial !important;
}

body{
	font-family: Inter, Arial !important;
	font-size: 1.1rem;
}

/*Change header and top_bar to new EG CD light blue (#2870ED) */

.nav_header{
	background-color: var(--bg) !important;
}

.top-bar{
	background-color: var(--bg) !important;
}

/* Footer background-color (--footer-bg: #0b1f42 (Darker blue) and text color: white*/

.footer{
	background-color: var(--footer-bg) !important;
	margin-top: 3rem;
}

.footer_inner{
	color: #ffffff;
	font-size: 16px;
}

html{
	--bg: #2870ED;
	--footer-bg:#0b1f42;

}

.tile{
	background-color: var(--bg) !important;
    color: #ffff !important;
}

/*Position of the EGP logo*/
.logo2{
	height: 60px;
	position: absolute;
}

.content{
	margin-top: 3%;
}

/*Button look*/
.icon-tile {
    border-width: 2px;
    border-radius: 4px !important;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
}

