/* Enter Your Custom CSS Here */

body {

    font-size: 18px;
  font-weight: 300;
}

#about ul {
  line-height: 1.4em;
}

#contact h1 {
  font-family: "Montserrat";
  text-transform: uppercase;
}

@media only screen and (max-width: 980px) {
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content
   {
  	width: 100%;
	max-width: 100%;
    margin: 0 auto;
}
 #et_mobile_nav_menu {
    display: none;
  }
  
   #main-header {
    display: none;
  }
  
}

#footer-info {
    font-size: 15px;
}

/* Twitter Widget */
.et_pb_blurb h4 {
  padding-top: 5px;
}

/* Donation Button */
.give-custom-amount-text, .give-form-title {
  display: none;
}

.give-btn {
  display: block;
  font-size: 18px;
  border: 1px solid #4D4877;
  padding: 0.5em 1em;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  border-radius: 3px;
  background: #4D4877;
  color: #fff;
}

#give-donation-level-radio-list label {
  color: #000;
  font-weight: bold;
}
  