/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 150px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */

    background-color:#234;
}

.navbar-fixed-top .nav {
    padding: 25px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0px 10px;
}

footer {
    padding: 30px 0;
}

@media(min-width:768px) {
    body {
        padding-top: 130px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 1px 40px;

    }
}
div.text_over_img {
    text-align: center;
}

div.text_over_img a {
    display: inline-block;
    height: 100px;
    margin: 0 1em 1em 0;
    position: relative;
    width: 100px;
}

div.text_over_img :hover span.text-content {
    opacity: 1;
}
span.text-content {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 90px;
    left: 10px;
    position: absolute;
    top: 0;
    width: 90px;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
span.text-content span {
    display: table-cell;
    font-size:medium;
    text-align: center;
    vertical-align: bottom;
    font-family: "calibri";
}

img.img_border{
   border: 30px;
}