/* Override some defaults */

.entry-content a {
  color: #3c53a6;
  text-decoration: none;
}

.entry-content a.black {
  color: black;
  text-decoration: none;
}

.entry-content a.black:hover {
  color: black;
  text-decoration: underline;
}

.entry-content a:hover {
  color: #27356a;
  text-decoration: underline;
}

.entry-content a:active {
  text-decoration: underline;
}

a.anchor {
  display: block;
  position: relative;
  top: -40px;
  visibility: hidden;
}

.course-schedule table{
  display: table;
  padding: 0;
  background-color: transparent;
  border-color: gray;
  font-size: 16px;
  font-weight: 300;
}

.course-schedule table tr{
  border-width: 1px;
  border-style: solid;
  /* border-top-width: 1px;
  border-top-style: solid; */
}

.course-schedule table tr th{
  display: table-cell;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  padding-top: 6px;
  padding-left: 13px;
  padding-right: 13px;

  vertical-align: inherit;
}

.course-schedule table tr td{
  display: table-cell;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  padding: 6px 13px;

  vertical-align: inherit;
}

@font-face {
  font-family: 'AvenirNext-Regular';
  src: url('../fonts/AvenirNext-Regular/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirNext-Regular/AvenirNext-Regular.woff') format('woff'), url('../fonts/AvenirNext-Regular/AvenirNext-Regular.ttf')  format('truetype'), url('../fonts/AvenirNext-Regular/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FrutigerNeueW02-Bd';
  src: url('../fonts/FrutigerNeueW02-Bd/FrutigerNeueW02-Bd.eot?#iefix') format('embedded-opentype'),  url('../fonts/FrutigerNeueW02-Bd/FrutigerNeueW02-Bd.woff') format('woff'), url('../fonts/FrutigerNeueW02-Bd/FrutigerNeueW02-Bd.ttf')  format('truetype'), url('../fonts/FrutigerNeueW02-Bd/FrutigerNeueW02-Bd.svg#FrutigerNeueW02-Bd') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular/Roboto-Regular.ttf')  format('truetype'), url('../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6{
  text-decoration: none;
  color: #333333;
  font-style:normal;
  font-weight:bold;
  /*background-color: #eeeeee;*/
  /*  text-transform: uppercase; */
  font-family:"Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
}

body {
  padding-top: 70px;
  text-rendering: optimizeLegibility;
  font-family:"Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
}

#sidebar .list-group, #sidebar .list-group-item {
  background-color: transparent;
}

/* for list-groups nested within a list-group-item, reset the bottom margin */
.list-group-item > .list-group {
  margin-bottom: 0px;
}

/* for list-group-items nested within a list-group-item, reset the bottom
padding of the last item, b/c the containing item has paddimg already 
 */
.list-group-item .list-group-item:last-child {
  padding-bottom: 0px;
}

.list-group-item {
  border: none;
}

.tag-0 {
  font-size: 16pt;
}

.tag-1 {
  font-size: 13pt;
}

.tag-2 {
  font-size: 10pt;
}

.tag-3 {
  font-size: 8pt;
}

.tag-4 {
  font-size: 6pt;
}

#aboutme {
  padding-top: 0px;
  padding-bottom: 5px;
  -ms-word-break: normal;
  word-break: normal;
}

#sidebar {
  padding-top: 0px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#sidebar a {
  color: inherit;
}

.icon-label {
  margin-left: 10px;
}

/* Example for how to control spacing between icon and label in specific
lists in the sidebar. To change, override in your CUSTOM_CSS           */
#sidebar #social i {
  margin-right: 3px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  padding: 2px;
}

.entry-content figcaption, .caption {
  font-size: small;
  margin-bottom: 2px;
}

.summary img {
  max-width: 100%;
  height: auto;
}


.floatright, .align-right {
  float: right;
}

.floatleft, .align-left {
  float: left;
}

.floatcenter, .align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure.floatright, .align-right {
  margin-left: 4px;
}

figure.floatleft, .align-left {
  margin-right: 4px;
}

figure.floatcenter, .align-center {
  margin-bottom: 11px;
}

.highlighttable pre {
  /* Removes bootstrap default margin-bottom */
  margin-bottom: 0px;
}

.highlighttable {
  /* Adds them margin-bottom to highlightable instead of <pre> */
  margin-bottom: 11px;
}

.highlighttable {
  width: 100%;
}

#categories ul, #tags ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.docutils.footnote td.label {
  display: table-cell;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
  border-radius: inherit;
}

.categories-timestamp {
  color: #AAAAAA;
  font-size: 0.9em;
  margin-right: 10px;
}

.tagcloud li {
  padding: 0px;
}

#banner {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  background-size: cover; 
  background-color: #C4C4C4;
  margin: 0 0 20px;
  padding: 70px 0; /*controls padding around inner text*/
  position: relative;
}

#banner .copy {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  display: inline;
  float: left;
  max-width: 600px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

#banner h1 {
  color: #fff;
  font-size: 60px;
  font-stretch: condensed;
  font-weight: 700;
  line-height: 0.9;
  margin: 0;
  /*  text-transform: uppercase; */
}
#banner .intro {
  color: #fff;
  font-size: 21px;
  line-height: 1.33;
  opacity: 0.75;
}
#banner .btn, #banner .intro {
  margin-left: 4px;
}

/* Solutions for mobile and small screens  */
@media (max-width: 650px) {
  #banner h1{
    font-size: 30px; /* !important;*/
  }
  #banner .intro{
    font-size: 16px;
  }
}

