﻿.navbar {
    margin-bottom: 0;
}

.thumbnail img {
    width: 100%;
    overflow: auto;
}

.thumbnail .caption {
    background-color: black;
    color: white;
}

/*.myBlocks a:hover, a:active, a:visited, a:link {
    color: white;
}*/

a.myBlocks:hover, a.myBlocks:active, a.myBlocks:visited, a.myBlocks:link {
    color: white;
}

.thumbnail h1 {
    color: #3384ff;
}

.page-header > h2 {
    color: #3384ff;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    right: 0%;
    left: 0%;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}


    .carousel-caption h4 {
        color: white;
        text-align: center;
    }   }.carousel-indicators li {
    display: none;
}   }@media only screen and (max-width : 979px) {
    .carousel-caption h4 {
        font-size: 0.9em;
    }
}

#wrapper {
    background-image: url("../Images/bg3.png");
    /*background-image: url("Images/bgImage1.png");*/
    background-repeat: repeat-x repeat-y;
}   }