body {
  color: #222222;
  font-family: Source Sans Pro;
  font-size: 18px;
  line-height: 1.6;
}

/* Font adjustment For Mobile */
/*@media screen and (max-width: 600px) {
	body {
	  font-family: 'Source Sans Pro';
	}

	h1 {
	  font-family: BadScript;
	  line-height: 1.6;
	}

	h2, h3, h4, h5, h6 {
	  font-family: Merriweather;
	  line-height: 1.6;
	}
}*/
/* END Mobile Adjustment */

/* Added 12/2/2020 */

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: BadScript;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Bad_Script/bad-script-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  	   url('../fonts/Bad_Script/bad-script-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Bad_Script/bad-script-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Bad_Script/bad-script-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Bad_Script/bad-script-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Bad_Script/bad-script-v9-latin-regular.svg#BadScript') format('svg'); /* Legacy iOS */
  line-height: 1.6;
}

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-v22-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}

/* End Add */

h1 {
  font-family: BadScript;
  line-height: 1.6;
}

h2, h3, h4, h5, h6, h7, h8, h9 {
  font-family: Merriweather;
  line-height: 1.6;
}

h1 {
  font-size: 40px; /* Banner */
  line-height: 1.4;
  text-transform: uppercase;
}
h2 {
  font-size: 30px; /* Banner */
}
h3 {
  font-size: 30px; /* 21px - Not in Banner */
}
h4 {
  font-size: 13px; /* Icons */
  margin-bottom: 20px;
}
h5 {
  font-size: 40px; /* Give */
}
h6 {
  font-size: 26px; /* Our Team */
}
h7 {
  font-size: 24px; /* Added JL 11/19/2021 */
}
h8 {
  font-size: 40px; /* Holiday */ 
}
h9 {
  font-size: 18px; /* Give Sub headings */
  margin-bottom: 20px;
  display: block;
}
p {
  margin-bottom: 1em;
}
a {
  color: #5dab09;
  text-decoratwion: none;
}
a:hover, a:active {
  color: #5dab09;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #bdbdbd;
}
.divider {
  border-top: 1px solid #dddddd;
  padding-top: 40px;
}
.heading-divider {
  border: 0;
  border-top: 1px solid #222222;
  margin: 20px 0 30px;
  width: 80px;
}
.voffset1 {
  margin-top: 5px;
}
.voffset2 {
  margin-top: 10px;
}
.voffset3 {
  margin-top: 15px;
}
.voffset4 {
  margin-top: 30px;
}
.voffset5 {
  margin-top: 40px; /* 40px */
}
.voffset6 {
  margin-top: 60px;
}
.voffset7 {
  margin-top: 80px;
}
.voffset8 {
  margin-top: 100px;
}
.voffset9 {
  margin-top: 150px;
}
.voffsetbottom {
  margin-bottom: 40px;
}
.btn-primary, .btn-primary:active {
  background-color: #7CC04A;
  border: none;
  border-radius: 4px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  min-width: 200px;
  padding: 16px;
}
.btn-secondary, .btn-secondary:active {
  background-color: #E3B115;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  min-width: 200px;
  padding: 16px;
}
.btn-primary:hover {
  background-color: #5e9735; /* << This is making the button look like a different color */
}
.btn-secondary:hover {
  background-color: #5e9735;
  color: #ffffff;
}
.btn-primary:active:hover {
  background-color: #5e9735;
}
thead {
  background-color: #dddddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 15px;
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
  border-radius: 0;
}
.panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-radius: 0;
}
.thumbnail {
  border-radius: 0;
}
.panel {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 40px;
}
.mypic {
  margin: -75px 0 0px 10px;
  position: absolute;
  z-index: 100;
  width: 300px;
}
.navbar-brand {
  float: left;
  height: 50px;
  margin-left: -25px;
  padding: 0px 25px; /*  12px 25px  */
}
.navbar-brand img {
  width: 250px; /* 120  */
}
.navbar-default {
  background-color: rgba(255, 255, 255, .9);
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: -10px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-default .navbar-nav>li>a {
  color: #222222;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 15px 25px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #666666;
  background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav>li>a.btn-nav {
  background-color: #FFC104;
  color: #ffffff;
  font-weight: bold;
  margin-left: 20px;
  padding-left: 45px;
  padding-right: 45px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); /* added 11/152021 JL */
}
.navbar-default .navbar-nav>li>a.btn-nav:hover {
  background-color: #EBB800;
  color: #ffffff;
}
.dropdown-menu {
  padding: 10px 0;
}
.dropdown-menu>li>a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 10px 20px;
}
.nav-tabs>li>a {
  margin-top: 10px;
  padding-bottom: 20px;
  border: none;
  color: #222222;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
  border: none;
  border-bottom: 2px solid #FFC104;
  color: #222222;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
  background: none;
  border-bottom: 2px solid #222222;
  color: #222222;
}
.hero {
  height: 500px;
  background: url(https://heeduganda.org/img/Boy.png) center center no-repeat;
  /* background: url(https://heeduganda.org/img/homepage-hero.jpg) center center no-repeat; */
  margin: 0 auto;
  position: relative;
}
.hero-text {
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 0, 0, .6);
  width: 33.33%;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 8%;
}
.hero-headline {
  text-transform: none;
}
.hero-text p {
  font-size: 20px;
  line-height: 1.4;
}
.banner {
  position: relative;
}
.banner h1 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  text-shadow: 0 0 25px rgba(0, 0, 0, .7);
}
.banner-text {
  position: absolute;
  top: 49%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.banner img {
  width: 100%
}
.panel {
  background-color: transparent;
}
#row {
  margin-top: 10px;
  margin-right: -15px;
  margin-left: -15px;
}
.pull-left {
  padding-right: 5px;
}
.btn-trans {
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
  border-color: #fff;
}
.btn-trans.btn:hover, .btn-trans.btn:focus, .btn-trans.btn.focus {
  color: #5dab09;
  text-decoration: none;
}
.iconimg {
  padding: 40px 5px 5px;
  display: block;
}
.iconimg>img, .iconimg a>img {
  margin-right: auto;
  margin-left: auto;
}
.img-responsive {
  padding: 0 10px 0px 0; /* 0 10px 10px 0; */
  float: left;
}
.thumbnail {
  position: relative;
  width: 100%;
  min-height: 220px;
  border: none;
}
.thumbnail:hover {
  opacity: .9;
}
.caption {
  position: absolute;
  top: 49%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  width: 100%;
}
.caption p {
  margin-bottom: 0;
}
.caption a {
  color: #ffffff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 13px #000000;
}
.caption a:hover {
  text-decoration: none;
}
.block-row {
  padding: 0 15px;
}
.block {
  min-height: 192px;
  padding: 15px;
  text-align: center;
}
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h4 { /* Change Icon text size here  */
  text-transform: uppercase;
  font-size: 13px; /* 14px */
  font-weight: normal
}
.marketing a, .marketing a:hover, .marketing a:active {
  color: #222222;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.pgcolor {
  background-color: rgba(255, 194, 102, .8);
  padding-bottom: 20px;
}
.pgcolor2 {
  background-color: #F3F1EA;
  padding-bottom: 40px;
}
.pgcolor3 {
  /* Giving page Gray */
  background-color: #f7f7f7;
  padding-bottom: 20px;
}
.videocolor h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.iconpadding {
  padding-bottom: 40px;
}
.navbar-footer {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 15px;
  right: 0;
  left: 0;
  margin: 100px 0 0 0;
  padding-top: 40px;
  z-index: 1030;
}
.navbar-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar-footer li a {
  color: #222222;
}
.give-block {
  padding: 0px 0; /* 40px */
}
.give-block img {
  margin-top: 10px;
}
.give-block .btn-primary {
  margin: 10px 0 20px;
}
.give-form {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 25px;
  padding: 20px;
}
.give-form table {
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #ffffff;
  font-size: 15px;
}
.give-form th, .give-form td {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
}
.give-form th:first-of-type, .give-form td:first-of-type {
  text-align: left;
}
.engage-link {
  min-height: 140px;
  margin-right: 10px;
  padding: 45px 15px 15px;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
@media only screen and (max-width: 900px) {
  .hero-text {
    width: 100%;
    left: 0;
    padding: 0 20px;
    text-align: center
  }
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}
#dropdown {
  width: 300px;
}

