/* Move down content because we have a fixed navbar that is 3.5rem tall
*/
body {
  padding-top: 3.5rem;
}
.jumbotron {
  background-image: url("../images/bubbles-wide-50.jpg");
  background-repeat: no-repeat;
  background-position: center;
  color: black;
  text-align: center;
}

/*
.transbox{
  margin: 10px;
  background-color: #ffffff;
  border: 1px solid white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
*/

.biztecpage{
  margin-top: 5em;
}

.biztecjumbotron{
  margin-top: 5em;
  color: black;
  text-align: center;
}

.col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

#skills {
    text-align: center;
}

#Contact {
  text-align: center;
}

hr {
   display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #ffffff;
}

#before_footer
{
  display: block;
  position: relative;
  padding: 0;
  margin: 8px auto;
  height: 0;
  width: 100%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

#copyright{
  font-size: xx-small;
}
