@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

*{
	text-decoration: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Comic Sans MS, sans-serif;
}

body{
	background: #f5f6fa;
	height: fit-content;
	
}

/* Top Navigation */

.topnav {
	overflow: hidden;
	background-color: #191355;
  }
  
.topnav a {
	float: left;
	color: #f5f1f1;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }
  
.topnav a:hover {
	background-color: #3560ec;
	color: black;
  }
  
.topnav-right {
	float: right;
  }

/* image and text */

  .container {
	display: grid;
	align-items: left; 
	grid-template-columns: 3fr 0.3fr;
	column-gap: 5px;
	border-bottom: 2px solid #3d1795;
	margin: 5px;
	
   }
   
   img {
	margin-left: 10px;
	 max-width: 15rem;
	 max-height: 10rem;
   }
   
   .text {
	 font-size: 1rem;
	 margin-left: 10px;
   }

/* Home page content */

.Home .aboutMe {
	height: auto;
	padding-left:  20px;
	width: 1200px;
}

.Home .aboutMe p {
	text-align: justify;
	margin: 1em 0 0 0;
	font-size: normal;
  }

.TPcircle{
	float: center;
	height: auto;
	padding-left:  20px;
	width: 1200px;
}

.TPcircle h2{
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 2rem;
}

.list {
	text-align: justify;
	margin: 1em 0 0 0;
	font-family: fantasy;
	padding-left: 17px;
	line-height: 2em;
}

.TP-list {
	margin: 1em 0 0 0;
	padding-left: 17px;
	line-height: 2em;
}

.list i{
/* 	color: #5d5992; */
	color: rgb(31, 5, 103);
}

.list a{
	color: #47a3da;
}

.list a:hover {
	color: rgb(18, 190, 12);
}

/* Research Page */

.pub .pub-list {
	padding: 0 3em;
	line-height: 2em;
}

.pub > ul > li {
	display: inline-block;
}

.pub-list i{
/* 	color: #5d5992; */
	color: rgb(31, 5, 103);
}

.pub > ul > li > a {
	padding: 1em 1em;
	display: inline-block;
	color: rgb(14, 7, 33);
}

.pub-list a{
	color: #47a3da;
}

.pub-list a:hover {
	color: rgb(18, 190, 12);
}

.socials{
    list-style: none;
    display: flex;
}
.socials li{
    margin: 0 40px;
}
.socials a{
    text-decoration: none;
    padding: 5px;
}
.socials a i{
    font-size: 1.1rem;
    width: 20px;
	color: #172bdd;
}

.socials a:hover i{
	color: rgb(18, 190, 12);
    
}

/* Student page */

.stud .stud-list {
	padding: 0 3em;
	line-height: 2em;
}

.stud > ul > li {
	display: inline-block;
}

.stud > ul > li > a {
	padding: 1em 1em;
	display: inline-block;
	color: rgb(67, 6, 233);
}

.stud > ul > li > a{
	color: rgb(31, 5, 103);
}

.stud-list a{
/* 	color: #398db6e2; */
	color: rgb(31, 5, 103);
}

/* Teaching page */

.teaching > h3{
	padding: 1em 1em;
	display: inline-block;
	color: rgb(14, 7, 33);
}

.teach-list > ul > a{
	line-height: 2em;
	color: rgb(58, 26, 145);
}

.teach-list > ul {
	list-style: circle;
	padding: 0 1.5em;
	line-height: 2em;
}

.teach-list > ul > li {
	margin: 0 1.5em;
}

.empty {
    margin: 3em;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #191355;
    color: white;
    text-align: center;
  }






