/*
Theme Name: AHHA Education Child
Template: twentytwentyone
Version: 1.0
Description: Child theme for AHHA Education site
*/

[class*="wp-block-create-block-"] {
  max-width: 100% !important;
  margin: 0 !important;
}

.alignfull {
  margin: 0 !important;
}

.entry-header {
  display: none !important;
}

.entry-content {
  margin: 0 !important;
}

#masthead.site-header,
aside.widget-area,
.site-footer {
  display: none;
}

body {
  background-color: #fefdfc !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23d0dbdc' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

main {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1100px) {
  main {
    padding-top: 80px !important;
  }
}
