#bar {
    //padding: 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
        
}
#bar li{
    display: inline;   
    padding: 0px 5px;
}
#bar a {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}
//.jumbotron {
//  background-image:url(Binary_Code.jpg);
//  height: 350px;
//  background-repeat: no-repeat;
//  background-size: cover;
//}



.bg {
  background: url(code.png) no-repeat center center;
  position: fixed;
  width: 100%;
  height: 350px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
  opacity: .2;
  margin-top: 5px;
}

.jumbotron {
  height: 350px;
  color: white;
  text-shadow: #444 0 1px 1px;
  background:transparent;
  top:0;
  left:0;
}

.jumbotron .container {
  position: relative;
  left: 0px;
  top:0px;
}

.jumbotron p {
  font-size: 25px;
  color: #fff;
  font-family: serif;
  //font-weight: bold;
  color: #0066ff;
}

.jumbotron img {
    margin-top: -75px;
    margin-left: -6px;
    margin-bottom: 0px;  
    opacity: 1;
    background-size: contain;
    
}

.learn-more {
    margin-top: -75px;
  background-color: #f7f7f7;
}

.learn-more h2 {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 0px 15px;
}

.learn-more p {
    padding: 0px 15px;
}

.learn-more a {
  color: #00b0ff;
}

.addr-list {
    text-align: left;
}

.tech {
  margin-top: -75px;
  border: 5px #fff solid;
  background-color: #f7f7f7;
}

.tech p{
 padding: 0px 15px;
}

.cv .row{
  border: 5px #fff solid;
  border-top: 0px;
  background-color: #f7f7f7;
}

.cv h2{
    text-align: left;
}
.cv p{
 padding: 0px 15px;
}

.cv img {
    margin-left: 0px;
    margin-bottom: 10px;    
    margin-top:    10px;
    background-size: contain;
}
//html, body {
//text-align: center;
//}
//p {text-align: left;}

//body {
//	margin: 0;
//	padding: 0;
//	background: #697281;
//	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
//	font-size: 13px;
//	color: #F1F5F8;
//	background-color:#697281;
//}
/**
{
  margin: 0 auto 0 auto;
 text-align:left;}

#page
{
  margin: 0 auto 0 auto; 
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  background: #697281 url(background.png) repeat-y;
  width: 750px;
}*/

//#header
//{
//background-image:url(header.png);
//background-repeat:no-repeat;
//height:156px;
//width:750px;
//}

//#headerTitle
//{
//position:relative;
//left:30px;
//top:75px;
//color:#FFFFFF;
//text-align:left;
//font-size:50px;
//font-weight:bold;
//font-family:Arial, Helvetica, sans-serif;
//}

//#headerSubText
//{
//position:relative;
//left:30px;
//top:72px;
//color:#DEE6F8;
//text-align:left;
//font-size:16px;
//font-weight:bold;
//font-family:Arial, Helvetica, sans-serif;
//}


//#bar
//{
//background-image:url(bar.png);
//background-repeat:no-repeat;
//height:53px;
//width:750px;
//padding-bottom:15px;

//}



//#bar .navLink a
//{
//position:relative;
//top:16px;
//margin-left:35px;
//color:#FFFFFF;
//text-align:center;
//font-size:15px;
//float:left;

//}

//#bar .navLink a:hover
//{
//color:#E4EBFA;
//}


/*.contentTitle
{
//width:700px;
height:44px;
margin-top:20px;
margin-left:25px;
margin-right:25px;
//background-image:url(tab_back.png);
background-repeat:no-repeat;

}

.contentTitle h1
{
margin-left:21px;
padding-top:8px;
font-size:17px;
font-weight:bold;
color:#071027;
}


.contentText
{
width:680px;
padding-left:30px;
padding-right:30px;
font-size:13px;
color:#030712;
line-height:30px;
}

a
{
text-decoration:none;
color:#223F8D;
}

a:hover
{
color:#5478D6;
}*/


#footer {
//width: 750px;
height:49px;
//background: url(footer.png) no-repeat;
text-align:center;
vertical-align: bottom;
font-size:9px;
color:#223F8D;
padding-top:36px;
}

//html, body {
//text-align: center;
//}
//p {text-align: left;}

//ul
//{
 //   list-style-type: none;
//}