h3, h4, p, a{
  font-weight: 200;
  letter-spacing: 2px;
}

#top-nav {
  height: 65px;
}

#top-nav ul{
  padding: 10px 30px 0px 0px;
  
}

#org-name{
  font-size: 1.2rem;
}

#top-bar-ul, #top-bar-ul li a{
  background-color: #277A6B;
  font-weight: lighter;
  letter-spacing: 2px;
}

#top-nav ul li{
  background-color: none;
}

#top-nav ul li a{
  text-transform: uppercase;
  color: #F3F0F0;
  padding-bottom: 6px;
}

#top-nav ul li a:hover{
  border-bottom: 3px white solid;
}

#top-nav ul h3{
  text-transform: uppercase;
  padding: 10px 0px 0px 0px;
  padding-left: 1.5em;
  text-align: baseline;
  color: #F3F0F0;
}

#top-nav ul h3 a{
  color: #F3F0F0;
  
}

#org-name{
  letter-spacing: 1px;
}

.example-orbit img {
  width: 100%;
  height: auto;
}

.example-orbit li div h3{
  font-weight: lighter;
  letter-spacing: 2px;
}

.orbit-bullets-container{
  margin-top: -3em;
}

.orbit-container{
  height: auto;
}

.orbit-caption h3{
  padding: .8em 0em .8em 1.5em;
  font-weight: 300;
  color: #F3F0F0;
}

.feature-section{
  margin-top: -1em;
}

.featured-grants a{
  color: white;
  text-decoration: none;
}
.margin-top-20px{
  margin-top: 20px;
}

.margin-top-40px{
  margin-top: 40px;
}

.dark-turqouise{
  background-color: #277A6B;
  color: #F3F0F0;
}

.dark-turqouise p{
  font-weight: thin;
}

.padded-section{
  padding: 4em 0em;
}

.warren-quote{
  margin-top: 3em;
  /*display: inline-block; 
  float: right; 
  width: 66%; 
  position: relative; 
  padding: 7em 3em;*/

}

.founder-feature{
  height: 100%;
}

.founder-photo{
  float: center;
}

/*.founder-feature div:first-child{
  float: left; 
  width: 34%; 
  position: relative;
}*/

.warren-quote h4:first-child{

  line-height: 2em;
  font-style: italic;
  display: inline;
  position: relative;
  color: #F3F0F0;
  font-weight: 100;
}

.photo-banner img{
  width: 100%;
  margin: 0 auto;

}

.bio-section img {
  width: 200px;
  border-radius: 100px;
}

/* Grants page */

.featured-grantees .row {
  margin: 20px auto;
}
.featured-grantees .row img {
  width: 150px;
  border-radius: 75px;
  margin-top: 20px auto;
}
.recent-grantees h3 {
  text-align: center;
  margin-bottom: 20px;
}
.recent-grantees ul {
  line-height: 2;
  letter-spacing: 1.5px;
  padding: 10px 0px;
}
 .recent-grantees ul li {
    text-align: center;
   list-style-type: none;
   padding: 5px 0px;
}
/*Contact page */
label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

form {
    left: 0px;
    /*margin:0 auto;

    width: 45%;*/
    width:390px;
}

input, textarea {
    /*width:45%;*/
    width: 390px;
    height:27px;
    background:white;
    border:0;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

textarea {
  height: 125px;
  background:white;
  font-family: helvetica;
  letter-spacing: 1.2;
}


input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

form input, input[type="name"], input[type="email"], input[type="text"], textarea {

  background-color : #F3F0F0; 

}

#submit2 {
    color: white;
    width:127px;
    height:50px;
    background:#504a46;
    font-size: 1em;
    /*text-indent:-9999px;*/
    border:none;
    margin-top:20px;
    cursor:pointer;
}

  #submit2:hover {
      opacity:.9;
  }

.map-holder {
  text-align: center;
}
.map{
  margin-top: 10px;
  border-radius: 5px;
  width: 70%;
}

  /*footer*/

footer div{
  background-color: #F3F0F0;
  color: #504A46;
  
}

footer div p{
  margin: 20px 0px 20px 0px;
}