/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   David's custom styles
   ========================================================================== */
body {
  font-family: Raleway, sans-serif !important;
  line-height: 1.7;
  background: #f6f6f6; }

p {
  font-size: 14px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #8DC74F; }

.navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 2rem; }

.banner {
  background: #2D374D;
  max-height: 600px;
  overflow: hidden; }

.more .card-text {
  min-height: 72px; }

.card-text:last-child {
  margin-bottom: 0; }

p, a {
  font-weight: 100; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

*, ::after, ::before {
  box-sizing: border-box; }

.ministies-page .card {
  text-align: left; }

.more .card {
  text-align: center; }

.card {
  word-wrap: break-word; }

a {
  color: inherit;
  text-decoration: none; }

.more .card-text {
  min-height: 72px; }

.card-text:last-child {
  margin-bottom: 0; }

p, a {
  font-weight: 100; }

p {
  margin-top: 0;
  margin-bottom: 5px; }

*, ::after, ::before {
  box-sizing: border-box; }

.ministies-page .card {
  text-align: left; }

.more .card {
  text-align: center; }

.card {
  word-wrap: break-word; }

a:hover, a {
  color: inherit;
  text-decoration: none; }

.logos img {
  max-width: 265px; }

.color-header {
  color: #f89b45; }

.wrapper {
  overflow: hidden;
  text-overflow: ellipsis; }

.btn {
  white-space: normal; }

p, a {
  font-weight: 100; }

.top-nav .nav-link {
  padding: 0.5rem 5px; }

i.fa {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em; }

.lower-nav a {
  color: #2D374D;
  font-weight: 600;
  text-transform: uppercase; }

.icon-rd.rounded-circle {
  border: 1px solid #000000;
  padding: 4px 6px;
  font-size: 12px;
  color: #000000; }

.contacts {
  margin: 15px 0; }
  .contacts a {
    color: #000000; }

.women .card {
  margin: 50px 15px;
  background: #F2F2F2;
  text-align: left !important;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  min-height: 338px; }
.women h4 {
  font-size: 15px; }

.banner img {
  width: 100%; }

.nav-link img {
  max-width: 78px; }

.align-self-center.rounded-circle {
  max-width: 200px; }

.mybtn {
  background: transparent;
  border: 1px solid #CBAB76;
  color: #CBAB76 !important;
  border-radius: 30px;
  padding: 10px 25px;
  margin-top: 20px;
  font-weight: 600;
  white-space: normal; }

.mybtnbl {
  background: #f89b45;
  color: #fff !important;
  border: 0; }

.mybtn:hover {
  background: #F89B45;
  color: #fff !important;
  border-color: #F89B45; }

.mission .media-body {
  padding: 35px; }
  .mission .media-body p.font-italic {
    color: #f89b45;
    font-size: 20px;
    font-weight: 600; }

.dark {
  background: #2D374D;
  color: #fff;
  padding: 80px; }
  .dark p {
    margin-top: 20px; }

.light {
  background: #F2F2F2;
  padding: 80px; }
  .light p {
    margin-top: 20px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.more {
  padding: 70px 0 40px; }
  .more .card {
    margin: 50px 15px;
    background: #F2F2F2;
    text-align: center;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16), 0 5px 15px 0 rgba(0, 0, 0, 0.12); }
  .more .card-text {
    min-height: 72px; }

.ministries {
  background: #2D374D; }
  .ministries .icon-rd.rounded-circle {
    border: 2px solid #fff;
    padding: 20px;
    color: #fff;
    font-size: 35px;
    margin: 17px; }
  .ministries a {
    color: #F89B45 !important; }
  .ministries .nav-link {
    display: block;
    padding: 10px 10px 20px;
    font-size: 12px; }

.event span {
  color: #F89B45; }
.event .row.eve {
  background: #F2F2F2;
  padding: 15px 25px;
  margin: 15px 0px; }
.event h3 {
  font-weight: 600;
  font-size: 24px; }

.grace {
  background: linear-gradient(0deg, rgba(45, 55, 77, 0.7), rgba(45, 55, 77, 0.7)), url(../img/grace.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }

.news {
  background: #F2F2F2; }
  .news h3 {
    color: #F89B45; }

.contact h3 {
  color: #F89B45;
  font-size: 18px; }
.contact .btn {
  float: right; }
.contact .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  min-height: 50px; }
.contact .form-control:focus {
  color: #495057;
  background-color: transparent !important;
  border: 0px;
  border-bottom: 1px solid #80bdff;
  outline: 0;
  box-shadow: none !important; }

.ministies-page .card {
  margin: 15px 0px;
  background: #F2F2F2;
  text-align: left;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16), 0 5px 15px 0 rgba(0, 0, 0, 0.12); }
.ministies-page .color-header {
  color: #000000;
  font-size: 18px; }
.ministies-page .card-body {
  min-height: 178px; }

.service {
  padding: 15px;
  border: 1px solid #ccc;
  text-align: center; }
  .service h3 {
    text-align: center;
    font-size: 143%; }
  .service p {
    text-align: justify; }

.cv {
  border: 1px solid #2D374D;
  padding: 5px 20px; }

i.fa {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 0px transparent;
  padding: 0.5em 0.6em; }

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed !important;
  width: 100%;
  background: rgba(45, 55, 77, 0.9);
  box-shadow: 0px 2px 2px #ccc; }

.navbar-brand {
  max-width: 120px; }

.service .modal-body {
  color: #000;
  text-align: left; }

p a {
  color: #f89b45; }

body, p {
  font-size: 12px !important; }

.btn-danger {
  color: #fff;
  background-color: #f89b45;
  border-color: #f89b45; }

.title {
  padding: 0px 0px 40px;
  color: #F89B45; }

footer hr {
  color: #F89B45;
  border-top: 2px solid #F89B45; }
footer p {
  padding: 25px; }

.top-nav {
  padding: 11px 0px; }

.pic .card {
  margin: 16px 0;
  background: #F2F2F2;
  text-align: center;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16), 0 5px 5px 0 rgba(0, 0, 0, 0.12); }

.carousel {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  bottom: 200px;
  margin: 0 auto; }

.carousel-caption {
  position: absolute;
  right: 15%;
  left: 15%;
  z-index: 10;
  bottom: 20%;
  margin: auto 0;
  color: #fff;
  text-align: center; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .9s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0); }

.gallery {
  margin: 0;
  padding: 0; }

.gallery li {
  display: none;
  width: 32%;
  float: left;
  list-style: none;
  margin-right: 10px; }

.mor, .less {
  background-color: #F89B45;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-top: 6px;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.gallery img {
  margin: 10px 0;
  width: 100%; }

@media only screen and (max-width: 992px) {
  /* Style adjustments for viewports that meet the condition */
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 25%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center; } }
.carousel-caption h1 {
  letter-spacing: 12px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  font-size: 300%;
  background: rgba(45, 55, 77, 0.5); }

h1 > span {
  color: #f89b45; }

.box:hover {
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border: 0px; }

.box {
  padding: 50px 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border: 1px solid #ccc; }

.service .fa {
  font-size: 5em;
  margin: 5px auto;
  border: 0px;
  border-radius: 0px; }

.box img {
  border-radius: 50%;
  max-width: 200px;
  margin: 0px 0px 10px; }

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase; }

#tabs {
  background: #fff; }

#tabs h6.section-title {
  color: #eee; }

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent transparent #2D374D;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold; }

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  font-size: 20px; }

.nav li.active {
  border-color: transparent transparent #2D374D;
  border-bottom: 4px solid !important; }

.navbar {
  padding: 0rem 1rem;
  width: 100%; }

#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

#mytop {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #f89b45;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */ }

#mytop:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */ }

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer; }

#myBtn:hover {
  background: #ddd;
  color: black; }

.header {
  position: absolute;
  color: #fff;
  z-index: 100;
  width: 100%;
  padding: 5px 0; }

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 0px 12px; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #8DC74F; }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #f89b45; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

img {
  width: 100%; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
