/*
* light.css
* a light colored style theme for fastwave.biz
*
* Contributing authors:
*   Josie Hadfield
*   Michael Harris
*   Harris and Associates Technology Group
*   www.harrisassociates.net
*   background pattern by subtlepatterns.com
*/
html{
    position: relative;
    min-height: 100%
}

body
{
    font-family: helvetica, arial, sans-serif;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; /* bottom = footer height */
    background-image: url('/static/app/img/hexellence/hexellence.png');
}/*end body*/
.navbar-inverse{
    border: 0px;
}
.navbar-inverse .navbar-nav .active a
{
    background-color: #E68A00;
}

.navbar-inverse .navbar-nav .active a:hover
{
    background-color: #ff9900;
}

.header_container
{
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 50px;*/
    max-width: 650px;

}/*end header_container*/

.footer_container
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    color: #999999;
    margin-top: 5px;
    background-color: #222222;
}/*end footer_container*/

.marg-faq
{
    margin-bottom: 10px;
}
.imgcvg
{
    float: center;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;

}/*end imgcvg*/

.faq-qm
{
    float: right;
	margin-right: 18px;
}/*end faq-qm*/

.img-graphic1
{
    float: right;
    font-size: 200px;
    margin-left: 5px;
    margin-right: 25px;
    height: 300px;
    padding-left: 5px;
    padding-right: 15px;
}/*end img-graphic1*/

.img-apache
{
    float: right;
}/*end img-apache*/

.img-comprepair
{
    float: right;
}/*end img-comprepair*/

.frame-coverage h2
{
    border-bottom: 1px solid black;
}

.glyphicon-cloud
{
    font-size: 50px;
}

.glyphicon-wrench
{
    font-size: 50px;
}

.glyphicon-question-sign
{
    font-size: 50px;
}

.glyphicon-signal
{
    font-size: 35px;
}

.glyphicon-globe
{
    font-size: 40px;
}

.glyphicon-flash
{
    font-size: 40px;
}

h2 .glyphicon
{
    margin-left: 25px;
}

h1 .glyphicon
{
    margin-left: 25px;
}

.frame
{
    background-color:rgba(245,245,245,0.6);
    box-shadow: 0px 0px 10px #888888;
    margin-top: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding-bottom: 10px;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td
{
    border: 1px solid #555555;
}
.table-bordered
{
    border: 1px solid #555555;
}

.col-md-12
{
    padding-bottom: 1.5em;
}

hr
    {
       border:1px dashed;
    }

