/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Special styles for my web site
*/
.myFluidImageClass {
     width: 20%;
     margin-right: 10px;
     margin-top: 4px;
   }


/* Body and structure
-------------------------------------------------- */

body {
  position: relative;
  padding-top: 40px;
}

h2.section
{
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    color: #369;
    border-bottom: 1px solid #369;
    width: 100%;
    line-height: 20px;
}

h2.section.section-first
{
    padding-top: 20px;  /* Overrides 70px */ 
    margin-top: -40px;  /* Overrides -40px */
}

bolder {
  font-weight: 800;
}

lighter {
  font-weight: 100;
}

.experienceRow
{
    width: 100%;
    float:left;
    margin:0px 0px 5px 0px;
    line-height: 20px;
}

.experienceTitle
{
    float: left;
}

.experienceTitle > h3
{
    font-size: 17px;
    font-weight: bold;
    margin: 0px;    
    color: #369;
    line-height: 22px
}

.experienceTitle > h4
{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;    
    color: #369;
    line-height: 14px;
}

.experienceDate
{
    float: right;
    /******
    padding-top:18px;
    *******/
}
/*************************
a:link
{
  text-decoration: none; 
  border-bottom:1px dotted;
}
**************************/
section a, section a:visited, section a:active {
  color: #369;
  text-decoration: none;
  border-bottom: 1px #369 dotted;
}

section a:hover {              /********************** Changed color for hover from #81A7CC to #005580 *********************/
  color: #005580;            
  text-decoration: none;
 /* border: none;*/
  border-bottom: 1px #005580 solid;
}

blockquote {
  font-style: italic;
}

.supplement-indent { 
  margin-left: 5%; 
}

.center { 
  float: none; 
  margin-left: auto; 
  margin-right: auto; 
}

/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-size: 15px;  /************** was 13px *************/
}

/* Change the docs' brand */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  /*font-weight: normal;*/
  color: #81A7CC;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}

/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */
section {
  padding-top: 70px;       /************ Change to fix sidenav anchor position 30px to 70px *************/ 
  margin-top: -40px;       /************ Added for same fix with negative of amount padding-top increased *************/
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}

/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}

/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
  position: relative;
  padding: 20px 0 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: #336699; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #81A7CC 0%, #336699 40%, #113B6C 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#81A7CC), color-stop(40%,#336699), color-stop(100%,#113B6C)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #81A7CC 0%, #336699 40%, #113B6C 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #81A7CC 0%, #336699 40%, #113B6C 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #81A7CC 0%, #336699 40%, #113B6C 100%); /* IE10+ */
  background: linear-gradient(45deg,  #81A7CC 0%, #336699 40%, #113B6C 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81A7CC', endColorstr='#113B6C',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
  font-size: 60px;
  font-weight: normal;
  float: right;
  letter-spacing: -3px;
  line-height: 1;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}


/* Pattern overlay
------------------------- */
.jumbotron .container {
  position: relative;
  z-index: 2;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/mastheadPattern.png) repeat center center;
  opacity: .4;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) {

  .jumbotron:after {
    background-size: 150px 150px;
  }

}

/* Masthead (docs home)
------------------------- */
.masthead {
  padding: 70px 0 80px;
  margin-bottom: 0;
  color: #fff;
}
.masthead h1 {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -2px;
}
.masthead p {
  font-size: 40px;
  font-weight: 200;
  line-height: 1.25;
}

/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none;
}
.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255,255,255,.25);
}

/* Social proof buttons from GitHub & Twitter */
.bs-docs-social {
  padding: 15px 0;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

/* Quick links on Home */
.bs-docs-social-buttons {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bs-docs-social-buttons li {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  *display: inline;
  *zoom: 1;
}

/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 20px;
}
.subhead .navbar {
  display: none;
}


/* Footer
-------------------------------------------------- */

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}



/* Special grid styles
-------------------------------------------------- */

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
  background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
  background-color: #999;
}


/* Misc
-------------------------------------------------- */

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

/************* Make the navbar-collapse dropdown text the correct color *************/
.navbar-inverse .nav-collapse .nav > li > a,
{
color: #81A7CC;
}
.navbar-inverse .nav-collapse .dropdown-menu a 
{
color: #369;
}
.navbar-inverse .nav-collapse .dropdown-menu a:hover
{
color: #fff;
}
.navbar-inverse .nav-collapse .nav > li > a {          /********* Custom collapse menu text color ********/
  color: #81A7CC;
}
.navbar-inverse .nav-collapse .nav > li > a:hover {          /********* Custom collapse menu text color ********/
  color: #fff;
}


