@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

.page-content p {
  text-align: justify;
}

/**
 * Basic styling
 */
body {
  font: 300 16px/1.5 "Open Sans", sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(850px - (30px * 2));
  max-width: calc(850px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 850px) {
  .wrapper {
    max-width: -webkit-calc(850px - (30px));
    max-width: calc(850px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #828282;
}

.masthead .icon path {
  fill: #828282;
}

.infomatter {
  display: flex;
  flex-flow: wrap;
  position: relative;
}

.krispic {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: auto;
  float: right;
  box-shadow: 2px 5px 5px #aaa;
  padding: 5px 5px 5px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  position: relative;
  top: -15px;
}

.infotablestyle {
  width: 700px;
  display: inline-table;
  margin-right: -100px;
  margin-bottom: 10px;
}
.infotablestyle table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
  line-height: 56px;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .menu-icon > svg path {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 850px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 7.5px 0;
}

.page-heading {
  font-size: 20px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.due-list {
  margin-left: 20px;
  list-style: square outside;
}
.due-list > li {
  margin-bottom: 15px;
}
.due-list .post-meta {
  font-size: 18px;
  margin-right: 10px;
}
.due-list h3 {
  display: inline;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 18px;
}

.mainpage-asn-link {
  display: inline;
  font-size: 18px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .post-title {
    font-size: 36px;
  }
}

.writeup-content {
  font-size: 14.4px;
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
.post-content h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.post-content h3 {
  font-size: 22px;
}
.post-content h4 {
  font-size: 18px;
}
.post-content h5 {
  font-size: 16px;
}

/*********************************************/
/** Week Heading Styling                   **/
/*********************************************/
.week-header {
  background-color: #ffffff; /* subtle background color */
  padding: 0.8rem 1rem; /* space around heading */
  border-bottom: 1px solid #ccc; /* small bar below */
  margin-bottom: 1rem; /* space after the heading */
}

.week-header h2 {
  margin: 0; /* remove default H2 margin */
  font-size: 2rem; /* slightly smaller than default H2 */
  color: #444; /* darker text color */
  font-weight: 600; /* heavier weight for emphasis */
}

.week-header h2 {
  font-size: 1.1rem;
}

/*********************************************/
/** Weekly Schedule Layout (2 columns)     **/
/*********************************************/
.week-schedule ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.session-item {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

/* Date column styling */
.date-col {
  font-weight: bold;
  color: #333;
  text-align: right;
  padding-top: 0.25rem;
}

/* Session (title + resources) on right side */
.session-col {
  /* auto-fills the remaining space */
}

/* Session title styling */
.session-title {
  font-weight: 600;
  color: #444;
  margin-bottom: 0.3rem;
}

/*********************************************/
/** Resources List (Video, Slides, etc.)   **/
/*********************************************/
.resources-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0.2rem 0 0 0;
}

.resources-list li {
  margin: 0.3rem 0;
}

/*********************************************/
/** Font Awesome Icon Colors               **/
/*********************************************/
.lecture-icon {
  color: #0a66c2;
  margin-right: 6px;
}

.youtube-icon {
  color: #ff0000;
  margin-right: 6px;
}

.notes-icon {
  color: #007bff;
  margin-right: 6px;
}

.reading-icon {
  color: #8B4513;
  margin-right: 6px;
}

.project-icon {
  color: #228B22;
  margin-right: 6px;
}

.deadline-icon {
  color: #cc0000;
  margin-right: 6px;
}

.fa-upload {
  color: #666;
  margin-right: 6px;
}

/*********************************************/
/** Deadline Example Styling               **/
/*********************************************/
.deadline {
  background-color: #ffe9e9;
  padding: 0.5rem;
  border-left: 4px solid #ffcccc;
  border-radius: 4px;
}

/**
 * Syntax highlighting styles
 */
.highlight .hll {
  background-color: #ffffcc;
}

.highlight .c {
  color: #60a0b0;
  font-style: italic;
} /* Comment */
.highlight .err {
  border: 1px solid #FF0000;
} /* Error */
.highlight .k {
  color: #007020;
  font-weight: bold;
} /* Keyword */
.highlight .o {
  color: #666666;
} /* Operator */
.highlight .cm {
  color: #60a0b0;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #007020;
} /* Comment.Preproc */
.highlight .c1 {
  color: #60a0b0;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #60a0b0;
  background-color: #fff0f0;
} /* Comment.Special */
.highlight .gd {
  color: #A00000;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #FF0000;
} /* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #00A000;
} /* Generic.Inserted */
.highlight .go {
  color: #808080;
} /* Generic.Output */
.highlight .gp {
  color: #c65d09;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
  color: #0040D0;
} /* Generic.Traceback */
.highlight .kc {
  color: #007020;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #007020;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #007020;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #007020;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #007020;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #902000;
} /* Keyword.Type */
.highlight .m {
  color: #40a070;
} /* Literal.Number */
.highlight .s {
  color: #4070a0;
} /* Literal.String */
.highlight .na {
  color: #4070a0;
} /* Name.Attribute */
.highlight .nb {
  color: #007020;
} /* Name.Builtin */
.highlight .nc {
  color: #0e84b5;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #60add5;
} /* Name.Constant */
.highlight .nd {
  color: #555555;
  font-weight: bold;
} /* Name.Decorator */
.highlight .ni {
  color: #d55537;
  font-weight: bold;
} /* Name.Entity */
.highlight .ne {
  color: #007020;
} /* Name.Exception */
.highlight .nf {
  color: #06287e;
} /* Name.Function */
.highlight .nl {
  color: #002070;
  font-weight: bold;
} /* Name.Label */
.highlight .nn {
  color: #0e84b5;
  font-weight: bold;
} /* Name.Namespace */
.highlight .nt {
  color: #062873;
  font-weight: bold;
} /* Name.Tag */
.highlight .nv {
  color: #bb60d5;
} /* Name.Variable */
.highlight .ow {
  color: #007020;
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #40a070;
} /* Literal.Number.Float */
.highlight .mh {
  color: #40a070;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #40a070;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #40a070;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #4070a0;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #4070a0;
} /* Literal.String.Char */
.highlight .sd {
  color: #4070a0;
  font-style: italic;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #4070a0;
} /* Literal.String.Double */
.highlight .se {
  color: #4070a0;
  font-weight: bold;
} /* Literal.String.Escape */
.highlight .sh {
  color: #4070a0;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #70a0d0;
  font-style: italic;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #c65d09;
} /* Literal.String.Other */
.highlight .sr {
  color: #235388;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #4070a0;
} /* Literal.String.Single */
.highlight .ss {
  color: #517918;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #007020;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #bb60d5;
} /* Name.Variable.Class */
.highlight .vg {
  color: #bb60d5;
} /* Name.Variable.Global */
.highlight .vi {
  color: #bb60d5;
} /* Name.Variable.Instance */
.highlight .il {
  color: #40a070;
} /* Literal.Number.Integer.Long */
#curpic {
  z-index: 2;
}

blockquote {
  margin-top: 10px;
  margin-left: 20px;
  background-color: #f6ebc1;
  border-left: 5px solid #fce27c;
  padding: 0.5em 1em;
}

.smallright {
  float: right;
  width: 350px;
}

article img {
  margin: auto;
  width: 80%;
}

.main p {
  text-indent: 0px;
}

.post-link h2 {
  margin-top: auto;
  margin-bottom: auto;
}

.main h2 {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}

ul p {
  text-indent: 0px;
}

.jumbopic {
  height: 100px;
}

.introtext h1, h2, h3, h4 {
  margin-bottom: 2px;
}

.introtext ul li {
  display: inline;
}

.areadesc {
  vertical-align: top;
  text-align: center;
  padding: 5px;
  padding-left: 20px;
}

.areadesc h2, h4 {
  margin-top: 0px;
}

.areadescleft {
  vertical-align: top;
  text-align: left;
  padding: 5px;
  padding-left: 20px;
}

.areadesc hr {
  border-top: 2px solid #ccc;
}

.post-link h2 {
  margin-top: auto;
  margin-bottom: auto;
}

#topcontainer {
  max-width: 850px;
  width: 850px;
  left: 50%;
  position: absolute;
  top: 0px;
}

#topcontent {
  width: 850px;
  position: absolute;
  text-align: left;
  top: 340px;
  color: #fff;
  left: -50%;
}

#mainpagecontent {
  margin-top: 6.5em;
}

#mainpgvenn {
  margin-top: 50px;
  margin-bottom: 40px;
}

#mainwrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
}

#mainwrapper h2 {
  margin-top: 1em;
  margin-bottom: 0.4em;
}

#mainwrapper h3 {
  margin-top: 0.7em;
  margin-bottom: 0.4em;
}

#topblurb {
  margin-top: 25px;
  color: black;
}

.compsecurity {
  text-shadow: 2px 2px 3px #111, 0 0 25px #828282, 0 0 5px black;
}

.introtext a {
  color: white;
}

.blackhat {
  color: black;
  text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;
}

.introtext a:hover {
  color: cyan;
}

.researchareas {
  witdh: 500px;
}

.introtext {
  padding-top: 80px;
  color: white;
}

#practice {
  padding-top: 60px;
}

.introtext h1 {
  font-size: 50px;
}

.introtext h2 {
  font-size: 30px;
}

.bs-docs-header {
  position: relative;
  text-align: center;
  background-color: black;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(to left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.8) 100%), url(https://kmicinski.com//cis531-f25/assets/img/bannershort.png);
  background-size: 800px 250px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
}

#researchareas {
  magin: auto;
}

.outcomes {
  font-size: 15pt;
}

.obj {
  margin-bottom: 15px;
  margin-top: 20px;
}

.post-link {
  font-size: 12pt;
  margin-top: auto;
  margin-bottom: auto;
}

