
/**********************************************************
General Stuff
**********************************************************/

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

a {
  outline: none;
}

.header {
  padding: 20px 0;
  position: relative;
  background: #f5f5f5;
  border-bottom: 1px solid #eaeaea;
  text-align: right;
}
.footer {
  padding: 25px 0;
  text-align: center;
}

/**********************************************************
Navigation Bar
**********************************************************/

.nav {
  text-align: right;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  display: block !important;
}

.nav-logo {
  float: left;
  margin-top: -11px;
  transition: transform 150ms ease-out;
  color: #000 !important;
}

.nav-logo:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: #000 !important;
}

.nav-logo img {
  display: block;
  max-height: 40px;
  width: auto;
  border-radius: 50%;
}

.nav-links {
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}

.nav-links li {
  display: inline-block;
  margin: 0 0 0 15px;
}

.nav-links li:first-child {
  margin-left: 0;
}

.nav-links a {
  text-decoration: none;
  color: #111;
  
}

.nav-links a:hover {
  color: #000;
}
.nav-links {
  font-size: 16px;
}

.nav-logo-text {
  float: left;
  margin-top: 0px;
  margin-left: 45px;
  transition: transform 150ms ease-out;
  text-decoration: none;
  color: #111;
}

.nav-logo-text:hover {
  transform: scale(1.1);
}


.active {
    color: rgb(91, 139, 111);
    font-weight: bold;
  }

/**********************************************************
Profile
**********************************************************/
  
#profile {
  text-align: center;
  padding: 30px 10px;
  position: relative;
}

#profile-pic {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: 70% 40%;
  border-radius: 30%;
}

#profile .portrait {
  background-image: url('https://coleruoff.github.io/img/cole_headshot_2.jpg');
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 30%;
  background-size: cover;
}

#profile .portrait-title h2 {
  font-size: 1.75em;
  font-weight: 300;
  color: #000000;
  margin: 20px 0 10px 0;
}

#profile .portrait-title h3 {
  font-size: 1rem;
  font-weight: 300;
  color: #757575;
  margin: 0px 0 10px 0;
}

#profile ul.network-icon {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 0px;
}

#profile .network-icon li {
  margin-right: 10px;
}

#profile .network-icon li:last-of-type {
  margin-right: 0;
}

#profile .network-icon li:hover {
  transform: scale(1.1)
}

#about-me{
  padding-top: 1cm;
}

/**********************************************************
Social Media Links
**********************************************************/
.fa {
  padding: 0px;
  font-size: 18px;
  width: 30px;
  text-align: center;
  color: black;
  border-radius: 50%;
}

.ai {
  padding-top: 1px;
  font-size: 24px;
  width: 30px;
  color: black;
  border-radius: 50%;
}


/**********************************************************
Interests and Education
**********************************************************/

ul.ul-interests li {
  font-size: 0.9rem;
}

ul.ul-edu {
  list-style: none;
}

ul.ul-edu li {
  position: relative;
  padding: 0px 15px 4px 3px;
}

ul.ul-edu li .description p {
  margin: 0;
}

ul.ul-edu li .description p.institution {
  font-size: 0.75rem;
  color: rgba(0,0,0,0.6);
}


/**********************************************************
Contact page stuff
**********************************************************/

#contact-title{
  padding-top: 4em;
}

#contact-list{
  padding-top: 2.5em;
}

#contact .fa-ul {
  margin-left: 3.14285714rem; /* Must be > `fa-2x` icon size. */
}

#contact .fa-li {
  position: absolute;
  left: -3.14285714rem; /* Negative of `#contact.home-section .fa-ul` margin. */
  width: 2rem; /* Match `fa-2x` icon size. */
  top: 0.14285714em; /* Default FA value. */
  text-align: center;
}

#contact li {
  padding-top: .8rem; /* Align text with bottom of `fa-2x` icon. */
  margin-bottom: 0.3rem;
}

#contact li:last-of-type {
  margin-bottom: 0;
}

/**********************************************************
Resources page stuff
**********************************************************/

#resources-title{
  padding-top: 4em;
}

ul.ul-resources li {
  position: relative;
  padding: 0px 15px 4px 3px;
}

ul.ul-resources li .description p {
  margin: 0;
}

ul.ul-resources li .description p.course {
  font-size: 0.9rem;
}

ul.ul-resources li .description p.institution {
  font-size: 0.75rem;
  color: rgba(0,0,0,0.6);
}

#venn-diagram {
  width: 400px;
  height: 400px;
  object-fit: contain;
  
}



/**********************************************************
Research page stuff
**********************************************************/

#research-title{
  padding-top: 4em;
}

.ul-resources i{
  padding-top: 1em;
}


.large-numbers li::marker {
  font-size: 25px; /* Adjust size as needed, 'em' or 'px' units work well */
}


/**********************************************************
Blog Posts
**********************************************************/

.article body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  background: #ffffff;
  color: #111;
}

.article .container {
  max-width: 760px;
  padding: 2rem 1.25rem;
  margin: 0 auto;
}

.article .post-header h1 {
  margin-bottom: 0.25rem;
}

.article .post-meta {
  color: #666;
  font-size: 0.9rem;
}

.article .post-section {
  margin-top: 2rem;
}

.article pre {
  background: #f6f8fa;
  padding: 1rem;
  overflow-x: auto;
  border-radius: 6px;
  font-size: 0.9rem;
}

.article code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.article figure {
  text-align: center; /* centers all inline content like img and caption */
}

.article .figure img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}

.article .figure-small img {
  max-width: 50%;
}

