﻿.navbar {
    background-color: #002d5e;
    color: #ffcc00;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffcc00;
    font-weight: bold;
}

.panorams-img {
    float: right;
    width: 40%;
    margin: 5px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 220px;
        clear: left;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 240px;
        margin-bottom: 10px;
    }
}

.dev-panel {
    float: left;
    width: 340px;
    height: 220px;
    margin: 15px;
    background-color: #fff;
    border: solid 1px gray;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: small;
}

.dev-img {
    width: 100px;
    height: 100px;
    margin: 15px 20px 10px 25px;
    float: left;
    border: solid 1px black;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.dev-name {
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
    line-height: 22px;
    padding-top: 5px;
}

.dev-panel ul {
    margin-left: 40px;
    list-style: disc;
}

.auto-style1 {
    width: 50%;
}


#header {
    height: 70px;
    padding-top: 10px;
    background-color: #231f20;
    color: white;
    align-content: center;
}

#navigation {
    background-color: #f9c500;
    width: 600px;
    align-content: center;
    margin: auto;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    position:relative;
    z-index: 2;
}

    #navigation ul li {
        display: inline-block;
        padding: 10px;
        font-weight: bold;
    }

        #navigation ul li a {
            color: black;
            cursor: pointer;
        }

            #navigation ul li a:hover {
                color: white;
                cursor: pointer;
                text-decoration: none;
            }


.container {
    position: relative;
    z-index: 0;
}

#login {
    float:right;
    margin-top:5px;
}
