 /*Preventing FOUC (flash of unstyled content)*/
@charset "UTF-8";

* {box-sizing: border-box;}

/* BODY SETTINGS*/
/* Open San font installed in font directory */
@font-face {
  font-family: 'open-sans';
  src: url (fonts/OpenSans-Regular.ttf)
  font-style: normal;
  font-weight: 400;
}
.body-info {
  background-color: #fefefe;
  color: #2c3840;
  font-family: 'Open Sans', sans-serif;
}

/*LINK SETTINGS*/
/*a:hover {text-decoration: underline;}*/

/* FONT SIZES*/
h1 {font-size: 28px;}
h2 {font-size: 26px;}
h3 {font-size: 24px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
h6, p {font-size: 18px}

/* NO-JS SETTING*/
.no-js .top-bar {display: none;}
@media screen and (min-width: 40em) {
  .no-js .top-bar {display: block;}
  .no-js .title-bar {display: none;}
}

/* TOP & TITLE BAR ROW FOR PORTAL TPAD*/
.top-bar {
	/*height: 120px;*/
}
.title-bar {
	/*height: 85px;*/
}
.top-bar, .top-bar ul {
  /*background-color: #823342; #2A4B7C*/
  /*background-color: #2c3840;*/
}
.top-bar-right ul li {
	/*font-size: 1.2rem;
  color: #fefefe;*/
}
.top-bar-right li a {
  /*line-height: inherit;*/
  /*color: #1779ba;*/
  /*color: #fefefe;
  text-decoration: none;
  cursor: pointer; */
}
.top-bar-right a:hover, a:focus {
  /*color: #c5c1b2; */
}

/*background-color: #0080FF; */
/*****************************/
/* Multilevel OffCanvas Menu */
/*****************************/
:root {
  /*--nav-bar-section-clr: #fefefe;*/
  --top-nav-bar-section-clr: #c94c4c;
  --nav-bar-section-clr: #F5F5F5;
}

/***********************/
/* TOP-NAV-BAR SECTION */
.top-nav-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c94c4c;
  background: var(--top-nav-bar-section-clr);
  border-bottom: thin solid #D3D3D3;
}
.top-nav-bar-donation-menu {
  text-transform: uppercase;
  /*margin-top: 0px;*/
  /*background-color: #c94c4c;*/
  /*background: var(--top-nav-bar-section-clr);*/
}
.top-nav-bar li a {
  /*background: var(--top-nav-bar-section-clr);*/
}
.top-nav-bar .top-nav-bar-donation-menu li {
  /*background-color: #222b31;*/
  /*background-color: #F5F5F5;*/
  /*background: var(--top-nav-bar-section-clr);*/
}
.top-nav-bar a {
  color: #f0f0f0;
}
.top-nav-bar a:hover {
  color: white;
  cursor: pointer;
}

/*******************/
/* NAV-BAR SECTION */
.nav-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--nav-bar-section-clr);
  height: 100px;
  border-bottom: thin solid #D3D3D3;
}
.nav-bar .nav-bar-logo {
  padding: 1.8rem;
}
.nav-bar-logo .logo {
  height: 65px;
}
.nav-bar li {
  /*background: #2c3840; #2A4B7C*/
  background: var(--nav-bar-section-clr);
/*  background: #0080FF;*/
}
.nav-bar a {
  /*color: #fefefe;*/
  color: black;
  transition: color 0.2s ease-in;
}
.nav-bar a:hover {
  color: #a8b8c3;
}
@media screen and (max-width: 39.9375em) {
  .nav-bar {
    height: 93.57143px;
  }
}
.nav-bar .offcanvas-trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem;
  color: #fefefe;
  text-transform: uppercase;
  background-color: #566d7c;
  transition: background-color 0.2s ease-in;
  cursor: pointer;
}
.nav-bar .offcanvas-trigger .offcanvas-trigger-text {
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}
.nav-bar .offcanvas-trigger:hover {
  background-color: #6b879a;
}
@media screen and (max-width: 39.9375em) {
  .nav-bar .offcanvas-trigger {
    padding: 0.9rem;
  }
}

