a {
padding: 20px;
font-size: 20px;
    line-height: 40px;
font-family: "Arial", "Open Sans", "lucida grande", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
color: #00baba;
    font-weight: 600;
    text-decoration: none;
}
a:hover {
color: #a7352e;
text-decoration: none;
}

header {
    position: sticky;
    top: 0;
z-index: -1}


html,body {
    padding:0;
    margin:0;
    
}

#wrapper {
    position:absolute;
    height:100%;
    width:100%;
}

.panels {
    position:relative;
    height:100%;
    min-height:100%;
    width:100%;
    z-index:1000;
}

#a{
   background:#fff;
    position:fixed;
    top:0;
    z-index:-99;
}

#b{
   margin-top:50%;

}
#c{
   background:pink;
}

#d{
   background:green;
}

.trec-bg {
background-image: url("../images/epic-bg.svg");
background-size: contain;
background-position: left top;
height:700px; min-height: 300px;
object-fit: contain;
background-repeat: no-repeat;
background-color: #fff;
    margin: 0 10px;
}


.redscroll {
float:right;
vertical-align: middle;
    margin-top: -30%;
    width: 100px;

}





hr {
display: block;
margin: 0;
padding: 0;
height: 140px;
border: 0;
}

.gray-bottom {
background-image: url("../images/gray-bttm.svg");
background-size: cover;
background-position: left top;
    opacity: 1;
background-blend-mode: hard-light;
width: 100%;
    min-height: 600px;
object-fit: contain;
background-repeat: no-repeat;
    z-index: -99;
    margin: -50px 0;
        padding-top: 200px;
}

.shadowbox {
border-top: 4px solid #a7352e;
        opacity: 1;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 10px;
    padding-bottom: 10px;
margin: 10px;
box-shadow: 0px 2px 12px;
    z-index: 99;
}

.shadowbox h2 {
    font-family: "Audiowide", "helvetica", monospace;
text-align: center; font-size: 14px;
margin: 20px 0 10px 0;
text-transform: uppercase;
letter-spacing: 3px;}




.trecintro {
    font-family: "Audiowide", "helvetica", monospace;
    text-align: right;
    margin: 200px 100px 0 0;
    text-transform: uppercase;
}

ul>li {
    list-style: none;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}




.maincontentcontainer {
width: 100%;
}
.darkcontainer {
background: #ebebeb;
}
.lightcontainer {
background: #f8f8f8;
}
.whitecontainer {
background: #fff;
width: 100%;
}
.maincontent {
clear: both;
width: 80%;
font-size: 0.8125em;
max-width: 92.3em;
margin: 0 auto;
padding: 1em 0px;
color: #333;
line-height: 1.5em;
position: relative;
}
.section {
clear: both;
padding: 0px;
margin: 0px;
}


.floatleft {
float: left;
overflow: auto;
}
.floatright {
float: right;
}