﻿body {
    /*background-image: url("/img/bkg/img_bkg_04.jpeg");*/
    /*background: linear-gradient( rgba(0,0,0,.4),rgba(0,0,0,.4) ), url(/img/bkg/img_bkg_01.jpg) no-repeat;*/
    background-size: cover;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}

.max-width {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.csRowText {
    color: white;
    padding: 8% 4%;
    margin: 6% 10%;
    border: 1px solid silver;
    border-radius:10px;
    background: linear-gradient(rgba(0,0,0,.9),rgba(0,0,0,.8) ), no-repeat;
}


/*.btn-outline-info {
    color: #d3ad5d !important;
    border-color: #d3ad5d !important;
}

    .btn-outline-info:hover {
        border-color: #d3ad5d !important;
        background-color: #dcab42 !important;
        color: #ffffff !important;
    }*/