/*
Theme Name: Agent Haven
Theme URI: https://example.com/
Author: George
Description: Minimal full-screen WordPress theme for the Agent Haven homepage.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: agent-haven
*/

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #070914;
}

body.admin-bar {
  min-height: calc(100vh - 32px);
}

#wpadminbar {
  position: fixed;
}

.agent-haven-page,
.agent-haven-content,
.agent-haven-content > * {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.agent-haven-content > .wp-block-group,
.agent-haven-content > .wp-block-html {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    min-height: calc(100vh - 46px);
  }
}

