@import "/assets/css/my-markdown.css";

.active {
    color: #800000;
}

img.wrapped {
    float: left;
    margin: 0 15px;
    max-width: 25%;
    height: auto;
    // -webkit-shape-outside:circle();
    // shape-outside:circle();
}

img.rounded {
    border-radius: 50%;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

img.center_2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.wrapped_right {
    float: right;
    margin: 0 15px;
    height: auto;
}

img.wrapped_left {
  float: left;
  margin: 0 15px;
  height: auto;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

h1 {
  margin-top: 50px;
  font-size: 40px;
}

h2 {
  margin-top: 35px;
  font-size: 25px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 15px;
}

.flex-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 10px;
  list-style: none;
}

.flex-footer-item {
  font-size: 14px;
  background: transparent;
  padding: 5px;
  width: 200px;
  height: auto;
  margin-top: 0px;
  color: black;
  text-align: center;
}


.side {
    -ms-flex: 30%;
    flex: 30%;
    background-color: #ffffff;
    padding: 20px;
}

.main {
    text-align: left;
    flex: 70%;
    background-color: white;
    padding: 20px;
    margin:30px auto;
    min-height: 82vh;
    max-width:800px;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.footer {
    padding: 5px;
    position: relative;
    text-align: center;
    margin:0 auto;
    width: 100% auto;
    left: 0 auto;
    right: 0 auto;
    bottom: 0 auto;
    margin: 0 auto;
}

.footer-box img {
  display: inline;
}

.footer-box {
  width:100%;
  float: none !important;
}

.tex sub, .latex sub, .latex sup {
  font-family: Times, Times New Roman, serif;
  text-transform: uppercase;
}

.tex sub, .latex sub {
  font-family: Times, Times New Roman, serif;
  vertical-align: 0.125ex;
  margin-left: -0.1667em;
  margin-right: -0.125em;
}

.tex, .latex, .tex sub, .latex sub {
  font-family: Times, Times New Roman, serif;
  font-size: 1em;
}

.latex sup {
  font-family: Times, Times New Roman, serif;
  font-size: 0.85em;
  vertical-align: -0.3em;
  margin-left: -0.36em;
  margin-right: -0.15em;
}
