/*
Theme Name: Blackfyre Productions
Theme URI: https://www.blackfyreproductions.com/
Author: Blackfyre Productions
Description: A cinematic, animated portfolio theme for Blackfyre Productions with editable projects and contact settings.
Version: 1.4.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: blackfyre-productions
*/

html {
  background: #090909;
}

body {
  margin: 0;
  background: #090909;
}

.blackfyre-wp-content {
  min-height: 100vh;
  padding: 140px max(24px, calc((100vw - 1100px) / 2)) 80px;
  color: #fafafa;
  font-family: Arial, sans-serif;
}

.blackfyre-wp-content a {
  color: #ff5a1f;
}

.blackfyre-wp-content article {
  max-width: 780px;
  margin-bottom: 50px;
}

.blackfyre-wp-content h1,
.blackfyre-wp-content h2 {
  line-height: 1.1;
}

.admin-bar .site-header,
.admin-bar .scroll-progress {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header,
  .admin-bar .scroll-progress {
    top: 46px;
  }
}
