section.cover {
  /* Radial glow from bottom-center to mimic the semi-circle orange shape */
  background: 
    radial-gradient(ellipse 110% 100%  at 50% 100%, #f26522 0%, #c4501a 30%, transparent 70%),
    #1a1a1b !important;
  background-size: cover !important;
  background-position: center !important;
}

section.cover .cover-main,
section.cover .cover-main a,
section.cover .cover-main h1,
section.cover .cover-main p,
section.cover .cover-main li {
  color: #ffffff !important;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

section.cover .cover-main img[alt="logo"] {
  width: 350px;
  height: auto;
}