.social-media-list .glyphicon-calendar {
  margin-right: 5px;
}

.projdesc {
  border-right: 3px double #828282;
  border-bottom: 0px solid #828282;
}

.grade-table {
  margin-top: 30px;
  border-bottom: 1px solid #dee2e6;
  border-spacing: 0;
  border-collapse: separate;
  text-align: center;
}

.smgradecol {
  border-right: 1px dotted #828282;
}

.lggradecol {
  border-right: 3px double #828282;
}

.smhgradecol {
  border-top: 0px dotted #828282;
  border-right: 1px dotted #828282;
}

.lghgradecol {
  border-top: 0px dotted #828282;
  border-right: 3px double #828282;
}

.examdesc {
  border-right: 3px double #828282;
  border-bottom: 0px solid #828282;
}

.card-body {
  padding: 5px;
}

.pcardtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.tagbox {
  font-size: 11pt;
}

.card p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 1px;
}

#projectquestions {
  margin-top: 0px;
  margin-bottom: 5px;
}

#examquestions {
  border-top: 1px dotted black;
  margin-top: 0px;
  padding-top: 5px;
}

.egrade {
  margin-top: 5px;
}

.participation {
  margin-top: 15px;
  font-size: 11pt;
  line-height: 1;
}

.egrade {
  margin-left: 60px;
}

.pfail {
  stroke: lightgrey;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 1em;
}

.pminimal {
  stroke: #FFC0CB;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 1em;
}

.psat {
  stroke: lightgreen;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 1em;
}

.pex {
  stroke: gold;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 1em;
}

.eex {
  stroke: gold;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 1em;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

.esat {
  stroke: lightgreen;
  transition: stroke-dashoffset 1s linear;
  stroke-dashoffset: 0;
  stroke-width: 1em;
}

.efail {
  stroke: lightgrey;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 1em;
}

#projectquestions {
  position: relative;
}

#examquestions {
  position: relative;
}

#exams:after {
  position: absolute;
  display: block;
  height: 100px;
  width: 100px;
  left: 43%;
  top: 33%;
  content: attr(grade);
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 100%;
  font-size: 2.5em;
}

#projects:after {
  position: absolute;
  display: block;
  left: 43%;
  top: 26%;
  content: attr(grade);
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 100%;
  font-size: 2.5em;
}

.leftside {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 25px;
}

.rightside {
  padding-top: 100px;
  padding-left: 0px;
  padding-right: 0px;
}

#min {
  text-align: center;
}

.points {
  font-size: 14pt;
  line-height: 1.4;
  margin-bottom: 0px;
  text-align: center;
}

/* .post-preview { */
/*     position: relative; */
/* } */
/* .post-preview ::after { */
/*     content  : ""; */
/*     position : absolute; */
/*     z-index  : 1; */
/*     bottom   : 0; */
/*     left     : 0; */
/*     pointer-events   : none; */
/*     background-image : linear-gradient(to bottom,  */
/*                                        rgba(255,255,255, 0),  */
/*                                        rgba(255,255,255, 1) 90%); */
/*     width    : 100%; */
/*     height   : 4em; */
/* } */

/*# sourceMappingURL=main.css.map */