/* Style sheet for Markdeep that corresponds closely to the default Latex article format 
   Put the following in your Markdeep document to use this:
 
   <link rel="stylesheet" href="https://casual-effects.com/markdeep/latest/dark.css">
*/


@import url('https://fonts.googleapis.com/css?family=Roboto:300,600');

@media screen {
  body {
    max-width:1024px;
    padding:0;
    margin:0 auto;
    font-family: Roboto, Helvetica, "sans serif";
    font-weight:300;
    font-size:1.0em;
    text-align: left;
  }
}

/* img {
  border-width: medium;
} */

.md img.markdeep {
  border-color: black;
}

.md a:link, .md a:visited{
  font-family: Roboto, Helvetica, "sans serif";
}


.md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.title, .md div.tocheader, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 {
  font-family: Roboto, Helvetica, "sans serif";
  font-weight:600;
  content: none;
}


/* .md a {
  font-family: Roboto, Helvetica, "sans serif";
  font-weight:300;
}


.md * {
  font-family: Roboto, Helvetica, "sans serif";
  font-weight:300;
} */

.md h1:before, .md h2:before { 
  content: none;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff8f00;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}