@font-face {
    font-family: 'Academicons';
    font-weight: normal;
    font-style: normal;
}
.ai {
	display:inline-block;
	font:normal normal normal 14px/1 Academicons;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.ai-academia:before {
  content: "\e800";
}
.ai-academia-square:before {
  content: "\e801";
}
.ai-acclaim:before {
  content: "\e802";
}
.ai-acclaim-square:before {
  content: "\e803";
}
.ai-acm:before {
  content: "\e804";
}
.ai-acm-square:before {
  content: "\e805";
}
.ai-ads:before {
  content: "\e806";
}
.ai-ads-square:before {
  content: "\e807";
}
.ai-arxiv:before {
  content: "\e808";
}
.ai-arxiv-square:before {
  content: "\e809";
}
.ai-biorxiv:before {
  content: "\e810";
}
.ai-biorxiv-square:before {
  content: "\e811";
}
.ai-ceur:before {
  content: "\e812";
}
.ai-ceur-box:before {
  content: "\e813";
}
.ai-courser:before {
  content: "\e814";
}
.ai-courser-square:before {
  content: "\e815";
}
.ai-dataverse:before {
  content: "\e816";
}
.ai-dataverse-box:before {
  content: "\e817";
}
.ai-dblp:before {
  content: "\e818";
}
.ai-dblp-square:before {
  content: "\e819";
}
.ai-depsy:before {
  content: "\e820";
}
.ai-depsy-square:before {
  content: "\e821";
}
.ai-doi:before {
  content: "\e822";
}
.ai-doi-square:before {
  content: "\e823";
}
.ai-dryad:before {
  content: "\e824";
}
.ai-dryad-square:before {
  content: "\e825";
}
.ai-figshare:before {
  content: "\e826";
}
.ai-figshare-square:before {
  content: "\e827";
}
.ai-google-scholar:before {
  content: "\e828";
}
.ai-google-scholar-square:before {
  content: "\e829";
}
.ai-ieee:before {
  content: "\e830";
}
.ai-ieee-square:before {
  content: "\e831";
}
.ai-impactstory:before {
  content: "\e832";
}
.ai-impactstory-square:before {
  content: "\e833";
}
.ai-inspire:before {
  content: "\e834";
}
.ai-inspire-square:before {
  content: "\e835";
}
.ai-mendeley:before {
  content: "\e836";
}
.ai-mendeley-square:before {
  content: "\e837";
}
.ai-open-access:before {
  content: "\e838";
}
.ai-open-access-square:before {
  content: "\e839";
}
.ai-orcid:before {
  content: "\e840";
}
.ai-orcid-square:before {
  content: "\e841";
}
.ai-osf:before {
  content: "\e842";
}
.ai-osf-square:before {
  content: "\e843";
}
.ai-overleaf:before {
  content: "\e844";
}
.ai-overleaf-square:before {
  content: "\e845";
}
.ai-philpapers:before {
  content: "\e846";
}
.ai-philpapers-square:before {
  content: "\e847";
}
.ai-piazza:before {
  content: "\e848";
}
.ai-piazza-square:before {
  content: "\e849";
}
.ai-publons:before {
  content: "\e850";
}
.ai-publons-square:before {
  content: "\e851";
}
.ai-pubmed:before {
  content: "\e852";
}
.ai-pubmed-square:before {
  content: "\e853";
}
.ai-researchgate:before {
  content: "\e854";
}
.ai-researchgate-square:before {
  content: "\e855";
}
.ai-scirate:before {
  content: "\e856";
}
.ai-scirate-square:before {
  content: "\e857";
}
.ai-springer:before {
  content: "\e858";
}
.ai-springer-square:before {
  content: "\e859";
}
.ai-zotero:before {
  content: "\e860";
}
.ai-zotero-square:before {
  content: "\e861";
}
/*  Duplication of the FontAwesome style classes using 'ai' in place of 'fa'. */
.ai-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.ai-2x {
  font-size: 2em;
}
.ai-3x {
  font-size: 3em;
}
.ai-4x {
  font-size: 4em;
}
.ai-5x {
  font-size: 5em;
}
.ai-fw {
  width: 1.28571429em;
  text-align: center;
}
.ai-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.ai-ul > li {
  position: relative;
}
.ai-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.ai-li.fa-lg {
  left: -1.85714286em;
}
.ai-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.ai-pull-left {
  float: left;
}
.ai-pull-right {
  float: right;
}
.ai.fa-pull-left {
  margin-right: .3em;
}
.ai.fa-pull-right {
  margin-left: .3em;
}

.icon-custom-youtube:before {
    content: '';
    display: inline-block;
    width: 15px; /* Width of your icon */
    height: 15px; /* Height of your icon */
    background-image: url('/assets/youtube.png');
    background-size: cover; /* Or 'contain' depending on your need */
    vertical-align: middle; /* Adjust as needed for alignment */
    /* Add padding or margin if needed */
}

.icon-custom-linkedin:before {
    content: '';
    display: inline-block;
    width: 15px; /* Width of your icon */
    height: 15px; /* Height of your icon */
    background-image: url('/assets/linkedin.png');
    background-size: cover; /* Or 'contain' depending on your need */
    vertical-align: middle; /* Adjust as needed for alignment */
    /* Add padding or margin if needed */
}

.icon-custom-map:before {
    content: '';
    display: inline-block;
    width: 15px; /* Width of your icon */
    height: 15px; /* Height of your icon */
    background-image: url('/assets/map.png');
    background-size: cover; /* Or 'contain' depending on your need */
    vertical-align: middle; /* Adjust as needed for alignment */
    /* Add padding or margin if needed */
}

.icon-custom-uw:before {
    content: '';
    display: inline-block;
    width: 15px; /* Width of your icon */
    height: 15px; /* Height of your icon */
    background-image: url('/assets/uw.png');
    background-size: cover; /* Or 'contain' depending on your need */
    vertical-align: middle; /* Adjust as needed for alignment */
    /* Add padding or margin if needed */
}

.icon-custom-google:before {
    content: '';
    display: inline-block;
    width: 15px; /* Width of your icon */
    height: 15px; /* Height of your icon */
    background-image: url('/assets/google.png');
    background-size: cover; /* Or 'contain' depending on your need */
    vertical-align: middle; /* Adjust as needed for alignment */
    /* Add padding or margin if needed */
}

.icon-custom-email:before {
    content: '';
    display: inline-block;
    width: 15px; /* Width of your icon */
    height: 15px; /* Height of your icon */
    background-image: url('/assets/email.png');
    background-size: cover; /* Or 'contain' depending on your need */
    vertical-align: middle; /* Adjust as needed for alignment */
    /* Add padding or margin if needed */
}

.flex-container a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
}


.flex-container img {
    width: 30vw; /* Responsive width, adjust as needed */
    max-width: 200px; /* Maximum width of the image */
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px;
	border-radius: 5px; 
}
