/*
*
* FIRST CREATED FOR JESUS RESURRECTION AND YOU (TTN)
*
*/

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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: 15px;
    line-height: 1.4;
    font-family: "open sans", sans-serif; 
  }
  
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
  
  /*
   * Remove default fieldset styles.
   */
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Allow only vertical resizing of textareas.
   */
  
  textarea {
    resize: vertical;
  }
  
  /* ==========================================================================
     Author's custom styles
     ========================================================================== */
  

  
  .accordion {
  position: relative; /* Add relative positioning */
  /* Other styles for .accordion (like padding, background, etc.) */
}
  .accordion-content {
  display: none;
  /* other styles as needed */
}

.accordion::before {
 content: '▼'; /* Unicode arrow character */
  right: 20%; /* Adjust this to move the arrow icon closer or farther from the text */
  top: 50%; /* Align vertically */
  transform: translateY(-50%); /* Center vertically */
  transition: transform 0.3s ease-in-out; 
}

.accordion.active::before {
  transform: translateY(-50%) rotate(180deg); /* Flip the arrow when accordion is active/open */
}

  main {

    display: flex;
    flex-direction: column;
    align-content: center;

}

main .accordion {
    text-align: center;
    font-size: 20px;
    margin-top: 5%;
    width: 100%;
}

