/*For mobile*/
.list-card{
	width: 100%;
    background: #212121;
    border-style: ridge;
    border-width: 8px;
    border-color: #ffc107;
}
.aff_list_logo{
	height: 90px;
	width: 90px;
}

.list_title{
	font-size: x-large;
	text-align: center;
	color: #ffc107;
}

.list_subTitle{
	font-size: large;
	text-align: center;
	color: #f5f5f5;
}

.vertical_line{
	border-right: 4px solid #ffc107;
	/*height: 500px;*/
}

.list_divider{
	background-color: #ffc107; 
}

.list_member_photo_in_affiliation{
	height: 50px;
	width: 50px;


}

.mem_aff_list_name{
	font-size: large;
	color: #f8f8ff;
}

.mem_aff_list_deg{
	font-size: medium;
	color: #f5f5f5;
}

.test{
	border: 1px solid black;
}

.btn-aff-list{
	font-size: x-small;
	border-radius: 20px;
	border-color: #003d99;
	background-color: #ffc107;
	color: #212121;


}



.btn-aff-list:hover{
	background-color: #212121;
	border-color: #ffc107;
	color: white;
}


.aff_section_title_div {
    border: 1px dotted #ffc107;
    border-radius: 100%;
    border-bottom: 10px double #ffc107;
    padding: 20px 0px;
}
.aff_section_title {
    color:#ffc107;
}


/*
*
Affiliation View 
*
*
*/
.affiliation_view_logo{
	height: 150px;
	width: 150px;
}

.aff_mem_img {
    width: 50%;
    height: 200px;
    border-radius: 100%;
    position: relative;
    top: 30px;
}

.aff_member_about {
    width: 100%;
    /*height: 220px;*/
    background: #212121;
    border-style: ridge;
    border-width: 10px;
    border-color: #ffc107;

}

.card-inner-about{
    /*height: 220px;*/
    background: #212121;
    border-style: ridge;
    border-width: 2px;
    border-color: #ffc107;

}

.card-inner-about a{
	color: #c0c0c0;
	text-decoration: none;
}
	
.aff-title{
	color:#ffc107;
}

.aff-designation{
	color: #c0c0c0 ;

}

.officer-social{
    border: 1px solid #ffc107;
    padding: 10px;
    margin: 5px;
    border-radius: 100%;
    color: #ffc107;
}

.officer-social:hover{
    border-color: #ffc107;
    background-color: #ffc107;
    color: #212121;
    text-decoration: none;

}
/*Mobile Responsive*/
@media only screen and (max-width: 600px) {
  .aff_list_logo{
	height: 80px;
	width: 80px;
	border-radius: 100%;
	}
}