/*
Theme Name: De Cape &amp; De Caux
Theme URI: 
Author: Benjamin Le Bastard
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: de-cape-de-caux
Tags: 
*/

body.home.blog, body.wp-singular.page, body.wp-singular.post-template-default.single, body.error404 {
    background-color: black;
}

.background-layer {
    position: fixed;
    inset: 0;
    z-index: -1;

    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;

    /*filter: blur(5px);*/
    transform: scale(1.1);

    opacity: 1;
}

.background-overlay {
    position: fixed;
    inset: 0;
    z-index: -1;

    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,1));
}

.wp-site-blocks {
    z-index: 1;
}

.wp-block-group.has-white-background-color.has-background {
	box-shadow: 0 0 15px 3px black;
}

.title, .quote, .medieval {
  font-family: "MedievalSharp";
  font-weight: 400;
  font-style: normal;
}

p.link > a {
	color: #ff6633 !important;
}


p.link > a:hover {
	color: #e63900 !important;
}

.bold {
  font-weight: bold;
}

.header {
  box-shadow: 0 0 15px 3px black;
  z-index: 50000;
}

.footer {
  box-shadow: 0 0 15px 3px  black;
  z-index: 50000;
}

.white-bg {
    background-color: white;
}

.mobile-site-title {
  display: none;
}

@media(max-width: 600px) {
  .desktop-site-title {
    display: none !important;
  }

  .mobile-site-title {
    display: block !important;
  }
}

.desktop-site-title > h1.wp-block-site-title > a:hover {
  color: black !important;
}

.wp-block-post-title > a, .link, a.link {
  color: rgb(230, 57, 0) !important;
}

.wp-block-navigation-item > a:hover, .wp-block-post-title > a:hover, .link:hover, a.link:hover {
  color: rgb(255, 102, 51) !important;
}