body{
  margin: 0;
  padding: 0;
  font-family: monospace;
  background: #fff;
  color: #121222;
}

#home{
  position: fixed;
  top: 15px;
  left: 15px;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 2rem;
}

a {
  color: #000;
}

a:hover{
  color: #000;
  background: #000;
}

a:visited{
  color: #000;
}

#content{
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  width: 98%;
  margin: 0 1%;
  min-width: 250pt;
}

h1{
  margin-top: 25px;
  font-size: 3rem;
}

h2{
  padding-top: 15px;
  font-size: 2.5rem;
}

h3{
  padding-top: 20px;
  font-size: 1.8rem;
}

#article h1{
  margin: 25px 0;
  padding: 0;
  border-bottom: 2px black solid;
  text-transform: uppercase;
}

#article h2{
  margin: 5px 0; 
  padding: 0;
  font-size: 2.5rem;
}

ol{
  margin: 0;
  margin-left: 50px;
  padding: 0;
  margin-bottom: 25px;
}

ol li{
  list-style: decimal;
}

ul{
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li.post{
  list-style: none;
  padding: 0;
  margin: 0 5px;
  font-size: 1.5rem;
  text-align: left;
  overflow-wrap: break-word;
  text-transform: lowercase;
}

li.post{
  list-style: none;
  text-align: center;
}

li.post img{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
  overflow: hidden;
}

li.post:hover img{
  display: block;
  z-index: -9;
  overflow: hidden;
}

li.post a{
  z-index: 9999;
  color: #121222;
  background: #fff;
}

li.post a:hover{
  z-index: 9999;
  background: #121222;
  color: #121222;
}

#home{
  text-decoration: none;
  font-size: 2rem;
}

#content #post img{
  display: block;
  max-width: 100%;
  margin: 15px auto;
}

#content blockquote{
  margin: 15px 0;
  padding: 0;
  color: #666;
  font-style: italic;
}

@media only screen and (min-width: 300px){
  #content{
    width: 290px;
    margin: 45px auto;
  }

  li.post{
    font-size: 1.2rem;
  }

  #home{
    position: fixed;
    left: 2%;
    top: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 720px){
  #content{
    width: 720px;
    margin: 45px auto;
  }

  #home{
    font-size: 2rem;
  }
}
/*
@media only screen and (min-width: 720px){
  #content{
    width: 700px;
    font-size: 11pt;
    margin: 45px auto;
  }

  li.post{
    font-size: 1.3rem;
  }

  #article{
    width: 350px;
    float: right;
  }

  #post-image{
    position: fixed;
    width: 350px;
    height: 100%;
    float: left;
  }
  
  #home{
    font-size: 1.2rem;
  }
}

/*
@media only screen and (min-width: 1300px){
  #content{
    width: 1200px;
    font-size: 14pt;
    margin: 45px auto;
  }

  li.post{
    font-size: 1.6rem;
  }

  #post-image{
    position: fixed;
    width: 500px;
    height: 100%;
    float: left;
  }

  #article{
    width: 500px;
    margin-right: 50px;
    float: right;
  }

  #article p{
    width: 100%;
  }

  #post-image img{
    width: 100%;
    margin-left: 50px;
 }

  #home{
    font-size: 1.2rem;
  }
}*/

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
