.lg-max-width{
    max-width: 1440px;
}

.logo-header{
    background-color: #000;
    background-image: url("../images/cap10nrg_logo.png");
    background-repeat: no-repeat;
    background-size: auto 60px;
    background-position: 10px 10px;
    display: block;
    height: 80px;
    padding: .5em 0;
    width: 100%;
    border: 1px solid #000;
}

.bg-orange{
    background-color: #F90 !important;
}

.section-spacer{
    margin-top:1em;
    margin-botton:.2em;
}

#tiles{

}

#tiles a.tile{
    border-radius: .5em;
    background-color: #F90;
    color: #000;
    display:block;
    height: 7em;
    padding: 2em;
    margin-bottom: 1em;
    text-decoration: none;
}
#tiles a.tile:hover{
    background-color: #C60;
}


div#download-links li{
    list-style: none;
}

div#download-links li a{
    font-weight: bold;
    color: #2c0b0e;
    text-decoration: none;
}

div#download-links li a:hover{
    font-weight: bold;
    color: #2c0b0e;
    text-decoration: underline;
}


h1,h2,h3,h4,h5{
    color:  #2c0b0e ;
}