#header-title {
	margin-top: 0;
	font-size: 36px;
}

body {
	padding-bottom: 250px;
	background: #E6E7E9;
  background-image: https://s3.amazonaws.com/jhwebdev/wtc_nyc_1920x1262.jpg;

}

.container {
  padding-bottom: 200px;
}

.logo-main {
    height: 75px;
    width: 75px;
}

#header-subtitle {
	clear: both;
}

#header-quote {
	padding-bottom: 50px;
}

.navbar-default {
	background: rgba(0,0,0,0.4);
	background: #000C1F;
}

.header-title-text {
	color: #C6D7DF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active {
	color: #D6B630;
	font-size: 16px;
}

.header-subtitle-text {
	color: #D6B630;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 1050px){

  #header-title {
    font-size: 24px;
  }
  .header-subtitle-text {
    font-size: 14px;
  }
  .logo-main {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 943px){

	#header-title {
		font-size: 18px;
	}
	.header-subtitle-text {
		font-size: 12px;
	}
  .logo-main {
    width: 40px;
    height: 40px;
  }
}



@media (max-width: 796px){
  .logo-main {
    width: 0px;
    height: 0px;
  }
}

@media (max-width: 786px){
  #header-title {
    font-size: 14px;
  }
  .header-subtitle-text {
    font-size: 10px;
  }
}

@media (max-width: 767px){
	#header-title {
		font-size: 18px;
	}
	.header-subtitle-text {
		font-size: 12px;
	}
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  z-index: -10;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

img.clearbg {
	opacity: 0.6;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

.fade-hide, .fade-show {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.fade-hide {
  opacity:1.0;
}
.fade-hide.fade-hide-active {
  opacity:0;
}

.fade-show {
  opacity:0;

}
.fade-show.fade-show-active {
  opacity:1;
}

.backdrop {
	background-color: #E6E7E9;
	min-height: 800px;
	z-index: -9;
	position: fixed;
	opacity: .6;
}

.fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 1;
}
.fade.ng-enter,
.fade.ng-leave {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.fade.ng-enter {
    opacity: 0;
}
.fade.ng-enter-active {
    opacity: 1;
}
.fade.ng-leave {
    opacity: 1;
}
.fade.ng-leave-active {
    opacity: 0;
}

/*show and hide quote animation*/
.animate-show {
  line-height:20px;
  opacity:0.8;
}

.header-brand {
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  display:block!important;
}

.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition:all linear 1.0s;
  transition:all linear 1.0s;
}

.animate-show.ng-hide {
  line-height:0;
  opacity:0;
}

.check-element {
}

.page-title {
  background-color: #000C1F;
  color: #C6D7DF;
  padding: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.clients {
    /*border: 1px solid black;*/
    /*margin: 4px;*/
    min-height: 100%;
    height: 250px;
    opacity: .6;
    background-color: #ddd;
    /*width: 24%;*/

}

.clients:hover {
    /*background-color: #D6B62B;*/
    color: #806D1A;
    opacity: 1;
}

.services-pic {
  margin-top: 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  background-color: #eee;
}




