/**
Theme Name: Mermaids
Author: Snuff E Smith
Author URI: https://snuffs.blog
Description: Astra Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Mermaids
Template: astra
*/

/** Home Page Background */
.page-id-15 .mermaid-home-background {
    height: 100vh;
    z-index: -1;
    background-image: url('../../uploads/2023/09/mermaid-home.jpeg');
    background-size: cover;
	opacity: 0.5;
}

@media screen and (max-device-width: 1082px) and (orientation: portrait) {
    .page-id-15 .mermaid-home-background {
        background-image: url('../../uploads/2023/09/mermaid-home.jpeg');
    }
}

/** Sticky header */
.ast-theme-transparent-header #masthead {
        position: fixed;
    }

/** Hide entry title */
.page-id-15 .entry-title {
	display: none;
}