html,
body {
  height: 100%;
  width: 100%;
  color: #BDBDBD;
  background-color: #2D2D2D; }

hr {
  border-color: #2D2D2D;
  border-width: 3px;
  max-width: 50px; }

hr.light {
  border-color: white; }

a {
  color: #BDBDBD; }
  a:hover, a:focus {
    color: #8a8a8a; }
a:hover.noUnderline, a:hover.nounderline {
  color:#FFF;
  text-decoration: none;}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px; }

.bg-primary {
  background-color: #2D2D2D; }

.bg-dark {
  background-color: #030303;
  color: white; }

.text-faded {
  color: #BFFFFF; }

section {
  padding: 100px 0; }

.no-padding {
  padding: 0; }

.navbar-default {
  background-color: #000;
  opacity: 0.8;
  border-color: #696969; }

  .navbar-default .navbar-header .navbar-brand {
    color: #BDBDBD;
    font-weight: 700;
    text-transform: uppercase; }
    .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
      color: #a4a4a4; }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px; }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
      color: #a4a4a4; }
  .navbar-default .nav > li.active > a,
  .navbar-default .nav > li.active > a:focus {
    color: #FFF;
    background-color: transparent; }
    .navbar-default .nav > li.active > a:hover,
    .navbar-default .nav > li.active > a:focus:hover {
      background-color: transparent; }

header {
  position: relative;
  width: 100%;
  min-height: auto;
  background-color: #030303;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/header.jpg");
  text-align: center;
  color: white; }
  header .header-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%; }

    header .header-content .header-content-inner h1 {
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0; }
    header .header-content .header-content-inner hr {
      margin: 30px auto; }
    header .header-content .header-content-inner p {
      font-weight: 300;
      color: #BFFFFF;
      font-size: 16px;
      margin-bottom: 50px; }
  @media (min-width: 768px) {
    header {
      min-height: 100%; }
      header .header-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px; }
        header .header-content .header-content-inner {
          max-width: 1200px;
          margin-left: auto;
          margin-right: auto; }

          header .header-content .header-content-inner p {
            font-size: 2.5rem;
            max-width: 82%;
            margin-left: auto;
            margin-right: auto;
            padding-top: 5rem; } }

.section-heading {
  margin-top: 0; }

.service-box {
  max-width: 400px;
  margin: 50px auto 0; }
  @media (min-width: 992px) {
    .service-box {
      margin: 20px auto 0; } }
  .service-box p {
    margin-bottom: 0;
    padding: 2rem;
    text-align: justify; }

.rates p {
  padding: 2rem; }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }

.call-to-action h2 {
  margin: 0 auto 20px; }

.text-primary {
  color: #2D2D2D; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.fa-chevron-circle-down, .fa-chevron-circle-left {
  font-size: 10rem;
  color: #FFF;
  opacity: 0.4; }
  .fa-chevron-circle-down:hover, .fa-chevron-circle-down:focus, .fa-chevron-circle-left:hover, .fa-chevron-circle-left:focus {
    opacity: 0.8; }

.fa-chevron-circle-up {
  font-size: 5rem;
  opacity: 0.9; }
  .fa-chevron-circle-up:hover, .fa-chevron-circle-up:focus {
    opacity: 1; }

.btn {
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase; }

.btn-xl {
  padding: 15px 30px; }

#gallery {
  background-color: #030303; }

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #030303; }

::selection {
  color: white;
  text-shadow: none;
  background: #030303; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #030303; }

#topcontainer .logo {
    margin: 0 auto;
}
#projectBg footer {
  margin-top: 2.5em;
}