
/*SUBHO BIO LINK CSS*/

body{
  background-color: #FBFCFF;
      
      /*linear-gradient(to top, #f5fbff, #b2e2ff);*/
}


/*NAME*/

#nameheader{
  
	object-fit: contain;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.7px;
	text-align: center;
    padding-top: 20px;
        padding-bottom:10px;
    color: #4550A2;
}


/*DESIGNATION*/

#designation{
    object-fit: contain;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.7px;
	text-align: center;
        padding-bottom:30px;

}


/*FULL BIO*/

.fullbio{
    object-fit: contain;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.7px;
	text-align: center;
	color: #656565;
    margin: 0 auto;
}

.lead{
    text-align:center;
        margin: 0 auto;

}

img{
    padding-top:30px; 
    padding-bottom:20px; 
    	width: 208px;
	height: 239px;
	object-fit: contain;
}

  .smallicon{
        height: 100px;
            max-width: 50px;
        }

#newtry:hover{
    text-decoration: none;
}

a{
    padding: 20px;
}

        
.SAM{
    margin: 0 auto;
max-width: 280px;
max-height: 50px;
object-fit: contain;
border-radius: 8px;
background-color: #4550A2;
border: solid 0 #979797;
color: #ffffff;
font-size: 16px;
font-weight: 350;}


.wrapper {
    text-align: center;
          padding-top: 40px;
          padding-bottom: 50px;
}

button{
    padding: 5px;
}

a {
color: azure;
text-decoration: none;
}

a:hover{
    text-decoration: none;
}
button a:hover{
color: azure;
text-decoration: none;
        }

