/*

Volton Template

http://www.templatemo.com/tm-441-volton

*/

@font-face {
  font-family: 'robotolight';
  src: url("../fonts/Roboto-Light-webfont.eot");
  src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/Roboto-Regular-webfont.eot");
  src: url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url("../fonts/Roboto-Bold-webfont.eot");
  src: url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------------
 1. Reset
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

.blue-grey {
  color: #5f6d7e;
}

main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
/* video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
} */

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
/* textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
} */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/*---------------------------------------------------------
 2. Basic Style
-------------------------------------------------------- */
b.paper-title {
  color: #cb8c1e;
}

body {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

a {
  color: #006699;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-decoration: none !important;
}
a:hover {
  color: #555555;
}

h1, h2, h3, h4, h5 {
  color: #555555;
}

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

.main-content,
.banner-bg {
  float: right;
  width: 77%;
}
.banner-bg .fa-angle-right {
  color: #00ff00;
}
@media screen and (max-width: 1290px) {
  .main-content,
  .banner-bg {
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .main-content,
  .banner-bg {
    width: 100%;
  }
}

.content-wrapper {
  padding: 0 50px 0 50px;
}
@media screen and (max-width: 992px) {
  .content-wrapper {
    padding: 0 30px;
  }
}

h4.widget-title {
  font-size: 15px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 18px;
  color: #263238;
}

h5.widget-title {
  font-size: 14px;
  font-family: 'robotobold';
  margin-bottom: 20px;
}

hr {
  position: relative;
  outline: 0;
  border: 0;
  width: 100%;
  height: 4px;
  background: #dddddd;
  margin-top: 40px;
  margin-bottom: 0;
}

.page-section {
  padding-top: 50px;
}


/*---------------------------------------------------------
 3. Header
-------------------------------------------------------- */
.sidebar-menu {
  float: left;
  width: 23%;
  height: 100%;
  position: fixed;
  background-color: #263238; /* darker, more neutral tone */
  color: #ffffff;
  overflow-y: auto;
  box-shadow: 2px 0 8px rgba(0,0,0,0.06);
}
@media screen and (max-width: 1290px) {
  .sidebar-menu {
    overflow-y: auto;
    width: 30%;
  }
}

.top-section {
  padding: 36px 28px;
  padding-bottom: 18px;
  text-align: center;
}

.profile-image {
  width: 150px;
  height: 150px;
  border: 4px solid white;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.profile-image img {
  width: 100%;
}

h3.profile-title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
}

.main-navigation {
  margin: 10px 0;
}
.main-navigation li {
  display: block;
}
.main-navigation li.highlight {
  background: #334050;
}
.main-navigation li a {
.main-navigation li a {
  padding: 12px 18px;
  padding-right: 0px;
  padding-left: 22px;
  display: block;
  color: #e6eef7;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
}
.main-navigation li a i {
  margin-right: 15px;
  font-size: 24px;
}
.main-navigation li a:hover {
  background: rgba(255,255,255,0.03);
}
.main-navigation li a.active {
  background: #495461;
}
.main-navigation li a.active:hover {
  background: #495461;
}

.social-icons {
  display: block;
  padding: 0px 40px;
  text-align: center;
}
.social-icons li {
  display: inline-block;
}
.top-section a {
  color: #ffd6ba;
}
.top-section a:hover {
  color: #282e35;
}
.social-icons a {
  font-size: 18px;
  color: white;
}
.social-icons a:hover {
  color: #282e35;
}

.ai-google-scholar {
  -webkit-text-stroke: 0.5px;
}

.ai-arxiv {
  -webkit-text-stroke: 0.5px;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.responsive-header {
  background: #5f6d7e;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .responsive-header .main-navigation {
    margin-top: 10px;
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .responsive-header p {
    color: white;
  }
}
@media screen and (max-width: 992px) {
  .responsive-header .profile-image {
    float: left;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 30px;
  }
  .responsive-header .profile-content {
    text-align: left;
    margin-top: 5px;
    overflow: hidden;
  }
  .responsive-header .social-icons {
    text-align: left;
    padding: 0px;
  }
}

@media screen and (max-width: 992px) {
  .top-section {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .main-navigation a {
    padding: 10px;
  }
  .main-navigation a.active {
    background: #5f6d7e !important;
  }
  .main-navigation a:hover {
    background: #5f6d7e !important;
  }
}

.toggle-menu {
  width: 100%;
  display: block;
  padding: 20px;
  margin-top: 30px;
  background: #6cc0f7;
  color: white;
  font-size: 18px;
}
.toggle-menu:hover {
  color: white;
}

/*---------------------------------------------------------
 4. Main Content
-------------------------------------------------------- */
/*------ link underlines ------*/
/*.stanford-red-underline {
  text-decoration: none;
  display: inline-table;
  color: inherit;
}

.stanford-red-underline:hover {
  background-color: rgba(200, 21, 21, 0.3);
}

.stanford-red-underline:after {
  content: "";
  border-bottom: 0.1em solid rgb(200, 21, 21);
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.05em;
}

.ai-blue-underline {
  text-decoration: none;
  display: inline-table;
  color: inherit;
}

.ai-blue-underline:hover {
  background-color: rgba(21, 162, 214, 0.3);
}

.ai-blue-underline:after {
  content: "";
  border-bottom: 0.1em solid rgb(21, 162, 214);
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.05em;
}

.uoft-blue-underline {
  text-decoration: none;
  display: inline-table;
  color: inherit;
}

.uoft-blue-underline:hover {
  background-color: rgba(4, 48, 150, 0.1);
}

.uoft-blue-underline:after {
  content: "";
  border-bottom: 0.15em solid rgb(4, 48, 150);
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.25em;
}

.amazon-orange-underline {
  text-decoration: none;
  display: inline-table;
  color: inherit;
}

.amazon-orange-underline:hover {
  background-color: rgba(248, 152, 29, 0.15);
}

.amazon-orange-underline:after {
  content: "";
  border-bottom: 0.15em solid rgb(248, 152, 29);
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.25em;
}

.eth-blue-underline {
  text-decoration: none;
  display: inline-table;
  color: inherit;
}

.eth-blue-underline:hover {
  background-color: rgba(31, 117, 254, 0.1);
}

.eth-blue-underline:after {
  content: "";
  border-bottom: 0.15em solid rgb(31, 117, 254);
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.25em;
}*/

/*------ banner ------ */
.banner-bg {
  padding: 60px 80px;
  position: relative;
  background: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(95, 109, 126, 0.4);
  top: 0;
  left: 0;
  z-index: 3;
}

.banner-overlay img {
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
  width: 100%;
  height:100%;
}

.welcome-text {
  position: relative;
  z-index: 4;
}
.welcome-text h2 {
  font-size: 42px;
  font-family: 'robotobold';
  color: white;
  margin-bottom: 30px;
}
.welcome-text h5 {
  font-size: 22px;
  color: white;
}

.welcome-text a {
  color: white;
}

/*------ updates ------- */
#updates {
  padding-bottom: 1px;
  margin-bottom: 40px;
  background: #FFD6BA;
  border-radius: 10px;
}

#updates .widget-title {
  padding-top: 10px;
  color: #444444;
}

#updates .update-date {
  width: 120px;
}

#updates td {
  padding-bottom: 4px;
  color: #555555;
}

/*------ about us ------ */
.about-image {
  overflow: hidden;
  border: 4px solid #dddddd;
  margin-bottom: 40px;
}
.about-image img {
  width: 100%;
  display: block;
}

/*----- life item ---- */
.life-item {
  margin-bottom: 20px;

  display: flex;
  align-items: center;
}

.life-item-img {
  width: 50px;
  float: left;
  align-self: flex-start;
}

.life-item-img img {
  max-width: 100%;
  display: block;
}

.life-item-pub-img {
  width: 120px;
  float: left;
  align-self: flex-start;
}

.life-item-pub-img img {
  max-width: 100%;
  display: block;
}

.life-item-content {
  width: 90%;
  margin-left: 10px;
  display: inline-block;
}

.life-item-content span {
  float: right;
}

.life-item-content p {
  word-wrap: break-word;
}

.life-item-content ul {
  margin-left: 15px;
  list-style: disc;
}

.life-item-content table {
  width: 100%;
  margin-top: 8px;
}

.life-item-content td {
  vertical-align: middle;
  text-align: center;
}

.life-item-content img {
  max-height: 100px;
  max-width: 100%;
}

.life-item-highlight {
  color: #3D9970;
}

.life-item-title {
  display: inline-block;
}

.extra-space-loc {
  padding-top: 3px;
}

.li-separator {
  border-bottom: 1px #dddddd solid;
  margin: 15px 0% 15px 0px;
}

.bulleted {
  margin-left: 30px;
  margin-top: -10px;
  margin-bottom: 10px;
  list-style-type: disc;
}

/*------ projects ------ */
.projects-holder {
  margin-right: 0;
  margin-left: 0;
  margin-top: 40px;
}
.projects-holder .col-md-4,
.projects-holder .col-md-4 {
  padding-right: 1px;
  padding-left: 1px;
}

.project-item {
  width: 100%;
  margin-bottom: 2px;
  overflow: hidden;
  position: relative;
}
.project-item img {
  width: 100%;
  display: block;
}
.project-item:hover .project-hover {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.project-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40px;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.project-hover .inside {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
}
.project-hover h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.project-hover h5 a {
  color: white;
}
.project-hover p {
  color: white;
  font-size: 13px;
  line-height: 20px;
}

/*------ contact ------ */
.contact-form {
  margin-top: 40px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  outline: 0;
  border: 1px solid #aaaaaa;
  padding: 12px;
  color: #999999;
  margin-bottom: 30px;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: 0;
}
.contact-form .button {
  width: auto;
  background: #5f6d7e;
  color: white;
  text-transform: uppercase;
  border: 0;
}

/*------ advising ------ */
.advisees {
  width: 100%;
}

.advisees tr:first-child {
  border-bottom: 2px solid #ddd;
}

/*---------------------------------------------------------
 5. Footer
-------------------------------------------------------- */
#footer p.copyright-text {
  margin: 40px 0;
  font-size: 13px;
}
#footer p.copyright-text a {
  color: #5f6d7e;
}
#footer p.copyright-text a:hover {
  color: #6cc0f7;
}

