*
{
    font-family: Consolas;
}

body
{
    background: url("/def-assets/img/city1.jpg")  center center fixed no-repeat;
    background-size: cover;
    height: 100%;
}

.navbar
{
    box-shadow: rgba(0,0,0,0.6) 0px 0px 4px;
}


.logo
{
    background: rgba(248,129,2,1) url("/def-assets/img/logo.png") center center no-repeat;
    display: block;
    width: 100%;
    height: 200px;
    border-bottom: #444 dashed 8px;
    border-top: #444 dashed 8px;
}

.row
{
    margin: 0;
}

#center
{

    margin-top: 100px;
    margin-bottom: 50px;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 2px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

@media(max-width: 994px)
{
    #center
    {
        max-width: 96%;
        margin-left: 2%;
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .logo
    {
        height: auto;
        background-size: auto 100%;
        padding-top: 20%;
        max-height: 200px;
    }
}



.main-text
{
    background: rgba(255,155,155,0.2);
    color: #FFF;
    padding: 20px;
    font-weight: 600;
    text-shadow: #000 0px 0px 3px, #000 0px 0px 3px;
}

.main-text h1
{
    font-family: inherit;
}

/* ======================= GLASS EFFECT ============================= */

.blur:after
{
    background: url("/def-assets/img/city1.jpg") center center fixed no-repeat;
    background-size: cover;
    filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

/* ==================================================== */

#copyright
{
    font-family: consolas;
    text-align: right;
    color: rgba(255,255,255,0.6);
    position:static;
    right: 0;
    bottom: 0;
}


