/*
Theme Name: bytethebrush
Theme URI: https://bytethebrush.dev/
Author: Cyvan
Author URI: https://cyvan.nl/
Description: A simple WordPress theme made for bytethebrush.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bytethebrush-theme
*/

body {
    background-color: var(--bs-background-main);
}

.navbar {
    background-color: var(--bs-background-header);
}

.breadcrumbs {
    background-color: var(--bs-background-header);
}
.custom-logo {
    height: 100px;
    width: auto;
}

.site-identity {
    float: right;
    margin-left: 1rem;
    margin-top: 1.5rem;
}

.site-title {
    font-size: 2rem; /* Adjust as needed */
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    color: var(--bs-primary);
}

.site-description {
    float: left;
    color: var(--bs-secondary);
}

.breadcrumb-container {
    font-size: 0.95rem;
}

.breadcrumb {
    margin-bottom: 0.25rem;
}

.page-title {
    color: var(--bs-primary);
}

.carousel-title {
    color: var(--bs-primary);
}

.carousel-text {
    color: var(--bs-text-color);
}

.homepage-slider {
  height: 33vh;
}

.homepage-slider img {
  height: 100%;
  object-fit: cover;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.page-content p {
  margin-bottom: 1rem;
}
.page-content img {
  max-width: 100%;
  height: auto;
}

footer {
    background-color: var(--bs-background-footer);
}
