<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* stylelint-disable selector-list-comma-newline-after */

/* Make scrollbar invisible */
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
.overlay{
  text-align: right; color:red;font-size: 36px;
}
.overlay-toggler-button{
  font-size: 2.5em;
  cursor: pointer;
  color: black;
}
.nav-symbol{
  font-size: 1.6em;
  color: black;
}
.livesearch{
  position: absolute;z-index: +2000;top:+76px;background-color:white;
  right: 200px;
}

.mt-150{
  margin-top:50px;
}
.mt-30{
  margin-top:30px;
}
.bold-rubik-500{
  font-family:rubik; font-weight: 500;
}
.rubik-300{
  font-family:rubik; font-weight: 300;
}
.color-red{
  color: red;
}
.rubik-300-sz09{
  font-family: 'Rubik', sans-serif;
  font-size: 0.9em; font-weight:300;
}
.rubik-300-sz085{
  font-family: 'Rubik', sans-serif;
  font-size: 0.85em;font-weight:300;
}
.oswald-bold-sz15{
  font-family: 'Oswald', sans-serif;
  font-weight: bold;font-size: 1.5rem;
}
.label-wide{
  background-color:#EEF1EE;font-family: 'Signika Sans', sans-serif;
  font-weight: bold;
}

.headline{
  /* font-family: 'Signika Sans', sans-serif; */
  /* font-family: 'Actor', sans-serif; */
  font-family: 'Oswald', sans-serif;
  /* font-family: 'PT Sans', sans-serif; */
  font-weight: semi-bold; font-size: 3.5rem;
  line-height: 0.9em;
  /* word-break: normal; */
  /* word-wrap: normal; */
}
.headline2{
  /* font-family: 'Signika Sans', sans-serif; */
  /* font-family: 'Actor', sans-serif; */
  font-family: 'Oswald', sans-serif;
  /* font-family: 'PT Sans', sans-serif; */
  font-weight: semi-bold; font-size: 1.8rem;
  /* line-height: 0.9em; */
  /* word-break: normal; */
  /* word-wrap: normal; */
}
@media (max-width: 900px) {
  .headline{
    font-size: 2.2rem;
    font-family: 'Oswald', sans-serif;
  }
}
@media (max-width: 1024px) {
  .headline{
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
  }
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
.sm-screen{
  /* background-color: blue; */
  border-style: solid;
  border-color: blue;
  width:90%;
}

/* =================== sidebar stuff ================== */
.content{
  /* background:blue; */
  height:100%;position:fixed;top:130px;overflow:scroll;padding-bottom: 150px;padding-top: 40px;
  background-color: green;
  width:100%;
}
@media (min-width: 1207px) {
  .content{
    /* background:blue; */
    height:100%;position:fixed;top:130px;left:20px;right:0px;overflow:scroll;padding-bottom: 150px;padding-top: 40px;
    width:95%;
  }
}
@media (max-width: 900px) {
  .content{
    /* background:blue; */
    height:100%;position:fixed;top:130px;left:0px;overflow:scroll;padding-bottom: 150px;padding-top: 40px;
    width:100%;
  }

}
/* .tutorial_sidebar{
  position:fixed;top:130px;left:10px;overflow:scroll;max-width:16em;height:95%;font-size:0.8rem;
} */

.very_high_pos{
  top:5px;
}
.high_pos{
  top:68px;
}
.start_pos{
  top:112px;
}
.start_pos_sidebar{
  top:130px;
}
/* .sidebar_right_very_high{
  position:fixed;top:10px;right:1px;max-width:16em;font-size:0.8rem;overflow:scroll;height:90%; padding-bottom:20px;
}
.sidebar_right_high{
  position:fixed;top:80px;right:1px;max-width:16em;font-size:0.8rem;overflow:scroll;height:90%; padding-bottom:20px;
}
.sidebar_right_start{
  position:fixed;top:130px;right:1px;max-width:16em;font-size:0.8rem;overflow:scroll;height:90%; padding-bottom:20px;
} */

a.red_link:link, a.red_link:visited{
  text-decoration: none;
  color: black;
}
a.red_link:hover{
  color:red;
}

a.sb_text:link, a.sb_text:hover,  a.sb_text:visited{
      text-decoration: none;
      /* color: #000000; */
      color: black;
}

.high-light-bar-txt{
  /* color: #68CD68; */
  font-weight: bold;
  font-size:0.85rem;
}
/* =================== END sidebar stuff ================== */

/* =================== Footer ================== */

.footer_hide{
  display: none;
}
a.navlink_footer:link, a.navlink_footer:visited{
  text-decoration: none;
  color: white;
}
a.navlink_footer:hover{
  color:#d7f0a2;
}
/* .footer_show{
  display: block;
  position:absolute;
     bottom:0;
     width:100%;
     background:#236C16;
     text-align: center;
     padding-top: 20px;
     color: white;
} */
.index_footer_show{
  display: block;
  /* position:absolute; */
  overflow-x: hidden;
     bottom:0;
     width:100%;
     background:#236C16;
     padding-top: 20px;
     color: white;
}

/* =================== END Footer ================== */
.myfigure{
  display:table;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.myfigcaption{
  display:table-caption;
  caption-side:bottom;
  color: #8C8C90;
  font-size: .80rem;
  margin-top: 0px;
  padding-top: 0px;
}

.mynote{
  /* height: 20%; */
  /* background: -moz-linear-gradient(top, #ffffff 90%,#14B6F6 5%, #ffffff 5%);
  background: -webkit-linear-gradient(top, #ffffff 90%,#14B6F6 5%, #ffffff 5%);
  background: linear-gradient(to bottom, #ffffff 95%, #14B6F6 5%); */

  background-image:
    linear-gradient(
      to right,
      #F8AA08,
      #F8AA08 1%,
      #FFFFFF 1%,
      #FFFFFF 85%
    );
}
.mynote-success{
  /* height: 20%; */
  /* background: -moz-linear-gradient(top, #ffffff 90%,#14B6F6 5%, #ffffff 5%);
  background: -webkit-linear-gradient(top, #ffffff 90%,#14B6F6 5%, #ffffff 5%);
  background: linear-gradient(to bottom, #ffffff 95%, #14B6F6 5%); */

  background-image:
    linear-gradient(
      to right,
      #3C9B2B,
      #3C9B2B 1%,
      #FFFFFF 1%,
      #FFFFFF 85%
    );
}
.jumbotron-bg-1 {
    background: #000 url("../images/bioinformatics main background.jpg") no-repeat center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    color: #fffdc2;
}
.my-opacity {
  opacity: 0.5;
}

/* ========Overlay================== */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 92%;
    text-align: left;
    margin-top: 30px;
    margin-left: 20px;
}

.overlay a, li {
    /* padding: 8px; */
    text-decoration: none;
    font-size: 14px;
    /* color: #818181; */
    /* color: #ffffff; */
    color: #BEC2BE;
    display: block;
    transition: 0.3s;
}
.overlay h6 {
    /* padding: 8px; */
    text-decoration: none;
    font-size: 16px;
    /* color: #818181; */
    color: #ffffff;
    /* color: #BEC2BE; */
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.nav-icon{
     font-size:30px;
     cursor:pointer;
     display: block;
     text-align: right;
}


/* ========Navbar================== */
.navbar{
  /* height: 20%; */
  background: -moz-linear-gradient(top, #14B6F6 20%, #ffffff 90%, #14B6F6 10%);
  background: -webkit-linear-gradient(top, #14B6F6 20%, #ffffff 90%, #14B6F6 10%);
  background: linear-gradient(to bottom, #14B6F6 20%, #ffffff 90%, #14B6F6 10%);
  
  /* background-image:
    linear-gradient(
      to bottom,
      #fffdc2,
      #fffdc2 15%,
      #d7f0a2 15%,
      #d7f0a2 85%,
      #fffdc2 85%
    ); */
}

/* ========Blog content================== */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Playfair Display", Georgia, "Times New Roman", serif; */
  font-family: 'Oswald', sans-serif;
  /* font-family: 'Signika', sans-serif; */
}

.display-2 {
  font-size: 1.0rem;
}
.display-3 {
  font-size: 1.5rem;
}
.display-4 {
  font-size: 2.5rem;
}
.display-5 {
  font-size: 3.5rem;
}
.display-6 {
  font-size: 4.5rem;
}
.display-7 {
  font-size: 4.0rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

/* .nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
} */

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
* Blog name and description
*/
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
/* .blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination &gt; .btn {
  border-radius: 2rem;
} */

/*
* Blog posts
*/
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}
.scrollY {
  overflow-y: scroll;
}</pre></body></html>