﻿html, body {
    font-family: 'Shadows Into Light', cursive;
    font-size: 1.0em;
    height: 100%;
    background-color: #404040;
}

body {
    padding-top: 50px;
    background-image: url("Images/code_bkg.png");
    background-size: 80%;
    background-repeat: repeat-y;
    background-position-x: 290px;
    background-position-y: -55px;
}

/* Main site content container  */
.body-content {
    padding: 20px;
    color: #1E1E1E;
    font-family: 'PT Sans', sans-serif;
}


/* -------------------------
    sticky footer support
---------------------------*/
.wrapper {
    min-height: 100%;
    margin: 0 auto -40px;
}

.footer-push {
    height: 30px;
}

footer {
    height: 40px;
    color: #B5B5B5;
    background-color: rgba(48, 48, 48, 0.95);
    text-align: center;
    margin: auto;
    padding: 8px;
    max-width: 500px;
}

    footer p {
        text-align: center;
        margin: 0;
    }

.background-container {
    height: 100%;
}
/*-------------------------------*/

h1 {
    color: rgb(204, 244, 196);
}

p {
    text-align: justify;
    margin: 10px 0;
}

a:hover{
    color: rgb(141, 192, 183);
    text-shadow: 0 0 5px #87f643,0 0 10px #4cd75b;
}

/*-----------------------------
  customize bootstrap 
------------------------------*/
.navbar-inverse {
    background-color: #303030;
}

.well, .well-sm {
    background-color: rgba(220, 220, 220, 0.85);
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

button.close {
    color: rgb(255, 255, 255);

}

.panel-group .panel+.panel {
margin-top: 0;
}
.panel-default > .panel-heading{
    background-color:#303030;
    color:#9d9d9d ;
}
.panel-body{
    background-color: #C4C4C4;
}
/*-------------------------------*/


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#links .thumbnail {
    height: 64px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.textwrap-left {
    float: left;
    margin: 10px 10px 10px 0;
}

.blueimp-gallery .modal-dialog .modal-content {
    background-color: rgba(48, 48, 48, 0.95);
    color: white;
}


.hitcounter{ margin-left: 20px; width:50px;}
.hitcounter img {
    width: 120px;
    opacity: 0.3;
}