._content {
    color:black !important;
    /*background:#1B1B1E;*/
    /*background:#EC7357;*/
    background:white;
    /*background:transparent;*/
    width: 100%;padding: 5vw;
    /*min-height: 300px*/
}
._content p {
    max-width: 900px;
    margin: 1rem auto;
    font-size: 16px;
}
._content .ui .card {
    box-shadow: none !important;
}
.ui.segment._main_segment {
    background: transparent !important;
    padding: 0 !important;
}
.page {
    max-width: none !important;
}
.wrapper {
    max-width: none !important;
}
.menu {
    max-width: 1024px !important;
    margin: auto !important;
}
.nobackgr {
    /*background: transparent !important;*/
    /*background: url("/dist/img/bg2.jpg");*/

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;padding: 5rem 0rem;min-height: 200px;
    color:white !important;
    max-width: 900px;
    margin: auto;
}
.ui.statistics .statistic>.value, .ui.statistics .statistic>.label {
    color:white !important;
}
.st-pusher {
    /*background-image: url("/dist/img/bg2.jpg");*/
    background: black !important;
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    
}