@charset "utf-8";
/* CSS Document */




.font1-5 {
	font-size:1.5em;
}

.footrUl {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.footerLi {
	float: left;
}
.footerLi a {
	display: block;
	color: white;
	text-align: center;
	padding: .5em;
	text-decoration: none;
}
.footerBG {
	background-image: url("../images/footerBG.png");
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: cover;
	padding: 3em;
	background-color: #000;
	height: 30em;
}
.homeConference, .homeBanner, .homeScholarships, .homeLeadership, .homeAbout {
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: cover;
	padding: 3em 3em 0em 3em;
	height: 100vh;
	overflow: auto;
}
@media screen and (max-width: 575.98px) {
.homeConference, .homeBanner, .homeScholarships, .homeLeadership, .homeAbout {
	padding: 3em 0em 0em 0em;
}
}
.homeAbout {
	background-image: url("../images/homeAbout.png");
}
.homeLeadership {
	background-image: url("../images/homeLeadership.png");
}
.homeScholarships {
	background-image: url("../images/homeScholarships.png");
}
.homeConference {
	background-image: url("../images/homeConference.png");
}
.homeBanner {
	background-image:url("../images/banner.png")
}
.bannerLeadership, .bannerAbout, .bannerScholarships, .bannerOMU, .bannerContact {
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: cover;
	padding: 5em 3em 0em 3em;
	height: 34vh;
	overflow: auto;
	color:#fff;
}
.bannerLeadership {
	background-image:url("../images/bannerLeadership.png");
	background-repeat:no-repeat;
}
.bannerAbout {
	background-image:url("../images/bannerAbout.png");
	background-repeat:no-repeat;
}
.bannerScholarships {
	background-image:url("../images/bannerScholarships.png");
	background-repeat:no-repeat;
}
.bannerOMU {
	background-image:url("../images/bannerOMU.png");
	background-repeat:no-repeat;
}
.bannerContact {
	background-image:url("../images/bannerContact.png");
	background-repeat:no-repeat;
}
.transBG {
	background-image: url("../images/transBG.png");
	background-repeat: repeat;
	padding: 2em;
}
.btnLearn {
	background-color: #feba30;
	padding: 1em;
	width: 100%;
	font-weight: bold;
	border: none;
	color: #000;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.btnLearn:hover {
	background-color: #fff;
	padding: 1em;
	width: 100%;
	font-weight: bold;
	border: none;
	color: #000;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.btnDonate {
	background-color: #feba30;
	padding: 0em 1em 0em 1em;
	width: 100%;
	font-weight: bold;
	border: none;
	color: #000;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.sectionTitle {
	font-size:6em;
}
.sectionSub {
	font-size:3em;
}
h1 {
	font-size:4em;
}
h2 {
	font-size:2em;
}
@media screen and (max-width: 767.98px) {
h1 {
	font-size:3em;
}
}
 @media screen and (max-width: 575.98px) {
h1 {
	font-size:2.3em;
}
}
.soupCopy {
	width:25em;
	height:auto;
}
.bannerCopy {
	width:20em;
	height:auto;
}
.headerCopy {
	width:25em;
	height:auto;
}
.bioPicPosL {
	text-align:center;
}
.bioPicPosR {
	text-align:center;
}
.bioPicPosC {
	text-align:center;
}
 @media (min-width: 576px) {
.soupCopy {
	width:15em;
	height:auto;
}
.headerCopy {
	width:35em;
	height:auto;
}
}
 @media (min-width: 768px) {
.soupCopy {
	width:25em;
	height:auto;
}
.bannerCopy {
	width:6em;
	height:auto;
}
h1 {
	font-size:2em;
}
.headerCopy {
	width:18em;
	height:auto;
}
}
 @media (min-width: 992px) {
.soupCopy {
	width:43em;
	height:auto;
}
.bannerCopy {
	width:25em;
	height:auto;
}
.headerCopy {
	width:45em;
	height:auto;
}
.bioPicPosL {
	text-align:left;
}
.bioPicPosR {
	text-align:right;
}
.bioPicPosC {
	text-align:center;
}
}
 @media (min-width: 1200px) {
.soupCopy {
	width:33em;
	height:auto;
}
.bannerCopy {
	width:20em;
	height:auto;
}
.headerCopy {
	width:40em;
	height:auto;
}
}
.padding1 {
	padding:1em;
}
.padding2 {
	padding:2em;
}
.padding05 {
	padding:.5em;
}
.padding0110 {
	padding:0em 1em 1em 0em
}
.flip-card {
	background-color: transparent;
	width:100%;
	height: 350px;
	perspective: 1000px;
}
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flip-card-front {
	color: black;
}
.flip-card-back {
	color: white;
	transform: rotateY(180deg);
}
.flip-card-front img, .flip-card-back img {
	width:350px;
}
.status-msg {
	color:#feba30;
}
.aboutLImgs {
	width:100%;
	height:auto;
	text-align:center;
}
.aboutRImgs {
	width:100%;
	height:auto;
	text-align:center;
}
 @media (min-width: 992px) {
.aboutLImgs {
	width:60%;
	height:auto;
	float:left;
	padding:.5em 1em .5em 0em
}
.aboutRImgs {
	width:60%;
	height:auto;
	float:right;
	padding:.5em 0em .5em 1em
}
}
