* {
  margin: 0;
  padding: 0;
}
p {
  font-family: Ubuntu;
  font-weight: bold;
}
blockquote {
  font-weight: 600;
}
h1, h2, h3, h4 {
  font-family: Lobster;
}
html, body {
  font-size: 20px;
  font-weight: 300;
  text-rendering: optimizedLegibility;
}
#topbar {
  width: 100%;
  position: fixed;
  z-index: 1;
}
.navbar, .navbar-default {
  padding: 0;
  margin: 0;
}
.nav a {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
  
}
.nav a:hover { 
  color: #000000;
  background-color: #efefef;
  text-decoration: none;
}

.nav li {
  display: inline;
}
.nav-pills {
  
  background-color: black;
  padding: 10px;
  padding-top: 0;
  border-radius: 4px 4px 0 0 ;
}
/* header area */
.jumbotron, .container-fluid {
  background-image: -webkit-linear-gradient(rgba(0, 0, 50, 0.5),rgba(0, 0, 50, 0.5)),url(http://www.totalitspecialists.com/images/Total_IT_Specialists.png);
  background-image: linear-gradient(rgba(0, 0, 50, 0.5),rgba(0, 0, 50, 0.5)),url(http://www.totalitspecialists.com/images/Total_IT_Specialists.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  border-radius: 0;
}
.portrait {
  margin-top: 20px;
  text-align: center;
  background:rgba(255,255,255,0.5);
}
.portrait img{
  width: 15%;
  height: 15%;
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 1%;
}
.content {
  text-align: center;
  padding-top: 5px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10px;
}
.content p, h3, blockquote {
 padding: 0;
}
div .content {
   background:rgba(255,255,255,0.5);
}
p span {
  padding-left: 10px;
}
.contents {
  font-size: 15px;
  text-align: left;
}
.row {
  text-align: center;
}
.caption {
  padding-bottom: 1px;
}
form {
  font-family: Ubuntu;
  font-weight: 600;
}
#portfolio {
  text-align: center;
  font-size: 150px;
}
.footer {
  text-align: center;
  background: #000000;
  padding-bottom: 5px;
}
.footer a {
  color: #5a5a5a; 
  text-decoration: none;
}
#wlove {
  font-size: 12px;
  display: inline-block;
  margin: auto;
}
#gallery{
  max-width: 750px;
  margin: 0 auto;
  display: block;
}
#gallery img {
  max-height: 650px;
}
