@charset "UTF-8";
/* CSS Document */
body, html {
  height: 100%;
}
.bg {
  /* The image used */
  background-image: url("../images/iggsoftbg.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button {
  background-color: #10618e;
  color: #ffffff;
  border: solid 1px #ffffff;
  padding: 8px 15px;
}

.banktivity_herotext2 {
  font-size: 30px;
  font-weight: bold;
}


.download_banktivity {
  background-color: #bf582f;
  color: #ffffff;
  border: solid 1px #ffffff;
  padding: 1px 15px;
  margin-top: 10px;
	font-size: 30px;
}

.banktivity_footer {
  background-color: #0000005c;
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  padding: 30px 0px 30px 0px;
}

.banktivity_footer_aboutigg {
  background-color: #0000005c;
  bottom: 0px;
  color: #ffffff;
  padding: 30px 0px 30px 0px;
}

.sub_div {
  position: absolute;
  bottom: 0px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
}
.sub_div_note {
	text-align: center; 
}

.mainmenu, .sub_div_note a {
	color: #ffffff;
	text-decoration: none;
}

.mainmenu:hover, .mainmenu:visited, .sub_div_note a:hover, .sub_div_note a:visited {
	text-decoration:underline;
	color: #ffffff;
}


  	.body-text {
		display:block;
		text-align: center;
		padding: 200px 0px 200px 0px;
		color: #ffffff;
	}
	
	
	.banktivity_herotext1 {
	  font-size: 28px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	
	.banktivity_herotext2 {
	  font-size: 40px;
		line-height: 45px;
		margin-bottom: 10px;
		
	}
	

.learnmore {
	text-decoration: none;
	color: #ffffff;
}

.learnmore:hover {
	text-decoration: underline;
	color: #ffffff;
}

.btn-outline-info {
	border-radius: 20px;
	border: 2px solid #cc653d;
	background-color: #cc653d;
	color: #ffffff;
}

.btn-outline-info:hover {
	border-radius: 20px;
	border: 2px solid #cc653d;
	background-color: #ffffff;
	color: #cc653d;
}


.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgb(204 102 61 / 37%);
}



/* About Page */
.aboutbg {
  /* The image used */
  background-color: #55616e;
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-body-header {
	background-color: #55616e;
	color: #ffffff;
	padding: 70px 0px 70px 0px;
}

.banktivity_about_herotext1 {
	  font-size: 14px;
		line-height: 16px;
		margin-bottom: 5px;
	}
	
.banktivity_about_herotext2 {
	  font-size: 14px;
		line-height: 16px;
		margin-bottom: 10px;
		
}

.about-body-desc {
	background-color: #f2f2f2;
	padding: 30px 0px 30px 0px;
	text-align: center;
	color: #34609d;
}

.about-body-bio-desc {
	background-color: #f2f2f2;
	padding: 0px 0px 30px 0px;
	text-align: center;
	color: #34609d;
}

.igg-team {
	font-size: 18px;
	font-weight: bold;
}


.igg_leaders {
	text-align: left;
	color: #000000;
	margin-bottom: 10px;
}


.leader-name {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}


.leader-bio {
	font-size: 16px;
	padding-top: 10px;
}

.igg_leaders_wrapper{
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	height: 100%;
}

.bio_wrapper {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

.bio_wrapper > .igg_leaders {
	display: flex;
  flex-direction: column;
}


