@charset "utf-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=devanagari,latin-ext');*/
@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap');
* {
	/*font-family: 'poppins', sans-serif;*/
	font-family: 'Akaya Telivigala', cursive;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.head {
	background-color: #fff;
}

#myBtn:hover {
  background-color: #555;
}

.sec-profile {
	background: url("../pictures/Artboard 1.png") no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
  	-o-background-size: cover;
	height: 300px;
}

.sec-about {
	background: rgba(0,0,0,1);
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
  	-o-background-size: cover;
}

.my_profile {
	background: rgba(0,0,0,0.6);
	border-radius: 5px;
}

.text-contact li {
	color: #C8C8C8;
	list-style-type: none;
    border-bottom: solid;
    border-bottom-color: #5b5b5b;
    border-bottom-width: thin;
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: 22px;
}

.text-contact a {
	color: #ffffff;
}

.text-contact-b li {
	color: #C8C8C8;
	list-style-type: none;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 22px;
}

.text-contact-b a {
	color: #ffffff;
}

.fa-mendeley {
    padding: 4px;
    font-size: 30px;   
    text-decoration: none;
    margin: 4px;
    background: #A81A26;  
	
}

.fa-orcid {
    padding: 0px;
    font-size: 30px;   
    text-decoration: none;
    margin: 4px;
    background: #FFFFFF; 
	border-radius: 50%;
}

.fa-researchgate {
    padding: 0px;
    font-size: 35px;   
    text-decoration: none;
    margin: 4px;
    background: #FFFFFF; 
}

.fa-linkedin {
	padding: 0px;
    font-size: 35px;   
    text-decoration: none;
    margin: 4px;
    background: #FFFFFF;
}

.column5 {
    float: left;
    width: 19%;
    height: 200px;
    padding-top: 5%;
    padding-left: 1%;
    color: #bcbcbc;
    letter-spacing: .09rem;
    font-size: 0.82rem;
}