/* Used to wrap text under tabbed nav with the same border as on the top */
.nav-tab-border-text {
  border-right:  1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left:   1px solid #DDD;
}

/* Color text in button of collapsed navbar */
.navbar-inverse .btn-navbar {
color: #81A7CC;
}

/* Used to extend left and right border under tabbed nav with the same border as on the top *
.nav-tabs > li > a {
  border-right:  1px solid #DDD;
  border-left:   1px solid #DDD;
}
***********************************************************/

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

.hero-unit {
  /* Was #b7cfe6; */
  background-color: #B7CFE6;
  padding: 20px;     /* Overrides 60px; */
  font-size: 16px;   /* Overrides 18px */
  font-weight: 200;  /* Overrides 200 */
  line-height: 24px; /* Overrides 30px */
}

.hero-unit img {
-moz-box-shadow: 4px 4px 2px #888888; /* Old Firefox */
box-shadow: 4px 4px 2px #888888;
}

/* Custom button
-------------------------------------------------- */

.btn-custom.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-custom {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2f6295;
  background-image: -moz-linear-gradient(top, #2a5885, #3672ac);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a5885), to(#3672ac));
  background-image: -webkit-linear-gradient(top, #2a5885, #3672ac);
  background-image: -o-linear-gradient(top, #2a5885, #3672ac);
  background-image: linear-gradient(to bottom, #2a5885, #3672ac);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a5885', endColorstr='#ff3672ac', GradientType=0);
  border-color: #3672ac #3672ac #244b72;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3672ac;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.disabled,
.btn-custom[disabled] {
  color: #ffffff;
  background-color: #3672ac;
  *background-color: #306598;
}
.btn-custom:active,
.btn-custom.active {
  background-color: #2a5885 ;
}
/*
.btn-primary {
  background-color: #2A5885;
  background-image: linear-gradient(to bottom, #222222, #336699);
  background-repeat: repeat-x;
}
*/

/* Responsive docs
-------------------------------------------------- */

/* Utility classes table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}


/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  /*position: fixed;              *********************** Added ******************/
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 3px;              /********************** Was 2px *******************/
  margin-right: -6px;
  opacity: 0;                /****************** Was .25 *****************/
  vertical-align: baseline;         /****************** Adjust right chrevron for left nav downward *************/
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: 0;                /****************** Was .5 *****************/
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}


[class^="icon-"], [class*=" icon-"] {   /****************** Added to fix vertical alignment for Font Awesome icons *************/
    vertical-align: +22%;
}
/*.icon-chevron-right {                   /****************** Adjust right chrevron for left nav downward *************
  vertical-align: -20%;
}
*/


/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {   /* >= 1200px wide */
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9;   /* "\9" hack applies the 230px width in IE 7 through 9 only - Override the previous IE7-9 hack */
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {   /* <= 980px wide */
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    width: 218px;
    margin-top: 30px;
    margin-right: 0;
  }
/***************************
  .navbar-inverse .nav-collapse .nav > li > a  {
    color: #81A7CC;
  }
****************************/
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {   /* 768px to 979px wide */
  /* Remove any padding from the body */
  body {
    padding-top: 0;      /************** Changed 0 to 60px ******************/
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 60px;            /* Originally 0 */
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {   /* <= 767px wide */
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }
  .masthead h1 {
    font-size: 90px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }
  .bs-docs-social {
    margin: 0 -20px;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {   /* <= 480px wide */
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 45px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 18px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  /* Marketing on home */
  .marketing h1 {
    font-size: 30px;
  }
  .marketing-byline {
    font-size: 18px;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Examples: dropdowns */
  .bs-docs-example-submenus > .pull-left {
    float: none;
    clear: both;
  }
  .bs-docs-example-submenus > .pull-left,
  .bs-docs-example-submenus > .pull-left + .pull-left {
    margin-left: 0;
  }
  .bs-docs-example-submenus p {
    margin-bottom: 0;
  }
  .bs-docs-example-submenus .dropup > .dropdown-menu,
  .bs-docs-example-submenus .dropdown > .dropdown-menu {
    margin-bottom: 10px;
    float: none;
    max-width: 180px;
  }

  /* Examples: modal */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  /* Tighten up footer */
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
