/* Site Colors:
  #e03e52 - pink
  #c8ced2 - grey
  #f07b27 - orange
  #786758 - brown
*/

/* Reset some default styles */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*html {*/
/*  height: 100%;*/
/*  width: 100%;*/
/*}*/

body {
  border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 15px;
  background: #c8ced2;
  color: #343a40;
  
    
}
.container {
    border-top: 10px solid #a05f65;
    max-width: 1100px;
    margin: auto;
    background: #f0e5df;
}

header {
    display: flex;
    justify-content: left;
    width: 100%;
    margin: 0;
    padding: 2em;
    text-align: left;
    background: #f0e5df;
    color: #FFFFFF;
   
}


.logo {
    color: #a54e56;
    font-size: 33px;
    font-weight: bold;
    position: relative;
}
.logo-tld {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    font-size: 11px;
    bottom: -7px;
    letter-spacing: 2.9px;
}

.arro {
     width:10px; /*width of your image*/
   height:10px; /*height of your image*/
    background-image: url('/icons/arro.png');
}



.header-nav {
    position: relative;
    background-color: #a05f65;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

/*.header-nav:after {*/
/*    background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);*/
/*    background-position: left-bottom;*/
/*    background-repeat: repeat-x;*/
/*    background-size: 32px 32px;*/
/*    content: " ";*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*    height: 32px;*/
/*}*/


.nav-item {
    color: #fff;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
}


.nav-item:hover {
    text-decoration: none;
    background-color: #B17C82;
    transition: background-color 0.6s;
}

#main {
  max-width: 1100px;
  height: 100%;
  /*min-height: 800px;*/
  margin: 0;
  padding: 0;
  background: #c8ced2;
}

footer {
  clear: both;
  margin: 0;
  padding: 1em;
  text-align: center;
  background-color: #a05f65;
  color: #FFFFFF;
}

footer p {
    margin: 0;
    padding: 0;
}

.other-page {
    margin-top: 10px;
}

.other-page-url {
    color: #FFF;
}

.other-page-h1 {
    padding: 10px;
}

.other-content {
    padding: 10px;
}

/* Navigation */

navigation {
  float: left;
  width: 200px;
  height: 100%;
  background: #7a6855;
}

navigation a {
  color: #FFFFFF;
  text-decoration: none;
}

navigation a:hover {
  color: #e03e52;
  text-decoration: underline;
}

a {
  color: #E03E52;
  text-decoration: none
}


ul.subjects {
  margin-top: 20px;
  margin-left: 20px;
  padding: 0;
  list-style: none;
}

ul.subjects > li {
  margin-bottom: 1em;
}

ul.pages {
  margin-left: 15px;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
ol, ul {
    margin: 0 0 1.5em 3em;
    line-height: normal;
}
ul {
  font-size: 1.2em; /* Sets font size for all unordered lists */
}

ol {
  font-size: 16px; /* Sets font size for all ordered lists */
}

/*ul {*/
    /*list-style-type: none;*/
/*}*/

.selected > a {
  color: #f07b27;
  font-style: normal;
}

navigation li {
  font-size: 16px;
  line-height: 1.5em;
}


/* Page Content */

#hero-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hero-text {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    color: red;
}

#page {
  float: right;
  width: 100%;
  height: 100%;
  padding-left: 0;
  vertical-align: top;
  background: #ffffff;
}

/*#page h1 {*/
/*  font-size: 14px;*/
/*  color: #000000;*/
/*  line-height: normal;*/
/*}*/

#page {
  font-size: 14px;
  color: #000000;
  line-height: normal;
}

#page p {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" font-size: 12px;
  padding: 0px;
  line-height: 25px;
  font-size: 17px;
}

#page h3 {
  font-size: 14px;
  color: #e03e52;
}

u {
    border-bottom: 3px solid #000;
    text-decoration: none;
    padding-bottom: 1px;
}


.qusction {
    color: #8E0653; 
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px;
}

.qanda-card {
    border: 1px solid;
    border-radius: 10px;
    margin: 10px;
    background-color: #fdfff5;
}

.card-answer {
    padding: 10px;
}

.card-message {
    font-size: 20px;
    padding: 10px;
    text-align: end;
}

.message-icon {
    cursor: pointer;
}

.message-textarea {
    width: 100%;
}

.question-answer {
    text-align: center;
}

/* pessage */

