/*
Theme Name: Howling Dev Block
Author: Dan Hunt
Description: A block starter template
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Tags: blog, editor-style, wide-blocks, full-site-editing
Text Domain: howling-dev-block
Tested up to: 6.1
Requires PHP: 7.4
*/

.hd-page-title {
    text-shadow: 5px 5px 5px black;
}

.no-margin {
  margin: -30px !important;
}

/******************** Blockquote Styles ***************************/

blockquote:before {
    content: "\201d";
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }

  blockquote p {
    display: inline;
  }

  blockquote cite {
    display: block;
  }

  /* Prevent you tube emed from breaking container */
  iframe {
    max-width: 100%;
  }