body,td{
   /* background:#666666; */
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 35px;
	/* background: #3E4649; */
    /* color: #f7f7f7; */
	font-family: 'Dosis', sans-serif;
    font-size: 18px;
}


body a {
color: blue2;
}
body a:hover{
    color: blue;
    text-decoration: underline;
}

figcaption{
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}


.title  {
    font-family: 'Cairo', sans-serif;
    text-align: center;
}

h2,h3,h4 {
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    color: navy; /*#428bca;*/
}

/* h1, h2, h3, h4 { */
/* 	font-weight: bold; */
/* } */

p,div {
    text-align: justify;
 text-justify: inter-word;
}

author {
    font-style: italic;
    font-size: 14px;
}


.navbar-custom {
    /* background-color: #003366; */
	font-family: 'Rajdhani', sans-serif;
    background-color: #333333;
}



.img-fluid{
    max-width: 100%;
}


ul.papers a{
color: blue2;
}

desc{
    font-size: 14px;
}

ptitle{
    font-weight: bold;
}

/* .here a{ */
/*     font-weight: bold; */
/*     background-color: #000000; */
/*     color: white; */
/* } */

.navbar .active{
    font-weight: bold;
    color: white;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}


 .factoid{
    border-radius: 10px;
    background-color: blue;
    color: white;
 }

 .factoid a{
     color: yellow;
 }

 .factoid a:hover{
     color: orange;
 }

 .small{
     font-size: 14px
 }

 .highlight{
     color: green;
     font-weight: bold;
 }
