body {
  background-color: #ffffff;
}

img {
  padding-bottom: 5px;
}

ul {
  text-decoration: none;
}

p > a {
  color: #0000e8;
}

p > a:hover {
  color: #000000;
}

.centered {
  text-align: center;
}

.img_bio {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.heart_img {
  padding: 10px;
  width: 200px;
}

.logo_img_rect_reg {
  width: 250px;
  vertical-align: bottom;
}

.logo_img_rect_thin {
  width: 350px;
  vertical-align: bottom;
}

.logo_img_square {
  width: 150px;
  vertical-align: bottom;
}

.row.wide {
  max-width: 100%;
}

.row > .large-3 > .panel {
  background-color: #ffffff;
}

.panel {
  background-color: #C2D1E0;
}

.hover.panel {
  background: rgba(255,255,255,0);
}

.hover.panel:hover {
  background: #C2D1E0;  /*173, 194, 214 ADC2D6 f2f2f2*/
}

.top-bar {
  background-color: #336699;
}

/*
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em/";
  width: 40.063em;
}

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible;
  }
}
*/

.orbit-container .image-text img {
  display: inline-block;
}

.image-text {
  margin-right: 100px;
  padding-right: 100px;
}

.image-text h5 {
  position: absolute;
  top: 30px; /* Change the vertical position here */
  left: 0;
  width: 95%;
  color: #ffffff;
}

.image-text span {
  float: right;
  clear: right;
  color: #CAA921; /* Change font color here */
  background-color: rgba(0, 0, 0, 0.5); /* Change the transparent text background here */
  padding: 3px 10px;
}

.image-text a {
  color: #ffffff;
}

.image-text a:hover {
  color: #000000;
}

.panel {
  border-style: none;
}

#logo {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 100;
}

#banner1 {
  background-color: #ffffff;
  padding-top: 10px;
}

#banner1 p {
  text-align: right;
  font-size: 115%;
}

#banner1 h3 {
  text-align: right;
  font-weight: bold;
}

#banner2 {
  background-color: #336699;
  padding: 10px;
  margin-bottom: 10px;
}

#banner2 h5 {
  color: #ffffff;
}

#banner3 {
  background-color: #993333;
  padding: 10px;
}

#banner3 h5 {
  color: #ffffff;
}

#footer {
  background-color: #336699;
  color: #ffffff;
/*  position: fixed;
  bottom: 0;*/
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  color: #000000;
}

#footer h5 {
  color: #ffffff;
}

#slideshow {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

#slideshow .orbit-container {
  width: 100%;
  height: 100%;
}

#slideshow .orbit-slides-container {
  width: 100%;
  height: 100% !important;
}

#slideshow .orbit-slides-container li {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Transparent Box *

.transbox {
  width:400px;
  height:180px;
  margin:50px 70px;
  background-color:#ffffff;
  border:1px solid black;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier *
  }

.transbox p {
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
  }

.row > .large-12 > .large-centered > .columns {
  color: #ffffff;
}
*/
