.navbar-inverse
{
  background-color: #3e50b4;
  border-color: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a
{
	color: #FFFFFF;
}
.home_ico
{
	padding-top: 50px;
}
.panel-default>.panel-heading
{
	color: #FFFFFF;
  background-color: #3E50B4;
  border-color: #4A4A4A;
}
.introduction
{
	text-align: left;
}
.social 
{
font-size: 1.3em;
}
footer
{
	padding-bottom: 0px;
}

#gallery {
	width:660px;
	margin:100px auto;
	}

#gallery a {
	text-decoration:none;
	}

#gallery .item {
	width: 200px; height: 200px; overflow: hidden;
	float: left;
	border: 5px solid #333;
	margin: 5px;
	}


#gallery .item a { 
    overflow: hidden;
	}

#gallery .item a img {
	height: 100%; 
	align-self: center;
	}

.lightbox {
	/** Hide the lightbox */
	display: none;
	
	/** Apply basic lightbox styling */
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color:#333333;
	}

.lightbox:target {
    /** Show lightbox when it is target */
    display: block;
    outline: none;
}

.lightbox .box {
  	width: -webkit-min-content;
  	width: -moz-min-content;
  	width: min-content;
	min-width:500px;
 	margin: 2% auto;
	padding:10px 20px 10px 20px;
	background-color:#FFF;
	box-shadow: 0px 1px 26px -3px #777777; 
	}

.lightbox .title {
	margin:0;
	padding:0 0 10px 0px;
	border-bottom:1px #ccc solid;
	font-size:22px;
	}

.lightbox .content {
	display:block;
	position:relative;
	}
	

.lightbox .content .desc {
	z-index:99;
	bottom:0;
	position:absolute;
	padding:10px;
	margin:0 0 4px 0;
	background:rgba(0,0,0,0.8);

	color:#fff;
	font-size:17px;
	opacity:0;
	transition: opacity ease-in-out 0.5s;
	}	
	
.lightbox .content:hover .desc	{
	opacity:1;
}

.lightbox .next,
.lightbox .prev,
.lightbox .close {
	display:block;
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#858585;
	}

.prev {
	float:left;
	}

.next, .close {
	float:right;
	}
	
	.clear {
		display:block;
		clear:both;
		}


.navbar-brand>img {
    display: block;
    width: 38%;
}

 
.navbar-inverse {
    background-color: #3e50b4;
    border-color: #EEE;
}
 
.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top: -13px;
    padding-bottom: 10px;
}

.navbar-header{
    height:22px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    margin-top: -10px;
}

.panel { 
    min-height: 400px;
}

p {
    margin: 0 0 10px;
    line-height: 1.8em;
}


button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 50%;
    margin-bottom: 10px;
}

textarea {
    overflow: auto;
    height: 80px;
}


button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    width: 10%;
}