.passage-card {
    padding: 10px;
    margin: 10px;
    border: 1px solid;
    border-radius: 10px;
    background-color: #ededed;
}

.passage-card-title {
    text-align: center;
    font-size: 23px;
    margin-bottom: 10px;
}

.passage-card-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    border-radius: 10px;
}

.passage-card-item {
    padding: 10px;
    background-color: #FFF;
    border-radius: 10px;
}

/*.math {*/
/*    font-size: 18px;*/
/*    line-height: normal;*/
/*}*/


#content {
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

#content p {
  font-size: 16px;
  line-height: normal;
}

#content h2 {
    text-align: center;
}

#content li {
  padding: 5px;
  font-size: 16px;
}

#disclaimer {
  margin-left: 10px;
  font-size: 14px;
  line-height: normal;
  clear: both;
  padding: 1em;
}

/* Service blocks on homepage */

#service-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    margin: 50px 10px 20px 10px;
}

.service {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.service:hover {
     box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    
}

.class-header {
    padding: 20px 10px;
    display: block;
    color: #FFF;
    border-radius: 10px 10px 0 0;
    font-size: large;
    font-weight: bold;
    text-align: center;
}

.class-header-text {
    display: grid;
}

.header-sub-text {
    /*font-size: 10px;*/
}

.service-image {
    border-radius: 10px 10px 0 0;
}


.service-link {
    color: #000;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    display: block;
    font-weight: bold;
}

.service-link:hover {
    background-color: #e3d6d6;
    border-radius: 10px;
}

.service-link-list {
    padding: 10px;
}

/* Learn More links */

a.learnmore {
  color: #E03E52;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none
}

a.learnmore:hover {
  text-decoration: underline
}
/*table*/
table, th, td {
    border: 1px solid black; 
    border-collapse: collapse;
}

table {
    
    width: 100%;
}

th, td {
  padding: 15px;
  font-size: 17px;
  line-height: normal;
  text-align: left;
}


.subject-h1 {
    padding: 20px;
    background-color: #24454C;
    margin: 10px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}

.chapter-h1 {
    padding: 20px;
    background-color: #48485e;
    margin: 10px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}

.qanda-h1 {
    padding: 20px;
    background-color: #3b497a;
    margin: 10px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}


.subject-items {
    padding: 12px;
    background-color: #48485e;
    margin: 10px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}

.subject-items:hover {
    color: #6dfff1;
    text-decoration: none;
    background-color: #3f3f66;
}


.chapter-items {
    padding: 12px;
    background-color: #3b497a;
    margin: 10px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}

.chapter-items:hover {
    color: #00f1ff;
    text-decoration: none;
    background-color: #29295e;
}

.prose-verse {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.prose-verse-item {
    padding: 12px;
    background-color: #FFF;
    margin: 10px;
    border-radius: 10px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    border: 1px solid;
}

.prose-verse-header {
    padding: 12px;
    background-color: #3b497a;
    margin: 10px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}


/* Breadcrumb styling */
    .breadcrumb {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        padding: 10px;
        background-color: #f5f5f5;
        color: #666;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .breadcrumb a {
        color: #11405F;
        text-decoration: none;
        transition: color 0.3s;
        font-weight: 600;
    }
    
    .breadcrumb a:hover {
        color: #2980b9;
        text-decoration: underline;
    }
    
    .breadcrumb span.separator {
        margin: 0 8px;
        color: #999;
    }
    
    .breadcrumb span.current {
        color: #333;
        font-weight: 500;
    }
    
.circle {
    border: 2px solid;
    padding: 0px 7px;
    border-radius: 50px;
}

/**
Other Page

**/
.highlight {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}
.checklist {
    list-style-type: none;
    padding-left: 0;
}
.checklist li:before {
    content: "✔ ";
    color: #27ae60;
}
.cta {
    background-color: #3498db;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.cta:hover {
    background-color: #2980b9;
}

.email {
    color: #3498db;
    font-weight: bold;
}

/* Default (mobile-first) styles here */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
    /* Styles for mobile phones */
    .passage-card-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }
    
    #hero-image {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    }
    
    .hero-text {
    font-size: 25px;
    }
    
    #service-blocks {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        gap: 20px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 600px) { 
    
    .passage-card-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    
     #service-blocks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr ;
        gap: 20px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    
     #service-blocks {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        gap: 20px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    #service-blocks {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr ;
        gap: 20px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
        #service-blocks {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        gap: 20px;
    }
}



