/* Space out content a bit */
body {
  padding-top: 28px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  border-bottom: 0px;
}

/* Creating my customized Navbar */
.navbar-andi {
  background-color: #fff;
  border-color: #fff;
}

.navbar-andi .navbar-brand {
  color: #777;
}
.navbar-andi .navbar-brand:hover,
.navbar-andi .navbar-brand:focus {
  color: #418ac9;
  background-color: transparent;
}
.navbar-andi .navbar-text {
  color: #418ac9;
}
.navbar-andi .navbar-nav > li > a {
  color: #418ac9;
}
.navbar-andi .navbar-nav > li > a:hover,
.navbar-andi .navbar-nav > li > a:focus {
  color: #418ac9;
  background-color: #eee;
}
.navbar-andi .navbar-nav > .active > a,
.navbar-andi .navbar-nav > .active > a:hover,
.navbar-andi .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #418ac9;
}
.navbar-andi .navbar-nav > .disabled > a,
.navbar-andi .navbar-nav > .disabled > a:hover,
.navbar-andi .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-andi .navbar-toggle {
  border-color: #ddd;
}
.navbar-andi .navbar-toggle:hover,
.navbar-andi .navbar-toggle:focus {
  background-color: #418ac9;
}
.navbar-andi .navbar-toggle .icon-bar {
  background-color: #418ac9;
}
.navbar-andi .navbar-collapse,
.navbar-andi .navbar-form {
  border-color: #418ac9;
}
.navbar-andi .navbar-nav > .open > a,
.navbar-andi .navbar-nav > .open > a:hover,
.navbar-andi .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #418ac9;
}

.container-fluid-ag {
  padding-right: 8px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}


/* Make the masthead heading the same height as the navigation */
.header h3 {
	padding-bottom: 19px;
	margin-top: 6px;
	margin-bottom: 0;
	line-height: 40px;
	color:#000;
	font-size:21px;
	font-family: sans-serif;
	font-weight: bold;
}

/* Creating the header-backward-link */
a.mainmenu	{ display:block; width:340px; height:41px; border-width:0px; background-image: url("img/logo/ag_page_logo_lowlight.svg"); background-repeat: no-repeat; }
a.mainmenu:link 	{ color:#00f; background-image: url("../img/logo/ag_page_logo_lowlight.svg"); background-repeat: no-repeat; text-decoration:none; }
a.mainmenu:visited	{ color:#00f; background-image: url("../img/logo/ag_page_logo_lowlight.svg"); background-repeat: no-repeat; text-decoration:none; }
a.mainmenu:hover	{ color:#00f; background-image: url("../img/logo/ag_page_logo_lowlight.svg"); background-repeat: no-repeat; text-decoration:none; }
a.mainmenu:active	{ color:#00f; background-image: url("../img/logo/ag_page_logo_lowlight.svg"); background-repeat: no-repeat; text-decoration:none; }

/* Make the thumbnails slick */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 28px;
  line-height: 1.42857143;
  background-color: #fff;
} 

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 998px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 14px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* Thumbnails */

#hover-cap-4col .thumbnail {
    position:relative;
    overflow:hidden;    
}
.caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    color:#fff !important;
}

a.caplink {
	color:#fff;
	
}

h4.capheader {
	padding-left:11px;
	padding-right:9px;
}

p.captext {
	padding-left:11px;
	padding-right:9px;
	line-height:1.2em;
}