.multilevel-offcanvas {
  background: #222b31;
  padding: 20px;
  color: #fefefe;
}
.multilevel-offcanvas > .menu {
  margin-bottom: 1rem;
}
.multilevel-offcanvas .menu a {
  color: rgba(254, 254, 254, 0.6);
  padding-top: 7px;
  padding-bottom: 7px;
  transition: color 0.2s ease-in;
}
.multilevel-offcanvas .menu a:hover {color: #fefefe;}
.multilevel-offcanvas .fa {color: #fefefe;}
.multilevel-offcanvas .is-accordion-submenu-parent > a::after {
  border-color: rgba(254, 254, 254, 0.6) transparent transparent;
}
.multilevel-offcanvas .social-links {margin-left: 20px;}
.multilevel-offcanvas .social-links li {margin-right: 5px;}
.multilevel-offcanvas .social-links a:hover .fa {
  color: #bebebe;
  transition: color 0.2s ease-in;
}
.multilevel-offcanvas .social-links .fab {font-size: 2.2rem;}

.is-open + .off-canvas-content .hamburger .line:nth-child(1),
.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  width: 12px;
}
.is-open + .off-canvas-content .hamburger .line:nth-child(1) {
  -webkit-transform: translateX(-5px) rotate(-45deg);
      -ms-transform: translateX(-5px) rotate(-45deg);
          transform: translateX(-5px) rotate(-45deg);
}
.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  -webkit-transform: translateX(-5px) rotate(45deg);
      -ms-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
}
.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #fefefe;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:last-child {
  margin-bottom: 0;
}


/* Sticy Menu*/
.sticky-topbar {
  width: 100%;
}

/* Menu Icon*/
.menu-icon {
  position: right: auto;;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

/*********** Footer **********/
/* FOOTER #282828; #2c3840   */
/*****************************/
footer h4 {
  color: rgba(255,255,255,0.8);
  font-size: 1.2em;
}
footer a {
  display: block;
  color: rgba(255,255,255,0.8);
}
footer a:hover {
  color: rgba(255, 255, 255,1.0);
}
footer p {
  display: block;
  color: rgba(255,255,255,0.8);
  /*font-size: 1.0rem;*/
}
footer .fa {
  color: white;
}
.footer-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 50px 0px;
  text-align: center;
  /*background-color: #2c3840;*/
  background: url(/images/rising-tide-blue-still.jpg) no-repeat center;
  background-size: cover;
}
.footer-subtitle {
  color: orange;
  /*font-size: 1.0rem;*/
}
.footer-column-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-section img {
  display: block;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}
.footer-section hr {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: rgba(255,255,255,0.3);
}

@media screen and (max-width: 39.9375em) {
  footer p {
    /*font-size: 1.0rem;*/
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
/*  .reading-font-size {
    font-size: 1.1rem;
  } */
}


/**************************/
/*ROUND BUTTONS FOR FOOTER*/
/**************************/
.button-rounded-hover {
  border: 0;
  border-radius: 5000px;
  /*padding: 1rem 2rem;*/
  padding: 1rem 2rem;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  letter-spacing: 2px;
  transition: all 0.35s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.button-rounded-hover:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: inherit;
  background-color: #fefefe;
  transition: all 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.button-rounded-hover:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 5px solid #115b8d;
  content: '';
  border-radius: inherit;
}
.button-rounded-hover:hover,
.button-rounded-hover:focus {
  background-color: #115b8d;
}
.button-rounded-hover:hover:before,
.button-rounded-hover:focus:before {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 0.25;
}
.rounded-social-buttons {
  text-align: center;
}
.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
}
.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
  margin-right: 1.0rem;
}
.rounded-social-buttons .social-button.facebook:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
}
.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
  margin-left: 1.0rem;
}
.rounded-social-buttons .social-button.youtube:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f431";
}
.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

/*********************************/
/*Font size for Lecturas Biblicas*/
/*********************************/
.reading-font-size {
  font-size: 1.15rem;
}
@media screen and (max-width: 39.9375em) {
  .reading-font-size {
    font-size: 1.0rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .reading-font-size {
    font-size: 1.1rem;
  } 
}

/***********************************************************/
/* Style for small screen when accessing Bible reading plan*/
/***********************************************************/
@media screen and (max-width: 39.9375em) {
  /*.small-screen-size p, h3, h4 {
    text-align: center;
    padding-top: 20px;
  }*/
  h3 {
    font-size: 1.5rem;
  }
}