/* Theme override commands to control the html aspect in alabaster sphinx theme */

/* Override sidebar background color default (#FFFFFF) */
.sphinxsidebar {
    background: #55af31 !important;
  }
/* #005F73 is the original NIAC sidebar colour */

div.document {
    margin-top: 0 !important;
}

div.body {
    margin-top: 30px !important;
}

  /* Control logo positioning */
.sphinxsidebarwrapper p.logo {
    padding: 15% !important;
    text-align: center !important;
}

/* Control sidebar headers (non clickable)*/
.sphinxsidebarwrapper h3 {
    font-size: 18pt !important;
}

/* Control logo name string */
.sphinxsidebarwrapper h1.logo {
    margin-top: 0px !important;
    font-size: 21pt !important;
    margin-bottom: 10px !important;
}

/* Control TOC tree top level links */
.sphinxsidebar ul li.toctree-l1 > a {
    font-size: 11pt !important;
    line-height: 1.8 !important;
}

/* Control TOC tree second level links */
.sphinxsidebar ul li.toctree-l2 > a {
    font-size: 10pt !important;
    line-height: 1.8 !important;
}

/* Control quick search bar */
.sphinxsidebar input {
    margin-top: 5px !important;
    margin-bottom: 12px !important;
}

/* Control quick search bar wrapper, nasty alignment with the google search bar  */
.sphinxsidebar div.searchformwrapper {
    width: 209px !important;
    align-self: center !important; 
    margin-left: 3px !important;
}
    
/* Control text blurb explaining the project under the logo name */
.sphinxsidebarwrapper p.blurb {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

/* Slightly increase the padding in the body */
.bodywrapper div.body {
	padding: 0 45px 0 45px !important;
}

.body h1 {
    margin-bottom: 50px !important;
}