@font-face {
    font-family: GillSans;
    src: url(https://459initiative.com/wp-content/themes/font/GillSansStd.otf) format("opentype");
    font-weight: normal;
}

body {
	font-family: 'GillSans'!important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'GillSans'!important;
}

p {
	font-family: 'GillSans'!important;
}

.home-text {
	position: absolute;
	top: 250px;
	z-index:10000;
}

.footer-image {
	width: 100vw;
	margin-left: 0px;
	padding-left: 0px;
	left: -5vw;
	bottom: -24px;
	position: relative;
	z-index: 100;
}

#popover {
	position: fixed;
	max-height: none!important;
	max-width: none!important;
	width: 100vw;
	height: 100vh;
	top: -24px;
	left: 0px;
	background-color: rgba(42, 62, 96, 0.9);
	z-index: 50;
	display: none;
}

#bio-container {
	margin-left: 10vw;
	margin-right: 10vw;
	margin-top: 10vh;
	margin-bottom: 10vh;
	max-height: none!important;
	max-width: none!important;
	width: 80vw;
	height: 80vh;
	background-color: white;
	z-index: 100;
}

#bio-content {
	height: 100%;
	width: 100%;
	text-align: center;
}

#bio-text {
	display: inline-block;
	vertical-align: top;
	margin-left: 5%;
	margin-right: 5%;
	overflow: scroll;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	width: 40%;
	height: 90%;
	padding-bottom: 5%;
	color: #293d61;
}

#roles2{
	display: none;
}

#bio-text::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

@media only screen and (max-width: 1080px) {
	/* For Mobile */
	#bio-text {
		width: 90%;
		min-height: calc(100% - 100vw);
		height: 35%;
	}
	#roles {
		display: none;
	}
	#roles2 {
		display: block;
	}
	.home-text {
		top: 150px;
	}
}

#bio-photo {
	width: 400px;
	max-width: 100%;
	display: inline-block;
	padding-top: 5%;
}

#roles {
	color: #293d61;
	overflow: scroll;
}

#text-descript {
/* 	overflow-y: scroll; */
	text-align: left;
}

img.bio {
	width: 94%;
	height: auto;
	border-radius: 50%;
	padding: 2%;
}

.bioHead1:hover {
  cursor: pointer;
}

.hr-block:hover {
	cursor: pointer;
	border-color: white;
}

.aFooter a:link {
	text-decoration: none;
}

.aFooter a:hover{
/* 	color: #F9B50B; */
	color: white!important;
}

.aHeader a:hover{
	color: #F9B50B!important;
	text-decoration: none!important;
}

