body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #000;
  }
  h1 {
      font-size: 30px;
      color: #8a1538;
      
  }
  h2 {      
      font-size: 15px;
      font-weight: bold;
      color: #FFFFFF;
  }
  h4 {
      margin: 10px 0 30px 0;
      letter-spacing: 10px;      
      font-size: 20px;
      font-weight: bold;
      background-color: #8A1538;
      color: #111;
  }
  h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 0.8em;
	color: #006699;
	font-weight: bold;
  }
  h5 {
     font-family: Arial, Helvetica, sans-serif;
      margin: 10px 0 30px 0;      
      font-size: 20px;
      font-weight: 400;
      color: #111;
  } 
  .bold {
	font-weight: bold;
	color: #000000;
  }
  .custom {
             color: #8A1538;
              font-weight: bold;
  }
  .custom:hover {
              color: #23527C;
  }			  
  .chxm {
             color: #ff0000;
              font-weight: bold;			  
  }
  .w3-border-tarp {
    border-color: #8A1538
  }
  .w3-rightbar {
    border-right: 1px solid #808080 !important
  }
  .w3-leftbar {
    border-left: 1px solid #808080 !important;
  }
  .w3-bottombar {
    border-bottom: 1px solid #808080 !important;
  }
  .w3-topbar {
    border-top: 1px solid #808080 !important;
  }
  .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
  } 
  .container {
      padding: 80px 10px;
  }
  .dropbox_left {
      float: left;
      padding-top: 7px;
      padding-left: 0px;
      padding-bottom: 20px;
      padding-right: 20px;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 20px;
      margin-bottom: 20px;
      background-color: white;
  }
  .dropbox_left img {
      display: block;
  }
  .dropbox_right {
      float: right;
      padding-top: 7px;
      padding-left: 20px;
      padding-bottom: 0;
      padding-right: 0px;
      margin-top: 0px;
      margin-left: 20px;
      margin-right: 00px;
      margin-bottom: 20px;
      background-color: white;
  }
  .dropbox_right img {
      display: block;
  } 
  .foot-logo  {
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	text-align: left;
	font-size: 15px;
  }
   .foot-logo-small  {
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	text-align: left;
	font-size: 100%;
    line-height: 1.6875;
  }
   @media only screen and (max-width: 700px) {
        .foot-logo-small {
         font-size:50%;
    }
  }
  .person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.7;
  }
  .person:hover {
      border-color: #f1f1f1;
  }
  .carousel-inner img {
      -webkit-filter: grayscale(90%);
      filter: grayscale(90%); /* make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
  }
  .carousel-caption h3 {
      color: #fff !important;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  .bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail p {
      margin-top: 15px;
      color: #555;
  }
  .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }
  .donate {
      padding: 8px 10px;
      background-color: #ff0000;
      color: #f1f1f1;
      text-align: center;
      font-size: 16px;
      border-radius: 8px;
      transition: .2s;
  }
  .donate:hover, .btn:focus {
 /*     border: 2px solid #333;   */ 
      background-color: #ff3333;
      color: #000;
  }
  .modal-header, h4, .close {
      background-color: #8A1538;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-header, .modal-body {
      padding: 40px 50px;
  }
  .nav-tabs li a {
      color: #777;
  }
  #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  } 
  .navbar {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;                        
      background-color: #173679;          /*      Aircraft Blue     */
 /*    background-color: #2d2d30; -->  <!-- Black -->  */
      border: 0;
      font-size: 11px !important;
      font-weight: bold;
      letter-spacing: 4px;
      opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
      color: #fff !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .navfoot {
      font:600 18px/15px 'Open Sans',sans-serif;
      margin-top: 90px;
      margin-bottom: 0;
      background-color: #8A1538;
      border: 0;
      font-weight: normal;
      letter-spacing: 1px;
      opacity: 0.9;
  }
  .navfoot li a, .navfoot .navfoot-brand { 
      color: #d5d5d5 !important;
  }
  .navfoot-nav li a:hover {
      color: #ff3333 !important;
      border-bottom-width: 2px;
      border-bottom-style: solid; 
  }
  .navfoot-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navfoot-default .navfoot-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
  .dropdown-menu li a:hover {
      background-color: red !important;
  } 
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }
  #footer {
        text-align: center;
        width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    background-color: #CEDCDC;
	border: 1px solid #666666;
	clear: both;
	background-color: #8A1538;
	height: 150px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
	border-top: 1px solid #006699;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
  }
  .footer-style {
      border-left-width: 2px;
      border-left-style: solid;
      border-right-width: 2px;
      border-right-style: solid;
      padding-left: 4px;
      padding-right: 4px;
  } 