/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


.footer-logo {
    display: block;
    margin-bottom: 30px;
    margin-top: -35px;
}
    .introfont {
    font-size: 1.3em;
    max-width: 700px;
}
    .introfont2 {
    font-size: 1.3em;
    max-width: 70vw;
    padding-bottom: 122px;
}

.anytank {
    font-size: 3em;

}
.anytank_sub {
    margin-top: -22px;
    padding-bottom: 22px;

}




  ol.redlist { counter-reset: item; }
          ol li { display: block; }
          ol li:before {
              content: counter(item) ". ";
              counter-increment: item;
              color: #9e2a2b;}
