/*
Theme Name: SamBlack
Theme URI:
Author: Brink Creations
Author URI: https://brinkcreations.studio
Description: A portfolio theme designed for Sam Black.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: samblack
Tags:
*/

html {
    scroll-behavior: smooth;
}

body {
    background-image: url(assets/images/paper-texture.png);
}

.bc-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.bc-header-title {
    transition: all 200ms;
}

@media (min-width: 0px) {
    .bc-header-title {
        max-width: 85px;
        font-size: 20px;
    }
}

@media (min-width: 390px) {
    .bc-header-title {
        max-width: 150px;
        font-size: 20px;
    }
}

@media (min-width: 600px) {
    .bc-header-title {
        max-width: 250px;
        font-size: 32px;
    }
}

@media (min-width: 800px) {
    .bc-header-title {
        max-width: 400px;
        font-size: 48px;
    }
}

.bc-header-hero-container {
    color: white;

    &h1 {
        color: white;
    }
}

/* Add padding for the open navigation menu in the header */
#modal-1.has-modal-open {
    padding-top: 4.6em;
    padding-right: 4.2em;
}

.bc-footer-copyright p {
    text-align: center;
}

.bcsb-rounded-image img,
iframe {
    border-radius: 5px;
}

.wp-block-cover__inner-container:has(> .bc-hero-details-group) {
    width: 100% !important;
}
