/*
 Theme Name:   EHEBCLT Chaplin Child
 Author:       Abigail Miller
 Author URI:   http://abigailsmiller.com
 Template:     chaplin
 Version:      1.0.0
 Text Domain: chaplin-child
*/



/* Background */

body.custom-background {
  background-image: url("https://ehebclt.nyc/wp-content/uploads/2022/09/Asset-4@3x.png");
  background-position: center bottom;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-size: clamp(700px, 50%, 1000px);
  background-blend-mode: luminosity;
}

#site-header, article {
    background-color: #fff;
}

article {
  padding: clamp(1rem, 2rem + 3vw, 6rem);
}

/* Typography */


h1, .heading-size-1 {
  font-size: 6rem;
}

h1.entry-title, .entry-title.faux-heading {
  border-bottom: 2px solid #bbe499;
  padding-bottom: 3rem;
}

.wp-block-buttons {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


/* Header */

.site-logo img {
    max-height: 22rem;
}

.header-inner .section-inner {
    flex-direction: column;
}

.header-titles, .site-logo, .main-menu-alt-container {
    margin-left: 0;
}

.main-menu-alt-container {
    padding: 2rem 0 0;
}

.main-menu-alt a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Page */

.entry-content {
    margin: auto;
}

/* Footer */

.theme-credits {
    display: none;
}

.footer-copyright {
  background-color: #bbe499;
  padding: 0.5rem 1rem;
}

/* Home Page */

body.home main {
    background-color: #BBE499;
}

body.home article {
    background-color: transparent;
    padding: 0;
}

body.home .entry-header {
    display: none;
}

/* Misc */

body.no_background_image {
    background-image: none;
}

.wp-block-button__link {
    border-radius: 10px;
}