#newsletter {
  list-style-type: none;
}

/* DivTable.com */
.divTable{
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  border: 0px solid #999999;
  display: table-cell;
  padding: 0px 10px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}

/* Color Splash */
.ColorBackground {
  background-color: #FFC104;
  padding: 10px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); /* Use this MORE!!! */
}
.green {
  color: green; /* Never do this! - But, yes it works JL 11/20/2021 - */
}
.give-form-2 {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0px;
  margin-top: 0px;
  padding: 10px;
}

/* Give Page HEED AD's */

/* (B) RESPONSIVE IMAGE */
.textcenter img { width: 100%; }
.textcenter img { opacity: 0.7; } /* OPTIONAL */
.textcenter { max-width: 250px; } /* OPTIONAL */

/* (C) CENTER TEXT ON IMAGE */
.textcenter { 
  position: relative;
}
.textcenter figcaption {
  position: absolute;

  /* VERTICAL CENTER */
  top: 50%;
  left: 0px; /* 35 */
  padding-top: 90px;

  /* HORIZONTAL CENTER */
  width: 100%;
  text-align: center;

  /* COSMETICS */
  color: darkgrey;
  font-size: 22px;
  font-weight: 700;
}

/* This moves the Text of the <Ad> down to be inline with the img */
.ad-center p { padding-top: 100px; } /* OPTIONAL */

/* END Give Page HEED AD's */