
.navbar-default{ /* assigning the top bar to the entire navbar div element */
    text-align: center;
    background-color: #004c7e;
    box-shadow: inset 0px 6px 0px #004c7e; /* initial gray color to the top bar */  
    border-top: 2px solid #004c7e;
    border-bottom: 2px solid #004c7e ;

    font-size: 16px;
    }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: #004c7e;
    box-shadow: inset 0px 6px 0px #004c7e; /* switch to a darker color on hover */
}
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    
    background-color: #004c7e;
    box-shadow: inset 0px 6px 0px white; /* switch to a lighter color for active element */
}
.navbar-default .navbar-nav > a{
    color: white;
}

.a {
  color: white;
    
    
}



.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: fixed;
      align-content: center;
      height: 300px;
  }
/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #004c7e; 
}
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss {
	background-color: #F56505;
}
.social-network a.icoFacebook {
	background-color:#3B5998;
}
.social-network a.icoTwitter {
	background-color:#33ccff;
}
.social-network a.icoGoogle {
	background-color:#BD3518;
}
.social-network a.icoVimeo {
	background-color:#0590B8;
}
.social-network a.icoLinkedin {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
 .spacer {  margin-top: 40px; }
 .spacermed {  margin-top: 80px; }

.panel > .panel-body {
    min-height: 50px;
    
}
.panel-default > .panel-heading-custom {
background: #004c7e; color: #fff; }

h1{
color: #004c7e;
font-size: 40px;
    
}
h12
{
color: #fff;
font-size: 40px;
    
}

h2 {
color: #004c7e;    
}
h3 {
    
    color: #004c7e;
}
h4 {
    color: #004c7e;
}

.Jumbotron {
    
    text-align: center;
    
    
    
}

.boxshadow {
    
    box-shadow: 10px 10px 5px #888888;
    
}

/* relevant styles */
.img__wrap {
  position: relative;
  height: 200px;
  width: 257px;
}

.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(29, 106, 154, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}