.article .figure-medium img { 
  max-width: 70%; 
}

.article .figure-large img  { 
  max-width: 90%; 
}

.article figcaption {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.4rem;
}
.article .figure figcaption {
  font-size: 0.8rem;
  color: #555;
  margin-top: 0.5rem;
}

/**********************************************************
Blog Index Page
**********************************************************/

.blog-index {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1.25rem;
  font-family: system-ui, sans-serif;
  line-height: 1.6;
}

.blog-index h1 {
  text-align: center;
  margin-bottom: 2rem;
}

.article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.article-item:last-child {
  border-bottom: none;
}

.article-item h2 {
  margin: 0 0 0.25rem 0;
  font-size: 1.25rem;
}

.article-item a {
  text-decoration: none;
  color: #0077cc;
}

.article-item a:hover {
  text-decoration: underline;
}

.article-meta {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.article-description {
  font-size: 0.95rem;
  color: #333;
}

/**********************************************************
Reference CSS
**********************************************************/

/*

code {
  background-color: rgba(0, 0, 0, 0.02);
}

.wrapper {
  overflow: hidden;
  position: relative;
}





.nav-logo {
  float: left;
  margin-top: -11px;
  transition: transform 150ms ease-out;
}

.nav-logo:hover {
  transform: scale(1.1);
}

.nav-logo img {
  display: block;
  max-height: 40px;
  width: auto;
  border-radius: 50%;
}


.content {
  max-width: 1000px;
  margin: 40px auto 10px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.article-title {
  font-size: 34px;
  color: #222;
  margin: 0;
  line-height: 1.3;
}

.article-date {
  color: #ccc;
}

.article-duration {
  margin-top: 12px;
  float: right;
  font-size: 10px;
  padding: 1px 5px;
  font-weight: bold;
  border-radius: 3px;
  background: #bbb;
  color: #fff
}

.article-content p {
  margin: 15px 0 25px;
}

.article-content a {
  text-decoration: none;
  color: inherit;
  border-bottom: 3px solid #CBF8DF;
  box-shadow: inset 0 -4px 0 #CBF8DF;
  background: transparent;
  transition: background 150ms ease;
}

.article-content a:hover,
.article-content a:focus {
  background: #CBF8DF;
}

.article-content hr {
  width: 150px;
  margin: 50px auto;
  height: 1px;
  overflow: hidden;
  border: none;
  background: #e5e5e5;
}

.highlight {
  border-radius: 3px;
  position: relative;
  margin: 40px 0;
  font-size: 14px;
}

.highlight pre {
  padding: 10px;
}

.archive {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3em;
  text-align: center;
  color: #111;
}

.archive-title {
  font-size: 32px;
  margin-top: 60px;
}

.archive-item {
  margin: 5px 0 15px;
  padding: 0;
}

.archive-item-date {
  color: #ccc;
  font-size: 14px;
  padding: 5px 0;
  margin-top: 5px;
  display: block;
}

.archive-item-link {
  display: inline-block;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  color: #222;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.archive-item-link:hover {
  border-bottom-color: #222;
}



.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ccc;
  font-size: 14px;
}

.footer-links li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.footer-links a {
  color: #888;
  text-decoration: none;
  transition: color 150ms ease;
  margin: 0 15px;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #222;
}

.footer-links li::before {
  content: '/';
  position: relative;
  left: -2px;
}

.footer-links li:first-child::before {
  display: none;
}
.footer-links-kudos img {
  position: relative;
  top: 6px;
  margin-left: 2px;
}

@media (min-width: 600px) {
  .header {
    padding: 25px 0;
  }

  .nav-logo {
    margin-top: -13px;
  }

  .nav-logo img {
    max-height: 50px;
  }


  .content {
    font-size: 19px;
    line-height: 1.8;
  }

  .highlight {
    font-size: 16px;
    margin: 40px -20px;
  }

  .archive {
    text-align: left;
  }

  .archive-title {
    font-size: 38px;
  }

  .archive-item-date {
    font-size: 19px;
    text-align: right;
    float: right;
  }

  .archive-item-link {
    text-overflow: ellipsis;
    max-width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
  }

  .article-title {
    font-size: 42px;
  }

  .article-duration {
    font-size: 12px;
  }

  .footer-links {
    font-size: inherit;
  }
}

@media print {
  .header, .footer {
    display: none;
  }
  .article-content a {
    box-shadow: none;
  }
}



.article-title {
  font-size: 20px;
}

.article-content {
  font-size: 14px;
}

.article-date {
  font-size: 14px;
}

.article-duration {
  font-size: 10px;
}

.archive-title {
  font-size: 20px;
}

.archive-item-link {
  font-size: 16px;
}

.archive-item-date {
  font-size: 14px;
}

.archive-item {
  margin: 5px 0 5px;
  padding: 0;
}

.article-content a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #CBF8DF;
  box-shadow: inset 0 -1px 0 #CBF8DF;
  background: transparent;
  transition: background 150ms ease;
}

.nav-links {
  font-size: 16px;
}





pre {
  font-size: 13px;
}




  
  
  



.big-icon {
  font-size: 2rem;
}

ul.ul-interests li {
  font-size: 0.9rem;
}

ul.ul-edu {
  list-style: none;
}

ul.ul-edu li {
  position: relative;
  padding: 0px 15px 4px 3px;
}

ul.ul-edu li .description p {
  margin: 0;
}

ul.ul-edu li .description p.course {
  font-size: 0.9rem;
}

ul.ul-edu li .description p.institution {
  font-size: 0.75rem;
  color: rgba(0,0,0,0.6);
}

