

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body, td, th, g {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important; /* Inter Light */
}



em { 
    font-style: italic;
}

body,td,th {
    font-size: 14px !important;
    color: #242021 !important;
}


h1 {
    font-size: 24px !important;
}

h2 {
    font-size: 20px !important;
}

h3 {
    font-size: 24px !important;
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important; /* Inter Bold */
}

/* Override W3.CSS Font Families */
.w3-serif, .w3-sans-serif, .w3-cursive, .w3-monospace {
    font-family: 'Inter', sans-serif !important;
}

/* You can remove or comment out the following old font-face declarations */




.banner {
	height: 200px;
	width: 738px;
	position: absolute;
	top: 0;
	z-index: 40;
	background: url('../_images/header.png') no-repeat;
	left: 50%;
	margin-left: -360px;
}

.apDiv1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 95%;
	max-width: 1260px;
	z-index: 5;
}

.apDiv2 {
	position: absolute;
	left: 146px;
	top: 210px;
	width: inherit;
	height: 940px;
	z-index: 5;
	overflow: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: justify;
}

.homepage {
	position: absolute;
	left: 146px;
	top: 210px;
	width: auto;
	height: 940px;
	z-index: 5;
	overflow: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: justify;
}

.media {
	position: absolute;
	left: 146px;
	top: 210px;
	width: 1030px;
	height: 940px;
	z-index: 5;
	overflow: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: justify;
}

#spotlight {
	float: right;
	padding: 25px;
	width: 400px;
	height: auto;
	top: 0px;
	position: relative;
	padding-top: 0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#funding {
	position: relative;
	width: auto;
	height: 100px;
	bottom: 0px;
	padding-top: 135px;
	padding-left: 160px;
}

#funding img{
	margin-right: 30px;
}



@-viewport {
	width: device-width;
}