@charset "utf-8";
/* CSS Document */


  body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #000;
  }
 
  p.heading {
 	font-size:30px;
    color:#990000;
    text-shadow: 1px 2px 1px #000000;
  }
  
  a.prayers {
  font-family:Geneva;
  font-size:20px;
  color:#990000;
  text-decoration:none;
  }
  
  p.lable {
 	font-size:20px;
    color:#000000;
	background-color:#FF8080;
    text-shadow: 1px 1px 1px grey;
	width:300px;
	height:50px;
	margin-left:px;
	padding:10px;
	}
	
  p.lable:hover {
	text-decoration:none;
 	font-size:20px;
    color:#000000;
    text-shadow: 1px 1px 1px white;
	width:300px;
 }

  a:hover {
	text-decoration:none;
 }

 p {
      font-size: 17px;
      color: #000000;
	  font-family:Verdana;
  }
  
  h3, h4 {
      margin: 10px 0 30px 0;
      letter-spacing: 10px;     
      font-size: 40px;
      color: #990000;
      text-shadow: 1px 1px 1px #000000;
  }
 
    h5 {
      margin: 10px 0 30px 0;
      letter-spacing: 5px;     
      font-size: 18px;
      color: #fff;
      text-shadow: 2px 2px 2px #000000;
  }
 
  .container {
      padding: 50px 50px;
  }
  .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(80%); /* make all photos black and white */
      width: 100%; /* Set width to 100% */
      margin: auto;
      -webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
      filter: blur(0px);  }
 
  .carousel-caption h3 {
      color: #fff !important;
  }
 .font_pdf{
    font-size: 24px;
 }
  @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;
  }
  .modal-header, h4, .close {
      background-color: #333;
      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;
      margin-top: 0px;
	  padding-right:30px;
	  padding-top:0px;
	  background-color: #000000;
	  border: 0;
      font-size: 12px !important;
	  letter-spacing: 4px;
      opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
      color: #fff !important;
	  background-color:#333333 !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }





  footer {
      background-color: #2d2d30;
      color: #f5f5f5;
      padding: 32px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  } 
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }
 
  a.back-to-top:hover{
      background:#006699 url("images/top.png") no-repeat center 43%;
  }



/* for pic and box overlay*/

.containers {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 300px;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:#FF8080;
  overflow: hidden;
  width: 300px;
  height: 0;
  transition: .5s ease;
  opacity: 0.9;
  filter: alpha(opacity=80);
}

.containers:hover .overlay {
  height: 100%;
}

.text {
  white-space: nowrap; 
  color:#000000;
  font-size: 20px;
  position: absolute;
  text-shadow:1px 1px 1px #666666;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* slide animation  bottom to top*/
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


/* pin down donations icon*/
  #menu {
    font-family: Montserrat, sans-serif;
    font-size: 12px !important;
    letter-spacing: 4px;
    position: fixed;
    right: 0;
    top: 52%;
    width: 15em;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background:#990000;
    color: white;
    text-align: left;
    border-right: none;
    padding: 0.5em 0.5em 0.5em 2.5em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
  }
  
  #menu li:hover{
  color:black;
  }
  
  #menu a { color: inherit }



  /* Make menu absolute, not fixed, on IE 5 & 6 */
  #menu { position: absolute }
  #menu { position: fixed }

/*  p.stb { text-indent: 0; margin-top: 0.83em }
  p.mtb { text-indent: 0; margin-top: 2.17em }
  p.ltb { text-indent: 0; margin-top: 3.08em }*/