/* Main page with stikky-footer
-------------------------------------------------- */
html,
body {
  height: 100%;
  background-color: #fff;
  font-family: 'Nunito', regular;
  /* The html and body elements cannot have any padding or margin. */
  border-top: 3px solid /* background of all pages top border */ #F7F5F3;
}
/* Wrapper for page content to push down footer */
#wrap {
  padding-bottom: 50px;	
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -65px;
  /* Pad bottom by footer height */
  /*padding: 0 0 60px;*/
}

/* Navbar
-------------------------------------------------- */

/*navbar background and background border color */
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
/*navbar hover styling*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #302821;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.014);
}

/*navbar font styling */
.navbar-default .navbar-nav > li > a {
  color: #302821;
  font-size: 14px;
}

/* Custom page CSS
-------------------------------------------------- */
/* container size and margin; i.e., page content below the navbar position and size styling*/
.containersize {
	width: 84%;
	margin: 0% 8% 0% 8%;
	text-align: center;
}

/*navigation bar position and padding and font style*/
.navbar-center {
  float: none;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

/* header font, color and hover styling*/
.container h1 a {
	color: #302821;
	padding-top: 2px;
	font-size: 26px;
}
.container h1 a:hover {
	color: #302821;
	text-decoration: none;
}
.container > h1 > a:hover, .container > li > a:focus {
  color: #302821;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
/* header container style */
.container {
 text-align: center;
  width: 70%;
  margin: 1% 15% 0% 15%;
}

/*publications 'pdf' style*/ 
.test-default h5 a {
  color: #302821;
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
}
.test-default h5 a:hover {
  color: #0C0A08;
}

/* panel below border and box styling*/
.test{
	background-color: #E6E0DB;
	border-style: solid;
	border-color: #E6E0DB;
	border-left-width: 50px;
	border-right-width: 50px;
	border-top-width: 10px;
	border-bottom-width: 20px;
}

/* panel below font styling */
.test-body h2 {
	font-family:  'Nunito', regular;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0.8em;
	text-align: center;
}
	
/* sub title under all pages except "resume" font and color*/
.containersize h2{
    font-family:  'Nunito', regular;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0.8em;
	text-align: center;

}
/* sub title under "resume" page font and color*/
.resume h2{
	font-family:  'Nunito', regular;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1em;
	text-align: center;
}
/* sub title under "home" page font and color*/
.blog-widget h3 {
	font-family:  'Nunito', regular;
    font-weight: 600;
    font-size: 20px;
	text-align: justify;
	width: 84%;
	margin: 3% 8% 0% 8%;
	color: #000000;
}
/*conatiner for home page size and position*/
.blog-widget { 
	width: 70%;
	margin: 2% 15% 0% 15%;
}

/*avatar and image styling*/
.avatar {
  padding-top: 7%;
}
.img-circle:hover {
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
     transform: scale(1.02);
}

/* other widgets styling*/
.related-posts h4 {
  text-align: center;
}
.page-not-found {
  padding-top: 20%;
}
.disqus {
	margin-top: 28px;
  padding-bottom: 15px;
}

/* post.html or related posts widget below the blog post 'related posts' & 'post title' font size*/
.test-default h5 {
  text-align: justify;
  line-height: 30px;
  font-size: 16px;
}
/*post title under related posts title*/
.test-default h6 {
  font-size: 16px;
}
.test-default h6 a{
  font-size: 16px;
  text-decoration: none !important;
  color: #302821;
  text-align: center;
}

/* blog content styling */
.blogpost {
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
  width: 100%; 
}
.content h5 {
	line-height:24px;
	text-align: justify;
	width: 84%;
	margin: 0% 8% 0% 8%;
	color: #000000;
}

/* this is to style by manaswini ganjam, date and icons - (i) under the blog title*/ 
.blog-title h4{
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top:1.3em;
  color: #000000;
}
.blog-title h4 i{
	font-size: 16px;
	margin-right: 0.4em;
	color: #000000;
}

/* tags, post date and number of words in home page style*/
.index-blog-title h6 {
	font-size: 12px;
	text-align:justify;
	width: 84%;
	margin: 0% 8% 0% 8%;
	color: #000000;
}
/* line above the socials in home page*/
.index-blog-title hr {
	width: 84%;
	margin: 1.5% 8% 1.5% 8%;
}


/* blog title styling for blog page can be done here*/
.blog-post h3 a{
	color: #000000;
	text-align: center;
	text-decoration: none !important;
	font-size: 19px;
	font-weight: 600;
}
.blog-post h3 a:hover {
	color: #000000;
	text-decoration: none !important;
}
/* blog title styling for home page can be done here*/
.blog-post h4 {
	width: 84%;
	margin: 0% 8% 0% 8%;
	margin-bottom:0.8em;
	margin-top: 1em;
}
.blog-post h4 a{
	color: #000000;
	text-decoration: none !important;
	font-weight: 700;	
}
.blog-post h4 a:hover {
	color: #000000;
	text-decoration: none !important;
}

/* footer with social icons styling*/	
.social {
  position: relative;
  float: none;
  text-align: center;
  text-decoration: none;
  padding-top: 20px;
  word-spacing: 25px;
}  

.social h4 > a {
  color: #302821;
}

/* Google Scholar icon styling */
.ai-google-scholar-square {
  border-radius: 2px;      /* soften edges to match other icons */
  padding: 2px;            /* fixes visual centering */
  font-size: 1.05em;       /* keeps size consistent with FA icons */
  vertical-align: middle;  /* ensures icons line up properly */
}

/*background color of the blog styling*/

body {
	background-color: #F7F5F3;
}

.navbar{
	background-color: #F7F5F3;
	border-style: solid;
	border-color: #F7F5F3;
}

.all{
	background-color: #F7F5F3;
}

/*tag box color style*/
.label-success {
    background-color: #302821;
}

.tagline h4 {
font-size: 16px;
line-height: 1.6;
}

/* Resume page only: PDF.js column */
#resume .pdf-wrapper{
  width: 100%;
  max-width: 980px;     /* controls how "big" the PDF feels on desktop */
  margin: 0 auto;
}

/* The scroll area is the normal page scroll, not a sideways pan */
#resume #pdf-container{
  width: 100%;
  display: flex;
  flex-direction: column;  /* stack pages vertically */
  align-items: center;
  gap: 20px;
  padding: 18px;
  background: #E6E0DB;
  overflow-x: hidden;      /* IMPORTANT: prevents horizontal scroll */
}

/* Each canvas behaves like a page */
#resume #pdf-container canvas{
  display: block;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

#resume .pdf-actions{
  text-align: center;
  margin-bottom: 12px;
  font-size: 14px;
}
