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



.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

@media screen and (orientation:portrait){

    .spasi{
        padding-bottom: 12%;
    } 

    .title_up{
        margin-top: -7%;
    }

    .title_img{
        width: auto;
        height: 45px;
    }
}

@media screen and (orientation:landscape){

    .spasi{
        padding-bottom: 7%;
    }

    .title_up{
        margin-top: -10%;
    }

    .title_img{
        width: auto;
        height: 75px;
    }
}

@media screen and (min-width: 800px) {
    .spasi{
        padding-bottom: 6%;
    }

    .title_up{
        margin-top: -10%;
    }

    .title_img{
        width: auto;
        height: 75px;
    }
}

@media screen and (min-width: 900px) {
    .spasi{
        padding-bottom: 5%;
    }

    .title_up{
        margin-top: -10%;
    }

    .title_img{
        width: auto;
        height: 75px;
    }
}

@media screen and (width: 480px) {
    .spasi{
        padding-bottom: 10%;
    }

    .title_up{
        margin-top: -10%;
    }

    .title_img{
        width: auto;
        height: 75px;
    }
}

@media screen and (min-width: 368px) {
    .spasi{
        padding-bottom: 5%;
    }

    .title_up{
        margin-top: -10%;
    }

    .title_img{
        width: auto;
        height: 75px;
    }
}