/* Responsive image rules to prevent images from blowing up */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Profile images in sidebar/header: fixed container with cover */
.profile-image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 75px;
}
.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Signature and small logos */
img[alt*="Signature"], img.signature {
  max-width: 240px;
  height: auto;
}

/* Lightbox/full view image */
#lightbox-img {
  max-width: 95vw;
  max-height: 85vh;
  width: auto;
  height: auto;
}

/* Cap explicit small icon dimensions to avoid forced large sizing */
img[width][height], img[width^="http"]{
  max-width: 100%;
  height: auto;
}

.small-icon {
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 48px;
}

.responsive-logo {
  width: auto;
  max-width: 180px;
  height: auto;
}

/* Academic Profile Section */
#academic-profile {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
#academic-profile h4 {
  font-family: 'Merriweather', serif;
  color: #333;
  margin-bottom: 15px;
}
#academic-profile ul {
  list-style: none;
  padding: 0;
}
#academic-profile ul li {
  margin-bottom: 10px;
}
#academic-profile ul li a {
  color: #006699;
  text-decoration: none;
}
#academic-profile ul li a:hover {
  text-decoration: underline;
}

/* Gallery Section */
#gallery {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
#gallery h4 {
  font-family: 'Merriweather', serif;
  color: #333;
  margin-bottom: 15px;
}
.gallery-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.tab-button {
  background-color: #006699;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}
.tab-button:hover {
  background-color: #004466;
}

/* Global Image Resizing */
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Specific Classes for Scaling */
.responsive-image {
  max-width: 80%;
  height: auto;
}

.thumbnail {
  max-width: 150px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Formal Theme Updates */
body {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Times New Roman', Times, serif;
  color: #2c3e50;
}

.sidebar-menu {
  background-color: #2c3e50;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.sidebar-menu a {
  color: #ecf0f1;
  text-decoration: none;
  font-size: 14px;
}

.sidebar-menu a:hover {
  color: #f1c40f;
}

/* Button Styling */
button, .btn {
  background-color: #2c3e50;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

button:hover, .btn:hover {
  background-color: #34495e;
}

/* Link Styling */
a {
  color: #2980b9;
  text-decoration: none;
}

a:hover {
  color: #3498db;
  text-decoration: underline;
}

/* Table Styling */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table th, table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

table th {
  background-color: #2c3e50;
  color: #fff;
}
