/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child/
 Description:  Hello Elementor Child Theme
 Author:       Nneka Joseph
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

h1, h2, h3 {
    font-family: 'Merriweather', serif; /* Add this font for headers */
    font-weight: 700; /* Bold for headers */
}


h1 {
    font-size: 2.5rem; /* Larger for a Medium-like feel */
    margin-bottom: 1rem;
}
h2 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
}
h3 {
    font-size: 1.75rem;
    margin-bottom: 0.6rem;
}

.reflection-questions
{
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    border-left: 4px solid #c7c085;

}

.reflection-questions ol,li {  font-size: 14px; font-weight:normal;}


.session-subtitle{display:none;}

.session-navigation a {
    padding: 10px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
}
.session-navigation a:hover {
    background-color: #ddd;
}

/* General Reset */
body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 1.8;   
    margin: 0;
    padding: 0;
    background-color: #FAFAFA; /* Light off-white for less strain */
    
}

/* Main Content */
#main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}


.session-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.session-gallery img {
    width: 150px; /* Adjust thumbnail size */
    height: auto;
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
}
.session-gallery a:hover img {
    transform: scale(1.1);
}


/* Header */
.session-header {
    text-align: center;
    margin-bottom: 20px;
}

.session-title {
  
   
    margin-bottom: 10px;
}

.session-subtitle {
    font-size: 1.5rem;
   
}

/* Content */
.session-content {
    margin: 20px 0;
}

.session-content p {
    font-size: 1rem;
    margin-bottom: 15px;
    text-align: justify;
}

.session-main {max-width: 800px;}

/* Sidebar/Details */
.session-details {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 0.9rem;
   
}
.session-description p{font-size:14px; }

.session-description {
    font-style: italic;
    margin-bottom: 10px;
    border-left: 4px solid #c7c085;
}

.session-sidebar {margin-left: auto;}

/* Navigation */
.session-navigation {
    text-align: center;
    margin-top: 20px;
}

.current-session {
    font-weight: bold;
    text-decoration: underline;
}




.study-banner-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}




    


.placeholder-image {
    width: 100%;
    height: 150px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

#user-notes {
    width: 100%;   
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    resize: vertical;

}

#user-notes:focus {

    border-color: #3D5A80!important;
    box-shadow: 0 0 4px rgba(61, 90, 128, 0.5)!important;
}



/* Responsive */
@media (max-width: 768px) {
    #main-content {
        padding: 15px;
    }

    .session-title {
        font-size: 1.75rem;
    }

    .session-subtitle {
        font-size: 1.25rem;
    }
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #2F4F4F;
}

.profile-container{

    max-width:900px;
    margin-right:auto;
    margin-left:auto;
}



.session-container {
    display: flex;
    gap: 20px;
}

.session-main {
    flex: 1;
}

.session-sidebar {
    flex: 0 0 300px;
}

.session-description {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .session-container {
        flex-direction: column;
    }

    .session-sidebar {
        flex: 1;
    }
}
