/* --------------- Fonts ------------------ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,700,700i);
@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css);

body {
  font-family:
    Roboto, "Fira Sans", "Droid Serif", "Palatino Linotype", "Book Antiqua",
    Palatino, "Microsoft YaHei", "Songti SC", serif;
}

.remark-code,
.remark-inline-code {
  font-family: "Fira Code", "Lucida Console", Monaco, monospace;
  font-size: 80%;
}

/* ----------------- CSS Parameter ----------------- */
.remark-slide-content {
  background-color: #fafafa;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 1em 2em 1em 2em;
}

.title-slide .inverse .remark-slide-content {
  background-color: #fafafa;
  border-top: 0px;
}

.inverse {
  background-color: #000536;
  text-shadow: none;
}

/* Removes colored bar from top of the slide resulting in a clear slide */
.clear {
  border-top: 0px solid #fafafa;
}

h1 {
  font-weight: normal;
  margin-left: -00px;
  color: #1a292c;
  margin-top: 0;
}

h2,
h3,
h4 {
  padding-top: -15px;
  padding-bottom: 00px;
  color: #1a292c;
  text-shadow: none;
  font-weight: 400;
  text-align: left;
  margin-left: 00px;
  margin-bottom: -10px;
  margin-top: 0;
}

.remark-slide-content h1 {
  font-size: 45px;
  color: #1a292c;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.remark-slide-content h2 {
  font-size: 35px;
}

.remark-slide-content h3 {
  font-size: 30px;
}

.left-column h2,
.left-column h3,
.left-column h4 {
  color: #777;
}

.left-column h2:last-of-type,
.left-column h3:last-child {
  color: #1a292c;
}

.title-slide {
  background-color: #fafafa;
  /* border-top: 80px solid #FAFAFA; */
  background-image: url(Background.png);
  background-position: top right;
  background-size: cover;
}

.title-slide h1 {
  color: #1a292c;
  font-size: 40px;
  text-shadow: none;
  font-weight: 400;
  text-align: left;
  margin-left: 15px;
  padding-top: 80px;
}
.title-slide h2 {
  margin-top: -25px;
  padding-bottom: -20px;
  color: #1a292c;
  text-shadow: none;
  font-weight: 300;
  font-size: 35px;
  text-align: left;
  margin-left: 15px;
}
.title-slide h3 {
  margin-top: 5px;
  padding-bottom: 5px;
  color: #1a292c;
  text-shadow: none;
  font-weight: 300;
  font-size: 25px;
  text-align: left;
  margin-left: 15px;
}

hr,
.title-slide h2::after,
.mline h1::after {
  content: "";
  display: block;
  border: none;
  background-color: #eb811b;
  color: #eb811b;
  height: 1px;
}

hr,
.mline h1::after {
  margin: 1em 15px 0 15px;
}

.title-slide h2::after {
  margin: 10px 15px 35px 0;
}

.mline h1::after {
  margin: 10px 15px 0 15px;
}

.remark-slide-number {
  font-size: 13pt;
  color: #272822;
  opacity: 1;
}
.inverse .remark-slide-number {
  font-size: 13pt;
  color: #fafafa;
  opacity: 1;
}

/* turns off slide numbers for title page: https://github.com/gnab/remark/issues/298 */
.title-slide .remark-slide-number {
  display: none;
}

.remark-inline-code {
  /* background: #F5F5F5; /* lighter */
  background: #e7e8e2; /* darker */
  border-radius: 3px;
  padding: 4px;
}

.code10 .remark-code {
  font-size: 10%;
}

.code20 .remark-code {
  font-size: 20%;
}

.code30 .remark-code {
  font-size: 30%;
}

.code40 .remark-code {
  font-size: 40%;
}

.code50 .remark-code {
  font-size: 50%;
}

.code60 .remark-code {
  font-size: 60%;
}

.code70 .remark-code {
  font-size: 70%;
}

.code80 .remark-code {
  font-size: 80%;
}

.code90 .remark-code {
  font-size: 90%;
}

.code100 .remark-code {
  font-size: 100%;
}

.font10 {
  font-size: 10%;
}

.font20 {
  font-size: 20%;
}

.font30 {
  font-size: 30%;
}

.font40 {
  font-size: 40%;
}

.font50 {
  font-size: 50%;
}

.font60 {
  font-size: 60%;
}

.font70 {
  font-size: 70%;
}

.font80 {
  font-size: 80%;
}

.font90 {
  font-size: 90%;
}

.font100 {
  font-size: 100%;
}

.font110 {
  font-size: 110%;
}

.font120 {
  font-size: 120%;
}

.font130 {
  font-size: 130%;
}

.font140 {
  font-size: 140%;
}

.font150 {
  font-size: 150%;
}

.font160 {
  font-size: 160%;
}
.font170 {
  font-size: 170%;
}
.font180 {
  font-size: 180%;
}
.font190 {
  font-size: 190%;
}
.font200 {
  font-size: 200%;
}

.boxed {
  background: #fafafa;
  /* color: #282828; */
  border: 4px solid #b16286;
  margin: 1em auto;
  width: var(--width-var);
  padding: 0.5em;
  border-radius: 12px;
  font-size: 1.2em;
}

.co-note {
  background-color: #2780e310;
  color: #2780e3;
  border: 1px solid #2780e3;
  border-left: thick solid #2780e3;
  margin-left: 70px;
  /*margin-top:25px;
	 margin-bottom:30px; */
  position: relative;
  border-radius: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 20px 30px 15px 30px;
  display: inline-block;
  width: 850px;
  font-style: italic;
  font-weight: 400;
}

.co-warn {
  background-color: #ff751810;
  color: #ff7518;
  border: 1px solid #ff7518;
  border-left: thick solid #ff7518;
  margin-left: 70px;
  /*margin-top:25px;
	 margin-bottom:30px;*/
  position: relative;
  border-radius: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 20px 30px 15px 30px;
  display: inline-block;
  width: 850px;
  font-style: italic;
  font-weight: 400;
}

.co-imp {
  background-color: #ff003910;
  color: #ff0039aa;
  border: 1px solid #ff0039;
  border-left: thick solid #ff0039;
  margin-left: 70px;
  /*margin-top:25px;
	 margin-bottom:30px;*/
  position: relative;
  border-radius: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 20px 30px 15px 30px;
  display: inline-block;
  width: 850px;
  font-style: italic;
  font-weight: 400;
}

.co-tip {
  background-color: #3fb61810;
  color: #2c9804;
  border: 1px solid #3fb618;
  border-left: thick solid #3fb618;
  margin-left: 70px;
  /*margin-top:25px;
	 margin-bottom:30px;*/
  position: relative;
  border-radius: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 20px 30px 15px 30px;
  display: inline-block;
  width: 850px;
  font-style: italic;
  font-weight: 400;
}

/* Might want to delete this */
.mermaid {
  font-size: 50px;
  font-weight: 400;
  color: red;
  background-color: #f7f7f7;
  max-width: 100%;
  border-radius: 6px;
}

/* Under at hover for links */

a {
  box-shadow: inset 0 0 0 0 #54b3d6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
