body {
    color: white;
    background: rgb(0, 0, 0);
    /*background: linear-gradient(171deg, rgba(23,27,39,1) 0%, rgba(0,0,0,1) 40%, rgba(31,31,31,1) 90%, rgba(75,210,233,1) 100%) no-repeat center center fixed;*/
    background: url("images/bg_dark_orange_fliped.jpg") no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;

    margin-bottom: 30px;
}

strong {
    color: #d98900;
}

.glass_bg {

    /*filter: blur(3px);*/
    background: rgba(10, 10, 10, 0.6) repeat;
    padding: 20px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: rgba(10, 10, 10, 0.4) 3px 3px 3px;

}

a {
    color: #FFAD1F;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    text-shadow: #000 0 0 2px;
}

/*a:visited {*/
/*    color: #8F5A00;*/
/*}*/