
/* -------------------------------------------------------------------------------- Basic stuff and layout */

body {
 color:#2a2a2a;/*Phil added*/
 height:100%;/*Phil added*/
 width:100%;/*Phil added*/
 font-family: 'Trebuchet MS', 'Verdana', sans-serif;
}

em {
 font-style: italic;
}

/* -------------------------------------------------------------------------------- Banner & Main menu */


#hd {
 text-align: center;
}

#hd #banner {
 background-color: #00216f;
 color: white;
 text-align: left;
 padding-left: 3em;
 padding-top: .3em;
 padding-bottom: 1em;
}

#banner h1 {
 display: inline;

 font-size: 450%;
 font-family: 'Century Gothic',Futura,'URW Gothic L',sans-serif;
 text-decoration: none;
 margin-right:1em;
}
#banner img {
 height: 3.9em;
 vertical-align: text-bottom;
 position: relative;
 top: .3em;
 margin: .5em 0 .5em 0;
}

#banner span.logo {
 display: inline-block;
 zoom:1;
 *display:inline;
 width: 13em;
 height: auto;
 overflow: hidden;
 white-space: nowrap;
 vertical-align: text-bottom;
}
#banner span.subtitle {
 display: inline-block;
 zoom:1;
 *display:inline;
 vertical-align: text-bottom;
 font-size: 110%; /*Phil change 120%*/
/* text-shadow: 3px 1px 5px #333, 5px 2px 5px #001135; Phil added*/
 margin-bottom: .9em;
}


#hd ul.reahl-menu {
 margin: 0;
 padding: 0.5em;
 background-color: #000;
}
#hd ul.reahl-menu li{
  list-style: None;
}
#hd ul.reahl-menu li > a {
  background:transparent;
  color: #FFF;
  border: none;

}
#hd ul.reahl-menu li > a[href]:hover {
  padding: 0 0.6em 0 0.6em;
  text-decoration:underline;
}

#hd ul.reahl-menu li > a {
  padding: 0 0.6em 0 0.6em;
  text-align: center;
  font-weight: normal;
  font-size: 100%;
  text-decoration: none;
  border-left: .2em solid white;
}
#hd ul.reahl-menu li:first-child a {
  border-left: 0;
}
#hd ul.reahl-menu li > a:hover {
  padding-bottom: 0.4em;
}

.sitewarn {
  font-size: 130%;
  background-color: red;
  color: white;
  margin: 0;
  padding: 1em;
}
.sitewarn a {

  text-decoration: underline;
}
/* -------------------------------------------------------------------------------- Home layout */

.highlight pre {
  white-space: pre;
  word-wrap: normal;
}

.headerblurb {
  max-width: 36.5em;
  margin: 1.5em auto 1.7em auto;/*Phil change margin top 1em*/
  text-align: center;
  font-size: 160%;
  text-decoration: none;
  font-weight: normal;
  font-style: italic;
}
.headerblurb a {
  font-size: 67%;
  display:block;
  text-align:right;
}

.column-sidebar {
  font-size: 90%;
  padding-top: 3em;
}

.column-code h2 {
  font-size: 140%;
  font-weight: bold;
  color: #cccccc;
}

.sidemenu {
  display: inline-block;
  width: 20rem;
  padding: 1.5em;
  padding-top: .7em;
}

.column-gallery_menu_column .sidemenu {
    width: auto;
}

.sidemenu h2 {
   white-space: nowrap;
   font-weight: bold;
   font-size: 1.5rem;
}

.sidemenu .nav-item{
  font-size: 110%;
}


.sidemenu .nav-item > a {
  color:#012eb2;
}

.sidemenu .nav-item > a:hover {
  text-decoration:underline;
}

.column-quickintro {
  padding-top: 3em;
  align-content: center;
}
.column-quickintro > div {
  max-width: 40em;
  margin: auto;
}

.column-example {
   align-content: center;
   background-color: #f6f6f6;
   margin-bottom: 2em;
}
.column-example .reahl-tabbedpanel {
   margin: 1em;
}
.column-example .reahl-tabbedpanel ul.reahl-menu li > a {
   background-color: #f6f6f6;
}

.column-example > div {
   width: 60%;
   margin: auto;
   align-content: center;
}
.column-example > div div.reahl-slidingpanel {
   margin: auto;
   text-align: center;
}

.column-example .reahl-slidingpanel .viewport {
   width: 25%;
   height: 3em;
}
.column-example .reahl-slidingpanel .viewport p {
   margin: 0;
}


#ft {
  color:#ccc;
  background-color: #00216f;
}


#ft * {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#ft a {
  float: right;
  color:#ccc; /*Phil added*/
  text-decoration:none;
}
#ft a:hover {
  text-decoration:underline;/*Phil added*/
  color:#ccc; /*Phil added*/
}

#ft p {
/*  margin: .6em .5em 0 .4em;
 */
  margin: .5em;
}

/*
.examplepointer{
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  border-radius: .5em;
  -khtml-border-radius: .5em;

  background-color: white;
  z-index: 1;
  border: 1px solid black;
  padding: .5em 1em .5em 1em;
  text-align: center;
  margin-left: .2em;
  margin-right: .2em;
}
*/
.column-examplecolumn{
  display : flex;
  justify-content: center;
  align-items: center;
}

.examplepointer .alert{
  margin: 0;
}


/*
.reahl-menu li.active > a {
  text-decoration:underline;
}
*/

.card.exampleblurb {
  margin-bottom: 1.5em;
}

.card-deck {
    margin-bottom: 1em;
}
.card.projectblurb {
}

.card-header {
  font-size: 150%;
}

a.card {
    color: #012eb2;
}
a.card:hover {
    text-decoration: none;
}
a.card:hover .card-header {
    text-decoration: underline;
}

.card:hover .bg-dark.card-body p{
    color: white;
}

.card-exhibit-small{
    margin-bottom: 1rem;
    max-width: 18rem;
}
.card-exhibit-medium{
    margin-bottom: 1rem;
    max-width: 45rem;
}
.card-exhibit-large{
    margin-bottom: 1rem;
    max-width: 72rem;
}

.gallery-container {
    margin-top: 1em;
}

.modal-body-source-code {
    background: #343a40;
}

ul.card-body {
    margin-bottom: 0;
}
ul.card-body {
    list-style: none;
}
ul.card-body a {
    color: #dad9d9;
}
.bg-dark.card-body p {
    color: #aaaaaa;
}
.blurbplaceholder.card > * {
    display: none;
}
.blurbplaceholder.card {
    border: none;
}

.dots {
    text-align: right;
    margin-bottom: 0;
}

.embeddedexample {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.embeddedexample .figure.align-center {
    display: block;
    text-align: center;
}

.reahl-youtube-video {
  width: 420px;
  height: 315px;
/*  width: 60em;
  height: 45em; */
}
html div.bottomrelbar .related {
   position: relative;
   top: 0;
}

p.credits {
  font-size: 80%;
  margin: 0;
}

.youarehere {
  background-image: url(/css/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 50%;
}
.clear {
  border: none;
}

/* For the doc pages */
/*div.body {
  max-width: 50em;
}*/

div.sphinxsidebar #searchbox {
    word-wrap: normal;
}

html div.sphinxsidebar #searchbox input[type="submit"] {
    width: auto;
}


#alertbar {
  background-color: #007bff;
}
