body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
  }
  
  .bgimg-1 {
    position: relative;
    /*opacity: 0.85;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }

  .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }

  .bgimg-1 {
    
    background-image: url("images/Business-People-Tech-Work-Office-laptops_1440_958_d.jpg");
    min-height: 100%;
  }
  
  .bgimg-2 {
    background-image: url("images/_People-Brainstorm-Office-Light_1347_898_d.jpg");
    min-height: 400px;
    text-shadow: 1px 1px 1px black;
  }
  
  .bgimg-3 {
    background-image: url("images/income-tax-491626_1920.jpg");
    min-height: 400px;
    text-shadow: 1px 1px 1px black;
  }
  
  .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
  }
  
  .caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 45px;
    letter-spacing: 10px;
  }
  
  h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
  }
  
  /* Turn off parallax scrolling for tablets and phones 
  @media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}*/

  @media (min-width: 768px) {
    .navbar-nav.navbar-center {
      position: absolute;
      left: 50%;
      transform: translatex(-50%);
     }
     
   }

   @media (max-width: 992px) {
    .navbar-nav.navbar-center {
      position: absolute;
      left: 50%;
      transform: translatex(-50%);
     }
     .caption span.border {
        
        font-size: 24px;
        
      }
   }


   #logo {
       width: 45%;
   }

  /* #business {
       margin-top: 30px;
       color: white;
       font-size: 35px;
   }
   */

   .glyphicon {
       font-size: 22px;
       border: 1px solid grey;
       padding: 30px;
       border-radius: 50%;
   }

   .row-pad {
       margin-bottom: 30px;
   }

   #contact {
	background-color: #282e34;
	color: #fff;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 15px;

}

#contact h1 {
	text-align: center;
}

#contact img {
    max-width: 55%;
}

#contact #mail {
    padding-top: 20px;
    padding-bottom: 15px;
}

#contact #phone {
    padding-top: 20px;
    padding-bottom: 15px;
}

#contact .container {

    padding-bottom: 20px;
}




footer {
	text-align: center;
	background-color: #282e34;
	color: #fff;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#arrow {
    text-align: center;
    font-size: 50px;
    color: red;
    border: none;
}

#arrow span {
    border: none;
    font-size: 60px;
}

#arrow a {
    color: red;
}

#arrow p {
    color: white;
    font-size: 16px;
}

nav i {
    margin-right: 10px;
}

.navbar-center li {
    font-size: 24px;
    font-weight: 700;
}