/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  background-color: #010a15;
  background-image: url(/img/gl_logo_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	color: #5a5a5a;
	height: 100%;
	padding: 0;
	padding-bottom: 40px;
	margin: 0;
	width: 100%;
  background-attachment: fixed;
  position: relative;
}

/* GLOBAL STYLES
-------------------------------------------------- */

#page-view{
  height: 1px;
  width: 100%;
  background: transparent;
  margin-top: 94vh;
}

.page {
 /* margin: 40px auto 20px*/
 padding: 40px 0;
}

#opacity-layer {
  background: rgba(255, 255, 255, 1);
  height: 100%;
  width: 100%;
  margin-bottom: -40px;
  padding-bottom: 20px;
  min-height:92vh;
}

hr {
  border-color: #2790B0;
  border-style: solid none;
  border-width: 1px 0;
  margin: 20px 0
}

.mute {
  color: gray
}

.img-circle {
  border: 5px solid rgba(39, 144, 176, 0.5)
}

#texty {
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 5em;
	list-style: none;
}

#texty .blurb {
	height: 150px;
	text-transform: capitalize;
	color: rgba(39, 144, 176, 0.18);
	float: left;
	margin-right: 130px;
}

/* BUTTONS */

.btn-primary {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #2790b0, #123);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.31) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #123;
  color: #ffffff
}

.btn-cta{
  font-weight: 700;
  margin:10px auto;
  width: 85%;
  padding:14px;
  text-align:center;
	font-size: 18px;
}


/* NAVBAR
-------------------------------------------------- */

.navbar-wrapper {
	background: linear-gradient(to bottom, rgba(125,185,232,0) 10%,rgb(25, 122, 155) 100%);
	border-bottom: 5px solid #2790B0;
	position: sticky;
	height: 50px;
	top: 0;
	z-index: 10000;
}

.navbar-inverse .btn-navbar {
  background-color: #2790B0;
  background-image: linear-gradient(to bottom, #2790B0, #134957);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  background-color: #134957;
  color: #FFFFFF
}

.navbar-inverse .nav-collapse .nav>li>a:hover,
.navbar-inverse .nav-collapse .nav>li>a:focus,
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
  background-color: #2790B0
}

.navbar .brand {
  padding: 14px 20px 16px;
  font-size: 24px
}

.navbar .brand {
	background-image: url('/img/logos/G final-small.png');
	width: 100px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: -2px;
	background-position-x: 0px;
}

.navbar .nav>li>a {
  padding: 15px 20px
}

.navbar .btn-navbar {
  margin-top: 10px
}

.navbar {
  margin-bottom: 0
}

.navbar-inner {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  filter: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  background: none;
  background-repeat: none
}

.navbar-inverse .navbar-inner {
  border: none;
  background-repeat: none;
  background-color: transparent;
  background-image: none;
  filter: none
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
  text-shadow: none;
  color: #fff
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav>li>a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav>li>a:focus {
  color: #FFF;
  background-color: #2790B0;
  transition: all 0.5s ease-in-out 0s
}

.brand:hover .muted {
  color: #222;
  transition: all 0.5s ease-in-out 0s
}

.navbar-inverse .nav .active>a,
.navbar-inverse .nav .active>a:hover,
.navbar-inverse .nav .active>a:focus {
  background-color: #2790B0;
  color: #FFFFFF
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  box-shadow: none
}

.solid-nav{
  background: linear-gradient(to bottom, rgb(4,18,30) 10%,rgb(25, 122, 155) 100%)
}

/* HOME PAGE */

#home {
  position: relative;
  top: -100px
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
  margin-bottom: 30px;
  border-bottom: 5px solid #2790B0;
  box-shadow: 0 2px 5px 2px
}

.carousel .container {
  position: relative;
  z-index: 9
}

.carousel-control {
  height: 80px;
  margin-top: 50px;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  background-color: transparent;
  border: 0;
  z-index: 10
}

.carousel .item {
  height: 500px
}

.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px
}

.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 550px;
  padding: 20px;
  margin-top: 130px;
  background-color: rgba(1, 1, 1, 0.6);
  border-radius: 12px;
  border: 2px solid #2790b0;
  box-shadow: 1px 1px 10px 0px #222
}

.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.carousel-caption .btn {
  margin-top: 10px
}

.carousel-indicators {
  top: auto;
  bottom: 15px
}

.carousel-indicators li {
  cursor: pointer
}


/* MARKETING CONTENT
-------------------------------------------------- */

.marketing .span4 {
  text-align: center
}

#home .top-feature {
  text-align: center
}

#home .top-feature:hover .img-circle {
  border: 5px solid rgba(39, 144, 176, 1)
}

#home .top-feature:hover h2 {
  color: #2790B0
}

#home h2 {
  font-weight: normal
}

#home .top-feature h2 {
  font-size: 30px
}

#home .top-feature p {
  margin-left: 10px;
  margin-right: 10px
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0
}

.featurette {
  padding-top: 50px;
  overflow: hidden
}

.featurette-image {
  margin-top: -10px
}

.featurette-image.pull-left {
  margin-right: 20px
}

.featurette-image.pull-right {
  margin-left: 40px
}


/* Thin out the marketing headings */

.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px
}

.marketing .span4:hover .img-circle {
  border: 5px solid rgba(39, 144, 176, 1);
  transition: all 0.5s ease-in-out 0s
}

.marketing .span4 a {
  color: #5A5A5A;
  text-decoration: none
}

.marketing .span4:hover h2 {
  color: #2790B0
}


/* SERVICES */

#services .img-circle {
  float: left;
  margin-right: 30px
}

#services h2 {
  margin-top: 20px
}

#services h2,
#services p {
  display: flex
}


/* PORTFOLIO */

.portfolio_item {
  position: relative;
  height: 240px;
  width: 370px;
  margin: 12px 8px;
  display: inline-block;
  background: #2790B0
}

.portfolio_item .portfolio_caption {
  background: none repeat scroll #123;
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 0px
}

.portfolio_caption .caption_text {
  display: none;
  margin-top: 5px;
  color: #ccc;
  font-weight: bold
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {
  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto
  }
  .navbar-inner {
    border-radius: 0;
    margin: 0
  }
  .carousel .item {
    height: 500px
  }
  .carousel img {
    width: auto;
    height: 500px
  }
  .featurette {
    height: auto;
    padding: 0
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px
  }
}

@media (max-width: 767px) {
  .carousel-caption {
    margin-top: 70px
  }
  .navbar-wrapper {
    margin: 0 -20px
  }
  .carousel {
    margin-left: -20px;
    margin-right: -20px
  }
  .carousel .container {}
  .carousel .item {
    height: 300px
  }
  .carousel img {
    height: 300px
  }
  .carousel-caption {
    width: 65%;
    padding: 0 70px;
    margin-top: 100px
  }
  .carousel-caption h1 {
    font-size: 30px
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 18px
  }
  #home .span4+.span4 {
    margin-top: 40px
  }
  .featurette-heading {
    font-size: 30px
  }
  .featurette .lead {
    font-size: 18px;
    line-height: 1.5
  }
}

@media (max-width: 599px) {
  .carousel-caption {
    margin-top: 50px
  }
  .marketing .featurette-heading {
    text-align: center
  }
}

@media (max-width: 480px) {
  .carousel-caption {
    width: 60%;
    padding-bottom: 10px
  }
  .marketing .featurette-heading {
    text-align: center
  }
  #services .service {
    text-align: center
  }
  #services .img-circle {
    float: none;
    margin-right: 0px
  }
  #services h2,
  #services p {
    display: inherit
  }
}