﻿body {
    background-color: #004155;
    font-family: font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

.obsah {
    background-color: #004155;
    color: white;
    padding: 50px;
}
    /* unvisited link */
    .obsah a:link {
        color: #96e137;
    }

    /* visited link */
    .obsah a:visited {
        color: #d5e6c0;
    }

    /* mouse over link */
    .obsah a:hover {
        color: white;
        text-decoration: none;
    }

    /* selected link */
    .obsah a:active {
        color: white;
    }

.gallery a:link {
    color: white;
    text-decoration: none;
}

.gallery a:visited {
    color: white;
    text-decoration: none;
}

.gallery a:hover {
    color: white;
    text-decoration: none;
}

.gallery a:active {
    color: white;
    text-decoration: none;
}

footer {
    background-color: #5abedc;
    color: #323232;
    padding: 50px;
}
    /* unvisited link */
    footer a:link {
        color: #004155;
        text-decoration: none;
    }

    /* visited link */
    footer a:visited {
        color: #004155;
        text-decoration: none;
    }

    /* mouse over link */
    footer a:hover {
        color: white;
        text-decoration: none;
    }

    /* selected link */
    footer a:active {
        color: #004155;
        text-decoration: none;
    }


.image {
    width: 100px;
    height: 100px;
}

.overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .overlay div {
        position: relative;
        display: inline-block;
        top: 100%;
        margin: -50% 5px 0 0;
    }

ul.special {
    list-style: none;
    width: 100%;
}

    ul.special li {
        position: relative;
        display: inline-block;
        width: 245px;
        height: 245px;
    }

li:hover .overlay {
    display: block;
    background-color: black;
    opacity: 0.7;
}

.over {
    background-color: white;
    color:black;
    font-size:xx-large;
    font-weight:bold;
    vertical-align:middle;
    width: 245px;
    height: 100px;
}

.navbar-nav > li > .dropdown-menu { background-color: #004155; }
.navbar-nav > li > .dropdown-menu a{ color: #FFFFFF !important; }