﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
    body,
    html,
    .body {
        background: #000 ;
        color: rgba(255, 255, 255, .78);
        
    }
    .entitytheme05 {background-image: url("../images/chron0desk1.jpg");background-position: bottom center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size:1600px;} 

    .content-glass {
        background-color: rgba(51, 51, 51, .7);
        box-shadow: rgba(239, 148, 0, .6) 0 0 1px 1px inset !important;
        padding: 20px;
        margin: 20px 0;
        border-radius: 10px;
    }

    h1, h2, h3, h4, h5, h6, p, td, th, a {
        color: rgba(255, 255, 255, .78);
    }
    .btn-primary {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 3px 5px;
    border: 1px solid #ef9400;
    background-color: #000;
    color: #ef9400;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    }
   .btn-primary:hover {
        background-color: #ef9400;
        color: #000;
        border-color:#000;

    }
    footer p {color:#ef9400}
    a, a:hover, a:visited {color:#ef9400}