/* Space out content a bit */
body {
  padding-top: 10px;
  padding-bottom: 10px;
	background-color: #FAFAFA;
	color: #034fad;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 5px;
}

.carousel-indicators {
	display: none;
}
.navbar-brand img {
	margin-right: 6px;
}

.navbar-toggle .icon-bar {
	 background-color: #FFFFFF;
}

.carousel img {
	display: block;
	height: auto;
	max-width: 100%;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

.carousel  a:focus {
	outline: none;
}

ol.carousel-indicators {
    bottom: 0px;
		margin-bottom: 2px;
}

.carousel-caption {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0.5);
	padding: 3px 5px 9px 5px;
		
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 10%;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 10%;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel-control.left:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right:hover {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}



.jumbotron {
	background-image: url(../img/bg-building.jpg);
	background-color: #EEE;
	border-color: #DDD;
	padding-top : 10px;
	padding-bottom: 95px;
}

h1, h2, h3, h4, h5, h6 {
    text-shadow: none;
		font-family: "Exo 2",Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

h1 {
    font-weight: 700;
		font-size: 2.3em;
}

.jumbotron h1 {
    font-weight: 700;
		font-size: 2.3em;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.jumbotron p {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

a, a:visited {
    color: #0033FF;
    text-decoration: none;
}
a:hover, a:active {
    color: #666666;
    text-decoration: none;
}

a.btn ,  a.btn:visited {
    color: #FFF !important;
    text-decoration: none;
}
 a.btn:hover,  a.btn:active {
    color: #FFF !important;
    text-decoration: none;
}

a.navbar-brand , a.navbar-brand:visited {
    color: #FFF !important;
    text-decoration: none;
}
 a.navbar-brand:hover,  a.navbar-brand:active {
    color: #FFF !important;
    text-decoration: none;
}

.nav a , .nav a:visited {
    color: #DDD !important;
    text-decoration: none;
}
.nav a:hover,  .nav a:active {
    color: #FFF !important;
    text-decoration: none;
}

.mgBody img, .mgContentImage img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
}

.footer {
	margin-top:10px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}

.mgRandom h1.mgHeadline {
	font-size: 1.3em;
	margin: 5px 0px 4px 0px;
}

.mgRandom h2.mgSubHead {
	font-size: 1.1em;
	margin: 2px 0px 2px 0px;
	color: #CCC;
}