/*This the Global css for Banner behaviours, Back to top, Header scroll behavior, Global UX helpers*/

/*html,*/
/*body {*/
/*  background-color: #031a3d;*/
/*}*/

:root {
  --comican-navy: #031a3d;
  --comican-white: #ffffff;
  --comican-accent: #0eafff;

  --boxed-radius: 18px;
}

.boxed-sections {
  max-width: 1140px;
  margin: 2rem auto;
  padding: 2rem;
	background-color: transparent;
  border-radius: 20px;
	transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.45);
}

/* Headings */ 
#comican-home h1, 
#comican-home h2, 
#comican-home h3 
{ margin-bottom: 16px; line-height: 1.2; color:white; }

