/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
    background-color: #FFF;
    overflow-x: hidden;
font-family: 'Raleway', sans-serif;}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 60%;
    margin-top: 120px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.navbar-collapse{
  height: 50%;
  margin: 20px 65px 65px 65px;

}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-inverse{
  background-color: #FFF;
}

#nav-logo{
  margin: -20px 0px 20px 0px;
}

.choiceleft{
  margin-top: 20px;
  padding: 30px;
  border-right: 1px solid #333;
  text-align: center;

}

.choiceright {
  margin-top: 20px;
  padding: 30px;
  text-align: center;
}

#productivity{
   background-color:#215485;
   color: #FFF;
   text-align: center;
   margin-top: 20px;
   padding: 50px;
}

#dependability{
  text-align: center;
  padding: 50px;
  background-color: #FFF;
}

#technology{
  background-color:#215485;
  color: #FFF;
  text-align: center;
  padding: 50px;
}

footer {
  text-align: center;
  font-weight: bold;
}

.fa {
  padding: 5px;

}

ul {
  list-style:none;
}

.bottom-one ul li{
    position: relative;
    display: block;
    float: left;
    padding: 5px;
}

.bottom-two ul li{
    position: relative;
    display: block;
    float: left;
    padding: 5px;
}

.bottom-one, .bottom-two{
    margin-left: -35px;
}

.img-center {
  margin:0 auto;
}

#social-nav {
  padding: 10px;
  float: right;
  display: block;
    position: relative;
}
button {
    margin: 20px 5px 0px 5px;

}

.btn-primary, .btn-secondary{
  margin-top: 5px;
  margin-left: -10px;
  margin-right: -10px;
}

.padding-0 {
    padding: 0;
}

th, tr{
  text-align: center;
}


h2 {
  color:#215485;
  font-size: 30px;
}

h3, h4{
  color: #337ab7;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #215485;
}

a:hover{
  text-decoration: none;
  color:#215485;
}

.fa-2x{
  margin-top: 5px;
  margin-left: -15px;
  margin-right: -15px;
  color: #efc917;
}

.fa-2x:hover{
  color: #215485;
}

.text-white{
  color: #FFF !important;
}

.text-gold{
	color: #efc917;
}

hr{
  color: #000;
}

.fa-3x {
  margin-top: 10px;
}

.navbar-toggle{
  background-color: #215485;
  margin-top: 25px;
}


#contact-banner {
    position: relative;
    border-bottom: 20px solid #000000;
    background-color: #29477d;
    margin: 0 auto;
    background-position: center center;
    height: 220px;
    background-repeat: no-repeat;
    margin-top: 130px;
}

#contact-banner .page-title {
    text-align: center;
    vertical-align: middle;
    line-height: 205px;
    font-size: 37px;
    color: #fad009;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
}

#contact-body, #clients-body, #candidates-body, #employees-body{
  margin-top: 20px;
}

.navbar-header{
  margin-top: 20px;
}


header.carousel .fill {
  background-position: left center;
}

.container > .navbar-header {
  margin: 20px 25px -30px 25px;
}
