/*
 Theme Name:     2025child-SISB2026
 Description:    2025 child theme for SISB2026.
 Author:         Joseph Alexander
 Template:       twentytwentyfive
 Version:        1.0.0
*/

.wp-block-site-title
{
    color: #0F3055;
}

h2, .wp-block-post-title {
    color: #BB923D;
}

.hero-section
{
    background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('/wp-content/uploads/2025/08/SISB2026-ext2-scaled.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* This centers vertically */
    align-items: flex-start; /* This aligns content to the left */
    color: #fff;
    text-align: left; /* This aligns text within the elements to the left */
    padding-left: 10%; /* Adds a left padding to align with the logo */
}

.organizers figure figcaption::first-line
{
    font-weight: 400;
    font-size: 1.3em;
}

.invited-list
{
    list-style-type: none;
}

.invited-list li::first-line {
    font-weight: bold;
    font-size: 1.1em;
}

.speaker-sub
{padding-left: 2rem;}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}

a:focus, details summary:focus {
  outline: none; /* Removes the default focus outline */
  border: none; /* Removes any potential border on focus */
}

a:hover {
    font-size: 1.02em; /* larger than the current font size */
}

a.wp-block-button__link:hover {
    font-size: 1.15rem;
}

.footer-logos {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
}

.footer-logos svg {
  fill: #fff;
}

.msk-logo
{
  width: auto; 
  height: 60px; 
}

.ru-logo
{
  width: auto; 
  height: 40px;
  margin: 0; 
}

.speaker div:nth-child(2)::first-line
{
      font-weight: 400;
      font-size: 1.1em;
}

.speaker div img, .org-head img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.speaker div img:hover, .org-head img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
