/* img,
svg {
  width:2%;
  height:2%;
}

img{
   display: none
}

span:hover + img{
   display: inline-block;
} */

img,
svg {
  width:100%;
  max-width:100%;
}

.clearfix {
  clear:both;
}

.container-fluid {
  padding:0;
}

.banner-area {
  background: #0e240e;
}

.banner-contents {
  color: #f2f2f2;
  font-family: 'Encode Sans', sans-serif;
  /*
  font-weight: normal;
  padding:0px 0;
  max-width:900px;
  margin-left:auto;
  margin-right:auto; */
}

pre {
  border: 1px dotted #f2f2f2;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

h2, h3 {
  font-family: 'Encode Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: black;
  margin-bottom: 0;
  margin-top: 10px;
}

h1,h2 {
  line-height: 1.3;
}

p {
  margin: 0;
}

h1 span {
  display:block;
}

h1 span:first-child {
  font-weight:400;
}

h1 span:last-child {
  font-weight:100;
}

h2 span {
  font-size:14px;
}

h2:not(:nth-child(2)) {
  margin-bottom:5px;
}

.paper-info {
  padding-top:20px;
  padding-bottom: 20px;
  min-height:900px;
}

.forced-paragraph {
  text-indent:25px;
}

.text-section {
  padding-left:25px;
}

.piggy {
  margin-top: 20px;
  position:relative;
  background-color:white;
}

.piggy-boo {
  width: 35px;
  position: absolute;
  top: 0;
  left: 85px;
  z-index:-1;
  -webkit-transition: top .2s ease-out;
  -o-transition: top .2s ease-out;
  transition: top .2s ease-out;
}

.wheee {
  top: -26px!important;
}

@media (max-width: 575px) {
  h1 {
    font-size: 18px;
  }
 .project-title {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: content-box;
 }
}
@media (min-width: 576px) {
  h1 {
    font-size: 22px;
  }
  .project-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
h1 {
   font-size: 28px;
 }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

