/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

If you need any further help, ask in the CSS Customization forum.
*/
/* add white borders to table blocks on schedule page | 5431389-zen eD */
.page-id-408 .wp-block-table table,
.page-id-408 .wp-block-table td {
	border: 1px solid #ffffff;
}

/* add padding to table block content on schedule page | 5431389-zen eD */
.page-id-408 .wp-block-table td {
	padding: 8px;
}

body.home.page-id-685 {
  background: #070707 !important;
}

body.home.page-id-685 #sidebar,
body.home.page-id-685 .entry-links,
body.home.page-id-685 #comments {
  display: none !important;
}

body.home.page-id-685 #container,
body.home.page-id-685 #page,
body.home.page-id-685 #content-box,
body.home.page-id-685 #content-container,
body.home.page-id-685 #content,
body.home.page-id-685 #post-685,
body.home.page-id-685 .entry,
body.home.page-id-685 .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important;
  background: #070707 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.home.page-id-685 #header,
body.home.page-id-685 #pic {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #070707 !important;
  border: 0 !important;
  text-align: center !important;
}

body.home.page-id-685 #pic a {
  display: block !important;
  text-align: center !important;
}

body.home.page-id-685 #pic img {
  display: block !important;
  width: 770px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}

body.home.page-id-685 #nav,
body.home.page-id-685 #nav .menu,
body.home.page-id-685 #nav .menu ul {
  width: 100% !important;
  text-align: center !important;
  background: #070707 !important;
  margin: 0 auto !important;
  padding: 8px 0 !important;
  float: none !important;
}

body.home.page-id-685 #nav .menu ul {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px 18px !important;
  list-style: none !important;
}

body.home.page-id-685 #nav .menu li {
  float: none !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home.page-id-685 #nav .menu a {
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

body.home.page-id-685 #nav .menu a:hover {
  color: #d6aa43 !important;
}
body {
  background:#070707;
}

#branding,
#masthead,
#header,
header#header,
.site-header {
  background:#070707 !important;
  text-align:center !important;
}

#branding img,
#masthead img,
#header img,
header#header img,
.site-header img {
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

#access,
#access div,
#access ul,
#access li,
.main-navigation,
.menu-header,
.nav-menu {
  background:#070707 !important;
  text-align:center !important;
}

#access a,
.main-navigation a,
.menu-header a,
.nav-menu a {
  color:#ffffff !important;
  text-decoration:none !important;
}