/* Truth 4 Eternity
   Created: 3/21/21
   updated: 9/13/21
   updated: 4/12/22
   updated: 4/27/22
   updated: 1/7/25
   updated: 3/5/25
   by: Julie Kidwell */
  /**/  /**/  /**/  /**/  /**/

                                        :root {
                                            --ltgreen:   #d0df9f;
                                            --green:     #8da344;
                                            --orange:    #d5a82b;
                                            --white:     #ffffff;
                                            --offWhite:  #FAF9F6;
                                            --ivory:     #fdf6cd;
                                            --black:     #000000;
                                            --blue:      #155765;
                                            --beige:     #d3d3b8;}

body{
    background-color:var(--ivory);
    background-image: url("images/BibleWriterAndBackgroundPink.png");
    background-attachment: fixed;
    background-repeat: no-repeat;}

head{align-items: center; }
                /*Welcome Page Decorations*/
                .saluTitles{
                    display: grid;
                    place-items: center;
                    background-color: var(--green);
                    color: var(--ivory);
                    
                    font-size: 25px;
                    text-align: center;
                    text-shadow: 2px 2px black;
                    line-height: 0%;
                    width: 600px;
                    height: 275px;
                    margin: auto;
                    padding: 0;
                    border: groove 4px #3b441d;}

                    .saluTitles p{
                        margin: 0;
                        padding: 0;
                    }


                     /*    .saluTitles{
                    background-color: var(--green);
                    background-size: 555px 195px;
                    background-position: center;
                    text-align: center;
                    font-size: 25px;
                    color: white;
                    text-shadow: 2px 2px black;
                    width: 600px;
                    height: 225px;
                    line-height: 10px;
                    margin: auto;
                    border: groove 5px #3b441d;}*/

                .jasw{
                    display:flex;
                    color: var(--blue);
                    font-size: 25px;
                    text-shadow: 1px 1px black;
                    text-align: center; 
                    background-color:var(--green, 0.3);
                    width: 600px;
                    height: 70px;
                    margin-left: auto;
                    margin-right: auto;
                    justify-content: center;
                    align-items: center;
                    border: ridge 5px var(--green);
                    
                } 


.fa{
    background-color: var(--blue);
    font-size: 30px;
    display: flex;
    width: 600px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    border: ridge 5px var(--green);
    justify-content: center;
    align-items: center;
}                            

.fa a:link     {color:rgb(226, 223, 172);
                text-decoration-line: none;
                font-weight: 5px;}
.fa a:visited  {color:rgb(114, 159, 80);}
.fa a:hover    {color:rgb(255, 255, 255);}


.na{
    background-color: var(--beige);
    font-size: 30px;
    display: flex;
    width: 600px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    border: ridge 5px var(--blue);
    justify-content: center;
    align-items: center;
}                            

.na a:link     {color:var(--blue);
                text-decoration-line: none;
                font-weight: 5px;}
.na a:visited  {color:var(--blue);}
.na a:hover    {color:var(--black);}


.ra{
    background-color: var(--blue);
    font-size: 30px;
    display: flex;
    width: 600px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    border: ridge 5px var(--blue);
    justify-content: center;
    align-items: center;
}                            

.ra a:link     {color:var(--ivory);
                text-decoration-line: none;
                font-weight: 5px;}
.ra a:visited  {color:var(--white);}
.ra a:hover    {color:var(--black);}















main{background-color: var(--ivory);
    color: black;
    height: auto;
    width: 600px;
    padding-left: 2em;
    padding-right: 2em;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    overflow:auto;
    border-bottom: groove 5px #8da344;
    border-top: groove 5px #8da344;
    border-right: groove 5px #8da344;
    border-left: groove 5px #8da344;
}   
  
footer{ width: 600px;
    height: auto;
    background-color: var(--ivory);
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: .8em;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    border-bottom: groove 5px #8da344;
    border-top: groove 5px #8da344;
    border-right: groove 5px #8da344;
    border-left: groove 5px #8da344;
    }  
                               /* Just Text Formatting  */
                        .hh3{
                            text-align: center;
                            color:var(--ivory);
                            font-size: 30px; 
                            font-family:  arial;
                            text-shadow: 1px 1px rgb(75, 72, 72);}

                        .hh2{text-align: center;
                            color:var(--black);
                            font-size: 30px; }
                        .hh1{
                            font-size: 20px;
                            color: var(--black);
                            text-align: center;
                            font-family:  arial; }
                            
                        h1{text-align: center;}
                        h2{text-align: center;
                           color:var(--white);
                           text-shadow: 2px 2px black; }
                        h3{text-align: center;}
                        h4{color:var(--green);
                    }
                        h5{text-align: center;}
                        h6{text-align: center;}

.wrapper { 
    background-color: rgba(137, 158, 68, 0.9);
    
    border: groove 5px rgb(86, 99, 12);
    margin-right: auto;
    margin-left: auto;
    width:600px;
    height: auto;
    text-align: center;
}   
                            /* NAVIGATION */
                            .navImage {
                            display: flex;
                            justify-content: center;
                            margin-left: auto;
                            margin-right: auto; 
                            padding:0%;
                            width: 100%;
                            align-items: center; 
                            height: auto;}
                            
                            nav a          {color:rgb(114, 159, 80) }
                            nav a:link     {color:rgb(114, 159, 80);}
                            nav a:visited  {color:rgb(114, 159, 80);}
                            nav a:hover    {color:rgb(114, 159, 80);}
                            /*NAVIGATION END */
   
/*displaying article lists////////////////////////////////////////////////////////////*/


.textcenter{
    background-color: #d0df9f;
    width: 200px;
    margin: auto;
    list-style-type: none;
    text-align: left;
    border-bottom: ridge 5px var(--green);
    border-right: ridge 5px var(--green);
    border-left: ridge 5px var(--green);
    border-top: ridge 5px var(--green);

}
.textcenter a:link {
     color:var(--ivory);
     text-decoration-line: none;
     font-size: 25px;}

.textcenter  a:visited  {color:var(--ivory);
                        font-weight: bold ;}
.textcenter  a:hover    {color:#3e422f;}

/*also used in about.php*/
.centerthis{
    margin:auto;
    width: 400px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: ridge 10px var(--green);
    border-right: ridge 10px var(--green);
    border-left: ridge 10px var(--green);
    border-top: ridge 10px var(--green);
    background-color: #d0df9f;
}

.centerthis  a:link     {color:#000000;
                         text-decoration: none;
                         font-size: 20px;}
.centerthis  a:visited  {color:#314434;}
.centerthis  a:hover    {color:#ffffff;}
.centerthis  a:active   {color:#8da344;}
/*bottom of displaying article lists////////////////////////////////////////////////////////////*/


/*About Page, trying to blend my admin into the background */

.blend{
float: right;}
         
    .blend  a:link     {color:#8da344;}
    .blend  a:visited  {color:#8da344;}
    .blend  a:hover    {color:#8da344;}
    .blend  a:active   {color:#8da344;}

.aside{
    text-align: center;
    margin:auto;}

.leftTime{
    padding-left: 50px;
    text-align: left ;
}

/* SLIDESHOW  /////////////////////////////////////////////////////////*/


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 5.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*END OF SLIDESHOW  /////////////////////////////////////////////////*/



/*picking articles to read*/

.alphaset{
    text-align: center;
    border-style: double;
    border-color: #8da344;}


                        /*/////////////////////////////////////*/
                        /*contact us page
                        form{
                        background-color: var(--green);
                        margin:auto;
                        width: 500px;}*/

                        /*label,  textarea {
                            display:flex;
                            margin:auto;
                            float:left;
                            padding: 2px;
                            flex-direction: column;
                        }*/

                        /*frame around the whole form*/
                        .style0{
                            background-color: var(--green);
                            border-bottom: ridge 5px var(--green);
                            border-right: ridge 5px var(--green);
                            border-left: ridge 5px var(--green);
                            border-top: ridge 5px var(--green);
                            width:600px;
                            margin:auto;
                            display: block;
                        }
                        /*frame around Contact Us By:*/
                        .style3{
                            float:left;
                            background-color: var(--blue);
                            color: var(--ivory);
                            text-align: left;
                            margin:auto;
                            width: 575px;
                            align-items: center;
                            padding: 10px;
                            font-size: 25px;
                            font-family: Arial, Helvetica, sans-serif;
                        }
                        /*frame around Please select one RADIO*/
                        .style2 {
                            display:inline-block;
                            margin:auto;
                            width: 350px;
                            text-align: left;
                            font-size: 35px;
                            color:var(--white);
                            padding: 0px;
                            border: 0px;
                        }
                        /*frame around Contact Form*/
                        .style1{
                            color: var(--white);
                            display: flex; 
                            background-color: var(--green);
                            align-items: center;
                            width: auto;
                            margin: auto;  }

                        .shhhhh{
                            margin: auto; 
                            display: list-item; 
                            background-color: var(--green);
                            text-align: left;
                        }

                        .submit{
                            font-size: 26px;
                            margin-right:auto;
                            margin-left:auto;
                            align-items: center;
                            background-color: var(--green);
                            border-bottom: ridge 5px var(--green);
                            border-right: ridge 5px var(--green);
                            border-left: ridge 5px var(--green);
                            border-top: ridge 5px var(--green);
                            text-align: center;
                            padding-top: 5px;
                            width: 95%;
                            height:25px;
                        }
                        /*///////////////////// Bottom of FORM /////////////*/




/************* smaller screens *************/



/*SMART PHONE SETTINGS*/
@media only all and (max-width: 310px){
header{
    background-color: var(--blue);
    color: var(--white);
    font-size: 10em;         }
body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: var(--ivory);
    color: var(--black);}

                .saluTitles{
                    background-color: var(--green);
                    background-position: center;
                    text-align: center;
                    font-size: 100%;
                    color: white;
                    text-shadow: 1px 1px black;
                    width: auto;
                    height: auto;
                    line-height: 10%;
                    margin: auto;
                    border: groove 5% #3b441d;}

                .jasw{
                        font-family: Arial, Helvetica, sans-serif;
                        color:var(--black);
                        text-shadow: none;
                        text-align: center; 
                        font-size: 80%;
                        background-color:var(--black, 0.3);
                        width: 75%;
                        height: auto;
                        margin-left: auto;
                        margin-right: auto;
                        margin-top: 2px;
                        margin-bottom: 2px;
                        border: ridge 4px var(--green);
                    } 
       
main{
    margin:auto;
    font-size: 100%;
    background-color: var(--blue);
    color: var(--ivory);
    width: 75%;
    height:auto;
}
footer{ width: auto;
    height: auto;
    background-color: var(--ivory);
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 75%;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    padding: 5px;}  

        nav{float:none; width:auto;}

        .navImage{
            display: flex;
            flex-direction: column;
        }
  
        .hh2{text-align: center;
        color:var(--ivory);
        font-size: 110%; }
}
                                        /*frame around form, radio and info*/
                                        .style0{
                                            font-size: 75%;}

                                        /*frame around INFO*/
                                        .style3{
                                            font-size: 75%;}

                                        /*frame around contact us RADIO*/
                                        /*display: block;*/
                                        .style2 {
                                            font-size: 75%;}

                                        /*frame around FILL INs*/
                                        .style1{
                                            font-size: 75%;}



/*TABLET SETTINGS
@media only all and (min-width: 375px) and (max-width:425) {
    header{
        background-color: var(--blue);
        color: var(--white);
        font-size: 10em;         }
    body{
        
        font-family: Arial, Helvetica, sans-serif;
        background-color: var(--ivory);
    }
    .saluTitles{
        background-color: var(--green);
        background-position: center;
        text-align: center;
        font-size: 100%;
        color: var(--white);
        text-shadow: 1px 1px black;
        width: auto;
        height: auto;
        line-height: 10%;
        margin: auto;
        border: groove 5% #3b441d;}

        
        .jasw{
            color: var(--black);
            text-shadow: none;
            font-size:100%;
            font-family: Arial, Helvetica, sans-serif;
            text-align: center; 
            background-color:var(--ltgreen, 0.3);
            width: auto;
            height: auto;
            margin-left: auto;
            margin-right: auto;
            margin-top: 2px;
            margin-bottom: 2px;
            border: ridge 4px var(--green);    
           
        } 

    main{
        margin:auto;
        font-size: 100%;
        background-color: var(--blue);
        color: var(--ivory);
        width: auto;
        height:auto;
    }
    footer{ width: auto;
        height: auto;
        background-color: var(--ivory);
        font-family: Verdana, Arial, Tahoma, sans-serif;
        font-size: 75%;
        text-align: center;    
        margin-left: auto;
        margin-right: auto;
        padding: 5px;}  

    nav{float:none; width:auto;}

    .navImage{
        display: flex;
        flex-direction: column;
    }
  
    .hh2{text-align: center;
    color:var(--ivory);
    font-size: 110%; }
    
    }*/
    