
 body{
 	/*background: url('../images/bgroundmain.png') fixed no-repeat center;*/

 	z-index: 1080;

 }
 *:not(body){
 	background-color: rgba(255,255,255,0);
 }
.jumbotron,.container-main{
	background-color: rgba(255,255,255,.1);
}
 a:hover{
 	cursor: pointer;
 }
 html body span{
	font-size: 15.5px;
	color:black;
}
body .navbar{
	background-color: #D0CDE9;
	border: none;
}
#members .nav-tabs > li.active > a, #members .nav-tabs > li.active > a:hover,  #members .nav-tabs > li.active > a:focus{
	background-color: rgb(255, 252, 247);
	
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{

background-color: rgba(248, 248, 248, 0.9);
color:black;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover{
	background-color: rgba(248, 248, 248, 0.9);
	/*color:rgb(253, 199, 199);*/
	color:black;
	
}

#members > .active > a:active,#members  > .active > a:hover,#members  > .active > a:focus{
	background-color: gray;
	color:black;
}

#members >.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	/*background-color:rgba(248, 248, 248, 0.9) ;*/
}

#members .jumbotron .container #mem-list li{
	border: gray;
}
 #members .jumbotron .container #mem-list li a{
	color: black;
}
.jumbotron h1{
	color:black;
}
html #home p,html #files p{
	font-size: 19px;
	color: black;
}
body .container-main{
	width: 100%;
	background-color: white;
}
section{
	padding-top: 85px;
	height:100%;
	background-color: white;
	margin-top:1px;
	z-index: 19;
	/*background: url('../images/bgroundmain.png') no-repeat fixed contain;*/
}
.container-main h1{
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 35pt;
	color:rgb(131, 131, 131);
}
#home img, #pics img{
	height: 75%;
	border: gray 1px solid;
	padding: 5px;
	margin-bottom: 15px;
	opacity: 0.7;
    filter: alpha(opacity=80);
}

#pics img{
	border:none;
	margin: 0;
}
#members img{
	width:100%;
	height: 100%;
}

#members #mem-list li a{
	color:rgb(177, 177, 193);
	border:solid thin rgba(177, 177, 193,.2);


}
.white{
	color:white;
}
.left-justify{
	text-align: left;
}
body #files .panel-heading{
	background-color: #B4B4B4;
	border-color: #ddd
}
body .panel-body{
	color: #333333;
	background-color: rgb(255, 252, 247);
}

.window{
	border: 1px gray solid;
	height: 75%;
	padding: 5% 5%;
	border-radius: 2px;
	overflow-y:auto;
}
.jumbotron{
	background-color: rgb(52, 49, 49);
	background-color:rgba(0,0,0,0);
	margin-bottom: 0;
	padding-top: 0;
}
.message{
	margin-top: 20px;
}

/*single properties*/
.width-90{
	width:80%;
}
.no-radius{
	border-radius: 0;
}
.text-center{
	text-align: center;
}
.center{
	margin: auto;
}
section .p-header{
	border-bottom: 1px white solid;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.btn{
	background-color: rgb(107, 101, 101);
	border-color:white;
}

.file{
	width:25%;
	height:30%;
	background-color:rgb(112, 112, 112);
	float:left;
	margin-left: 4%;
	margin-right: 4%;
	border: 1px solid black;
	padding: 15px 0;
	border-radius: 2px;
}
.file span{
	width:10%;
	height: 10%;
}
.file a{
	text-decoration: none;
	font-size: 15pt;
	color: black;
}

.info{
	border-bottom: white solid 1px;
	height: 55%;
}
.pic-container,.bio-container{
	height: 100%;
}
.pic-container{
	width:30%;

}
.bio-container{
	width:70%;
	border-bottom: rgba(0,0,0,1);
}

.bio-container,.pic-container{
	background-color: rgb(255, 252, 247);
}


.pic{
	border:gray solid thin;
	height: 60%;
	margin-top: 15%;
	padding: 1%;
}
.bio{
	margin-top: 5%;
	text-align: left;
	padding-left: 10%;
}


.footer{
	margin-bottom: 0;
	border-radius: 0;
	background-color: rgb(90, 83, 83);
	padding-top: 1.5%;

}
.footer .container{
	padding-left: 0;
}

/*Img-slider */
.img-slider{
	position: relative;
	width: 85%;
	margin: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	padding: 0;
}
.img-slider ul{
	position: relative;
	width: 1000000px;
	margin: 0;
	height: inherit;
	padding: 0;

	
}

.img-slider ul li{
	display: inline;
	float: left;
	margin: 0;
	list-style: none;
	padding:5px 0;
}
#pics .img-slider img{
	width: 100%;
	margin:0;
	padding: 0;
}
.left, .right {
	width:10%;
	height: 100%;
	background-color: rgba(0,0,0,.15);
	position: absolute;
	z-index: 100;
}
.left:hover,.right:hover{
	background-color: rgba(0,0,0,.3);
	cursor: pointer;
}
.left{
	left: 0;
}

.right{
	right: 0;
}

.left-arrow,.right-arrow{
	color:rgba(0,0,0,.4);
	display: block;
	position: relative;
	top:45%;
}
.left:hover >.left-arrow,.right:hover > .right-arrow{
	color:rgba(0,0,0,.6);
}

.infobox{
	position: absolute;
	bottom:10%;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 10%;
	z-index: 1029;
	display: none;
}

/*about section*/

.about-tab{
	width:100%;
	color:black;
	background-color: rgb(255, 204, 204);
	padding: 10px;
	border-radius: 5px;
	border:2px solid rgb(253, 202, 202);
}
.about-header{
	height: 30%;
}
.about-container{
	height: 70%;
	border: black thin solid;
}
.about-info{
	height: 60%;
	border: rgb(255, 252, 247) thin solid;
	margin-top: 2%;
	background-color: rgb(255, 252, 247);
	position: relative;
}

.about-info p {
	padding: 3% 4%;
	color: black;
	text-align: justify;
	font-size: 12pt;


}
.about-tab:hover{
	background-color: rgb(255, 204, 204);
	border: rgb(255, 234, 234) thin solid;
	cursor: pointer;
	font-weight: 680;
}

#image-text{
	height: 40%;
	width: 100%;
	border: gray solid thin;
	padding: 2px;
}
.about-pic{
	margin-top: 2%;
	padding: 3% 0;
	/*background: url('../images/bground.png');*/
	background-position: contain;
	height: 100%;
}

.deliv{
	display: block;
}


.pic-explode{
	background-color: rgba(0, 0, 0,.5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1031;
	display: none;
}
.explode:hover{
	cursor: pointer;
}
.image{
	position: absolute;
	width: 65%;
	height: 65%;
	border: solid thin black;
	top: 17.5%;
	left: 17.5%;
}

.image > img{
	width: 100%;
	height: 100%;
}

.small{
	height:50%;
	width:40%;
	top:25%;
	left:30%;
}
.x-close{
	position: absolute;
	left: 79.5%;
	top:17.5%;
	color: white;
	font-size: 20pt;
	text-align: center;
	z-index: 1032;
	background-color: rgba(0,0,0,.4);
	border-radius: 100%;
	width:3%;
}
.x-close:hover{
	cursor: pointer;
	color:black;
}