body {
        margin: 0 10% 10% 10%;
        padding: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
}

body #background {
    background-image: url("img/circuits.jpg");
    background-size: cover;
    background-attachment: fixed;
    opacity: .6;
    overflow: visible;
    position: absolute;
    width: 120%;
    margin-left: -10%;
    height: 900%;
    top:0px;
    z-index: -1;
}

.body-box {
    clear: both;
    padding: 60px 80px 80px 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 60px;
    width: 80%;
    background-color: #f5f5f5;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 40px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}



.body-box h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}




hr {
  border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

th {
        text-align: left;
}

#spacer {
        padding: 0px 0px 20px 0;
}

.table {
        width: 100%;
        margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
         padding: 8px;
         line-height: 1.428571429;
         vertical-align: top;
         border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}


.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #c0c0c0;
}

h1,h2,h3 {
        margin: 0;
        padding: 0;
        font-family: 'PT Sans', sans-serif;
        font-weight: normal;
        color: #2B547E;
}

h1 {
        font-size: 2em;
        font-weight:bold;
        color: #2B547E;
}

b {
        font-weight: 700;
}

.logo {
        width: 100%;
        margin: 40px 0 40px 0;
        height: 400px;
        background: url("img/panic.jpg") no-repeat;
        background-size: 100%;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 40px 0 rgba(0, 0, 0, 0.19);
        border-radius: 30px;
}



#info-block-wide {
        width: 45%;
        border: 1px solid blue;
		background-color: rgba(0, 89, 177, 0.2);
        #margin: 20px auto 20px auto;
        padding: 10px;
        text-align: left;
        margin-top: 20px;
        margin-bottom:20px;
        position: relative;
        border-radius: 5px;
        display: block;
}

#info-block {
        width: 45%;
        border: 1px solid blue;
		background-color: rgba(0, 89, 177, 0.2);
        #margin: 20px 20% 20px 20%;
        margin-top: 20px;
        margin-bottom:20px;
        padding: 10px;
        text-align: left;
        border-radius: 5px;
        position:relative;
        display: block;
}

#info-block p {
        margin: 0px;
}

h2 {
        font-size: 1.5em;
        font-weight:bold;
        color: #2B547E;
}

a {
        text-decoration: none;
        color: #2554C7;
}

.book {
    float: left;
    clear: left;
    margin: 20px;
}

.proj-comp {
    padding: 20px;
    float: left;
    clear: left;
    margin: 20px;
    border: 1px solid;
    background-color: #FFAEAE;
    border-radius: 10px;
}

.book-border {
    padding: 20px;
    float: left;
    clear: left;
    margin: 20px;
    border: 1px solid;
    background-color: #efefef;
    border-radius: 10px;
}

.book-img {
    float: left;
    margin-right: 20px;
    vertical-align: top;
}


#footer {
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    bottom: 20px;
    margin-left: auto;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 60px;
    width: 100%;
}

#footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
}

table { border-style: none; border-width: 1px; border-collapse: collapse; padding: 0 }
td, th { background-color: inherit; margin: 0; vertical-align: top }
td   { border: 0; text-align: left }
th   { border-style: solid; font-size: 110%; font-weight: bold; text-align: center }

td.left, th.left, .left td, .left th { text-align: left }
th.indent { padding-left: 4em; text-align: left }
td.center, th.center, .center td, .center th { text-align: center }
td.right, th.right, .right td, .right th { text-align: right }

table { border-style: none; border-width: 1px; border-collapse: collapse; padding: 0 }
td   { border: 0 }
th   { border-style: solid; font-size: 110%; font-weight: bold}

.cal .date { text-align: left; white-space: nowrap }
.cal .holiday, .cal .test { font-style: italic; font-weight: normal }
.cal .holiday { background: #dfd; color: #040 }  /* Dark green on light green */
.cal .test    { background: #fdd; color: #a00}   /* Dark red on light  */
.cal .holiday, .cal .test { border-style: solid; border-width: 1px }
/* .cal td.holiday, .cal td.test { border: 0 } */

.cal .test a { color: inherit; font: inherit; text-decoration: inherit }
.cal .test:hover a { text-decoration: underline }
/* .cal .test:hover { background: #c44; border-color: #800; color: #fee } */

.cal .date { text-align: left; white-space: nowrap }

.cal span br { line-height: 160% }

.nowrap { white-space: nowrap }

@media print {
  body      { font-size: 8pt }
  h2        { margin: 1em 0 0 0 }  /* Bit less top leading */
  h3        { margin: 0 0 .5em 0 } /* Bit less bottom leading */
  p         { margin: 0 0 1em 0 }  /* Bit less bottom leading */
  img       { page-break-inside: avoid }

  .no-break { page-break-inside: avoid }
  .screen   { display: none }	    /* Only display on screen */
  .prt_gap  { padding-top: 5em }

  /* When printing, calendar border is lighter grey, calendars are centered, have
     a wider common min width, and are packed in a bit more tightly.
   */
  table     { border-color: #aaa; margin: 1em auto 1em 1em } /* 2015-08-06 left was 4em */
  td        { padding: 0.15em .5em }
  th        { border-color: #aaa; border-width: 0 0 0.75pt 0; padding: 0.35em 1.5em; text-align: center }

  table.cal { } /* 2015-08-06 min-width: 90% */
  .cal td    { padding-left: 0.35em; padding-right: 0.35em }
  .cal th    { padding-left: 0.50em; padding-right: 0.50em }

  /* Holiday and test borders are a bit darker when printing */
  .cal .holiday  { border-color: #aca }
  .cal .test     { border-color: #dbb }
  .cal span.holiday, .cal span.test { padding-left: 0.25em; padding-right: 0.25em }
}

@media screen {
  body      { font-size: small }
  h2        { margin: 1em 0 .5em 0 }
  h3        { margin: 0 0 .5em 0 }
  p         { margin: 0 0 1em 0 }
  table     { border-color: #aaa; margin: 1em auto 1em 1em } /* 2015-08-06 left was 4em */
  td        { padding: 0.25em 1.5em }
  th        { border-color: #666; border-width: 0 0 1px 0; padding: 0.5em 1.5em }
  ul        { margin: 0 0 1em 0 }

  table.cal { } /* 2015-08-06 min-width: 60em */
  .cal td   { padding-left: 0.50em; padding-right: 0.50em }
  .cal th   { padding-left: 0.75em; padding-right: 0.75em }

  .cal .holiday { border-color: #9b9 }	/* old #060  */
  .cal .test    { border-color: #caa }  /* old #600 */
  .cal span.holiday, .cal span.test { padding: 0.25em }
}

.nav ul {

    list-style: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    display: block;
    vertical-align: top;
    border: 1px solid grey;
    border-radius: 5px;
}

.nav li {
    float: left;
    width: 14%;
    margin-left: auto;
    margin-right: auto;
}

.nav li a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
}

.nav li a:hover {
    background-color: rgba(0, 89, 177, 0.2);
}

pre {
    border-style: solid;
    border-width: 1px;
    color: #dda0dd;
    border-color: #606060;
    background: #202020;
    border-radius: 5px;
    margin-bottom: 1.25rem;
    padding: .5em;
    line-height: 1.3;
}
pre code {
    font-family: 'Source Code Pro';
    font-weight: 400;
    font-size: 10;
}

