.album_cover{
    width: 25%;
    border: 5px solid green;
}
.members_list{
    width: 100%;
    max-height: 250px
    padding:10px;
}
.single_photo{
    width: 100%;
}
.members_single_photo{
    max-height: 50%   
    width: 25%;
}
.page_top_image{
    width: 100%
    height:100%;
}


.img-responsive{
    width:100%;
    height: 190px;
    min-height:190px;
}
html{
    position:relative;
    min-height:100%;
    min-width:100%;
    
}

body{

  overflow-x: hidden;
  overflow-y: scroll;

}




.navbar-nav > li >a{
     display: block;
   
    color: white;
    letter-spacing: 2px;
    text-align: center;

     padding: 14px 35px;
  
    
}



/*.nav.navbar-nav.navbar-right li a {
    color: blue;
}*/


/*
.color-me{
    color:blue;
}
*/

.content-box-gray .content {
    overflow: hidden;
    padding: 12px;
    font-size: 13px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #c1c1c1;
    color: #6b6b6b;
}
.content-box-gray .title {
    height:35px;
    line-height:35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:#E1F5FE;
    font-size:20px;
    font-weight:normal;
    font-family:sans-serif;
    display:block;
    color:#476d6f;
    display:block;
    /*padding-left:120px;*/
    text-align: center;
    border: 1px solid #c1c1c1;
    border-bottom:none;
}

.content-box-openings .content {
    overflow: hidden;
    
    font-size: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #c1c1c1;
    color: #6b6b6b;
}
.content-box-openings .title {
    /*height:35px;*/
    /*line-height:35px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
     border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background:white;
    font-size:16px;
    font-weight:normal;
    font-family:sans-serif;
    display:block;
    color:#009688;
    display:block;
    margin-top:50px;
    text-align: center;
    border: 1px solid #c1c1c1;
    /*border-bottom:none;*/
}


p{
    text-align: justify;

}

li{
	 text-align: justify;
}
.image { 
    
   width: 100%;
   min-height: 190px;
   height: 190px; /* for IE 6 */
   position: relative;
   font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    border-bottom: 2px solid white;

}

figure {
  float: right;
  width: 45%;
  font-size: smaller;
/*   text-align: center;
  font-style: italic;
  
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;*/
  padding: 20px;
 }

 .figure_padding {
	 padding-left: 50px;
/* 	 padding-right: 20px;
	 padding-bottom: 20px;
	 padding-top: 20px; */
 }
 
 #menu li{
  list-style-type: none;
}
 
h1{
    position: absolute; 
   top: 10px; 
   /*left: 40px; */
   width: 100%;
    /*margin: 50px 0px 0px 40px;*/
    padding: 10px;
    float: left;
    font-weight: normal;
    line-height: 40px;
    font-size: 45px;
    letter-spacing: 1px;
    display: inline-block;
    opacity: 0.90;
}

#heading2{
    font-size: 35px;
    bottom:10px;
    /*padding-left: 4px;*/
}




/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */
@import url('//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css');
#topnavbar {
    margin: 0;
}
#topnavbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
}

#banner {
     background-color: #61B8B2;
}


#main_navbar{
padding-left: 100px;
    padding-right: 100px;
}
footer{
    
    width: 100%;
    background-color: #26A69A;
    display: block;
    /*margin-bottom: 0;*/
    /*padding:5px;*/
/*padding-top: 10px;*/
    margin-top: 100px;
    position: relative;
    
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
}

table th{
	width: auto !important;
}


