@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family:NotoSans, Arial, "Arial Unicode MS", sans-serif;
    height: 100vh;
    
   
}

#Read-bible{
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 2.5rem;
padding-right:  2.5 rem;
flex-wrap: nowrap;

}



#logo-top{

    display: block;

    margin-left: 23.8em;



    
}

.log-nav{
    display:flex;
    justify-content: center;
    
    max-width: 24rem;
    margin: 0 auto;
    padding: 1.5rem;
   

    /*
     border-radius: 0.5rem;
    height: 0.2rem;
    width: 1rem;*/
}

#btn-hero{
 
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


.nav-bar{
   display: flex;
   
    
    background-color:#000000;
    color:white;
    padding: 15px;
    

}


.btn-txt{
    color: white;
    font-size: 15px;
    padding: 10px;
}

#bg-img{
text-align: right;

align-items: center;



background-image: url('/logo/Isreal\ _dome_hero_1.jpg');
background-size: cover; 
background-position: center; 
background-repeat: no-repeat; 

 
}


#centered-container {

    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: space-around; /* Center the text inside the container */
    background-color: rgba(255, 255, 255, 0.8); 
    ;
    
 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /*  Add a subtle shadow to the container */
}

#btn-1:hover{

    background-color: #B0C4DE;
    color: white;
  
}

#btn-1{
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    padding: 2px;
    margin-bottom: 12px;
    min-height:36px ;
    min-width: 36px;
    cursor: pointer;

}

#logIn-1{
 
   display: flex;
   flex-direction: row;
  justify-content: space-evenly;
    align-items: center;

    margin-left: 20%;
    margin-right: 20%;

    
   
}

#logIn-1 input{
    border: 1px #07060686 solid;
    border-radius:0.5rem;
    padding: 8px;
    margin: 2px;

}


@media (max-width: 720px){

    #Featured-sec{

        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center; /
        



    }

    #topic_sec{
        display: flex;
        flex-direction: column; /* Stacks items vertically */
        align-items: center; /

    }

    #flex-secton-2{
    display:flex;
    flex-direction: column;
    align-items: center;

    }
    #figure-section-2{
        display:flex;
        flex-direction: column;
        text-wrap: wrap;
    }

    #nav-section-1{
    display: none;
    

    }

   #bg-img{

    display: block;
    width: 100%;
  

    }

    #hero-h2{
    font-size: small;
    text-align:center ;

    }


    #Topic-section{
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: medium;

    }

    #btn-hero{
  align-content: center;
  

    }

    #div-flex{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #last-footer{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    }
    #btn-1{
    display: flex;
    flex-direction: column;
  
    
     
    } 

    #Read-bible{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;     
 }



 #Read-bible img{
    display: block;
    align-items: center;
    width: auto;
 }
        

    #img-footer{

        display: block;
        width: 100%;
    
    }
   
    #footer-links{
        display: flex;
        flex-direction: column;
        text-align: center;

    }

    #btn-hero{
  
      margin:5rem;
    }
    
}
@media  (min-width: 720px){
    
    #watch-vid img{
        width: 100%;  
        height: auto; 
        margin: 5px 0; 

    }
    
    
    #watch-vid p{
        display: flex;
        font-size: 0.8rem;
        margin: 2px; 
    }

    #watch-vid button#btn-hero {


        font-size: 0.8rem; 
        margin: 5px auto; 
        display: block; 
    }




}


@media (max-width: 600px){
   

    

#centered-container {

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: space-around; /* Center the text inside the container */
    background-color: rgba(255, 255, 255, 0.8); 
    ;
    
 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /*  Add a subtle shadow to the container */
}

#img-read{
width: 100%;
align-items: center;
padding-right: 40px;

}

#btn-1{
    align-items: center;
 text-align: center;
 padding-right: 40px;
 margin-right: 40px;

}

}