.form-wrap {
    padding-left: 10%
}


  a {
    color: black;
  }
  
  .you-are-loved-links {
    color: #009cff;
  }
  
  .you-are-loved-links:hover { 
    color: #d66614;
  }
  
  header { 
    text-align: center;
  }

  .header-content-wrap {
    text-align: left;
  }
  .header-content-wrap h1 {
    font-size: 33px;
  }
  .header-content-wrap p {
    line-height: 25.5px;
    font-size: 15px;
  }

  embed {
    width: 100%;
  }

  p.bullhorn {
    font-size: 22px;
    margin-bottom: 0;
  }

  .timeless-love-img {
    width: 100px;
    height: auto;
    margin: 0 20px 20px 0;
    display: flex;
  }
  .timeless-button-wrap {
  display: flex;
  justify-content: center;
  margin: 10px 0;

  }
  .timeless-button {
      border: none;
      color: #FFFFFF !important;
      font-weight: 500 !important;
      margin:30px 0px 45px 0px !important;
      -webkit-border-radius: 40px 40px 40px 40px;
      font-family: Arial;
      width: auto;
      height: auto;
      padding: 15px 35px;
      background-color: #0095FF;
      -webkit-box-shadow: 0px 7px 31px 0 #75BAFF;
      cursor: pointer;
     }
     
     .timeless-button:hover, .:active{
      border: none;
      
      color: #FFFFFF;
      box-shadow: 0px 7px 31px 0 #02a2fe;
      -moz-box-shadow: 0px 7px 31px 0 #02a2fe;
      -webkit-box-shadow: 0px 7px 31px 0 #02a2fe;
      background-color: #02a2fe;
         -webkit-transition: all 0.8s ease-out;
         -moz-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
         -ms-transition: all 0.4s ease-out;
         transition: all 0.4s ease-out;
     }

  .fa-ul {
    width: 100%;
    margin: 0;
    flex-direction: column;
  justify-content: center;
  }
  .deeper-wrap {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
  }
  .deeper-wrap h2 {
    margin-top: 0;
  }
  .button4-outer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .button4 {
    width: 250px;
    font-size: 16px!important;
    font-weight: 400;
    color: #0095ff;
    background-color: #fff;
    border-radius: 45px;
    transition: all .3s ease 0s;
    cursor: pointer;
    outline: none;
    padding: 13px 0;
    text-align: center;
    margin: 10px 0 35px;
    float: left;
    box-shadow: 0 7px 31px 0 #a4d1ff;
    -moz-box-shadow: 0 7px 31px 0 #a4d1ff;
    -webkit-box-shadow: 0 7px 17px 0 #a4d1ff;
}
.copyright a {
  color: white !important;
}


    /* ==========================================================================
     HAMBURGER MENU 
     ========================================================================== */
    
    #menuToggle
    {
      display: block;
      position: relative;
      top: 20px;
      left: 20px;
      padding-bottom: 5px;
      z-index: 1;
      -webkit-user-select: none;
      user-select: none;
    }
    
    #menuToggle a {
      text-decoration: none;
      color: white;
      transition: color 0.3s ease;
    }

    #menuToggle a li {
      font-size: 1em;
    }
    
    #menuToggle a:hover
    {
      color: #d66614;
    }
    
    
    #menuToggle input
    {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      cursor: pointer;
      opacity: 0; /* hide this */
      z-index: 2; /* and place it over the hamburger */
      -webkit-touch-callout: none;
    }
    
    /*
     * Just a quick hamburger
     */
    #menuToggle span {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background: white;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }
    
    #menuToggle span:first-child {
      transform-origin: 0% 0%;
    }
    
    #menuToggle span:nth-last-child(2) {
      transform-origin: 0% 100%;
    }
    
    /* 
     * Transform all the slices of hamburger
     * into a crossmark.
     */
    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -1px);
      background: black;
    }
    
    /*
     * But let's hide the middle one.
     */
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }
    
    /*
     * Ohyeah and the last one should go the other direction
     */
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }
    
    /*
     * Make this absolute positioned
     * at the top left of the screen
     */
    #menu
    {
      position: absolute;
      width: 300px;
      margin: -100px 0 0 -50px;
      padding: 75px 15px 15px 82px;
      
      background: #0095ff;
      list-style-type: none;
      -webkit-font-smoothing: antialiased;
      /* to stop flickering of text in safari */
      
      transform-origin: 0% 0%;
      transform: translate(-100%, 0);
      
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    
    #menu li
    {
      padding: 10px 0;
      font-size: 1em;
    }
    
    /*
     * And let's slide it in from the left
     */
    #menuToggle input:checked ~ ul
    {
      transform: none;
      display: flex;
    flex-direction: column;
    font-size: 18px;
    }

   /*************** AFTER-MENU but STILL IN HEADER ****************/ 

  img {
    max-width: 100%;
    height: 50px;
    vertical-align: middle;
  }

  h1 {
    font-size: 1.25em;
  }

  h3 {
    width: 98%;
    font-size: 1.125em;
  }

  .logo {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    padding-right: 10%;
  }

  .logo a img {
    height: 60px;
  }

  nav {
    width: 100%;
    color: white;
    background-color: #0095ff;
    display: flex;
    flex: wrap;
    margin: 0;
    padding: 0;
    font-size: .75em;
    justify-content: space-between;
  }
  
  ul {
    list-style-type: none;
    display: flex;
    flex: wrap;
    margin: 5px;
    justify-content: space-around;
    padding: 0;
    width: 50%;
  }
  
  li {
    margin: 5px;
    list-style-type: none;
  }
  
  label {
    font-size: .8em;
    font-weight: bold;
  }

   /*************** BODY ****************/ 

   body {
    text-align: center; 
    width: 100%;
  }
  
  main, footer {
    text-align: left;

  }
  main {
    width: 70%;
    display: flex;
    flex-flow: row wrap;
    margin: auto;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    }

  .header-content-wrap {
    width: 85%;
    margin: 0 10%;
  }
  
  embed, iframe {
    height: 200px;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  
    table {
    width: 100%;
    border: 0; 
    display: flex;
    flex: row;
  }
  
  tbody {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  
  tr {
    width: 100%;
  }
  
  td {
    width: 100%;
    text-align:left;
    padding: 5px;
  }
  
  input[type=radio] {
    padding: 5px 10px;
    margin: 5px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 10px;
    height: 20px;
    width: 15px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 1.2rem;
    outline: none;
    z-index: 1000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.1), 0 0 3px 1px rgba(0,0,0,.6), inset 0 8px 3px -8px rgba(255,255,255,.4);
    border-radius: 50%;
  }
  .outer-button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  h5 {
    display: flex;
    text-align: left; 
    font-weight: 500; 
    color: #525252;
    font-size: .85em;
    margin-bottom: 0;
  }
  
  .footer-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0095ff;
    color: white;
    padding: 3%;
  }
  
  .footer-wrap p {
    display: flex;
    text-align: center;
  }
  
  .button {
    width: 175px;
    font-size: 16px!important;
    font-weight: 500;
    color: #0095ff;
    background-color: #fff;
    border-radius: 45px;
    transition: all .3s ease 0s;
    cursor: pointer;
    outline: none;
    padding: 13px 0;
    text-align: center;
    margin: 10px 0 20px;
    float: left;
    box-shadow: 0 7px 31px 0 #a4d1ff;
    -moz-box-shadow: 0 7px 31px 0 #a4d1ff;
    -webkit-box-shadow: 0 7px 17px 0 #a4d1ff;
  }

  .button p {
    margin: 0;
  }
  
  .button a {
    color: #063690;
  }
  
  a:visited, a, a:hover {
    text-decoration: none;
  }
  
  a:hover {
    color: #d66614;
  }
  
  .button:hover {
    background-color:  #063690;
  }
  
  .button a:hover {
    color: white;
  }

  #copyright {
    width: 95%;
    text-align: center;
  }
  
    #copyright a {
    color: white;
  }
  
  h3, p {
    margin: 0;
}
 
    
  /* ==========================================================================
  ==========================================================================
  ==========================================================================
  ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ========================================================================== */
  
  @media only screen and (min-width: 480px) {
    /* Style adjustments for viewports that meet the tablet sized screens */

    .logo a img {
      height: 70px;
    }
      
    h1 {
      font-size: 1.375em;
    }
    
    embed {
      height: 350px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    
    .logo a img {
      height: 75px;
    }  

    h1 {
      font-size: 1.9375em;
    }
    
    embed {
      height: 400px;
    }

    main {
      width: 70%;
      display: flex;
      flex-flow: row wrap;
      margin: auto;
    }

    .form-wrap {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      margin: 0 17.5%;

    }

    form {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
    }

    .fa-ul {
      text-align: center;
      padding: 5% 0;
    }

    .deeper-wrap .fa-ul {
      text-align: left !important;
    }

    .footer-form {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;

    }

   

   main {
     display: flex;
     justify-content: center;
    }  

    .hungry-wrap {
      width: 85%;
    }
    .img-text-wrap {
      display: flex;
      justify-content: space-between;
    }

  .timeless-love-img {
    display: flex;
    height: auto;
    width: 900px;

  }
  .timeless-love-space-between {
    margin: 0 20% 0 0;

  }

  }



  
  @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:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  
  @media print {
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a[href]::after {
      content: " (" attr(href) ")";
    }
  
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
  
  
    pre {
      white-space: pre-wrap !important;
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/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;
    }
  }
  
  