﻿body {
    background-color:black;
}

.container {
    max-width:1300px!important;
}

.carousel-item img{ width:100%;}

.DisplayYES {
    
}

.DisplayNone{
    display:none;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.butonGalben {
    background-color: #f3ec19;
}

.butonGalben:hover {
    background-color: #fffc9f;
}

.butonOcru {
    background-color: #d3ad86;
    color: white;
    border:none;
}

    .butonOcru:hover {
        background-color: #d3ad86;
        color: white;
    }

.butonMov {
    background-color: #dc44ff;
    color: white;
    border: none;
}

    .butonMov:hover {
        background-color: #dc44ff;
        color: white;
    }

.TextAlbJustify {
    width: 100%;
    text-align: justify;
    margin-top: 25px;
    color: white;
    font-size: 16px
}

.MenuNoMarginTop {
    padding-top: 0px;
    -webkit-box-shadow: 1px 1px 1px #4f4f4f;
    -moz-box-shadow: 1px 1px 1px #4f4f4f;
    box-shadow: 1px 1px 1px #4f4f4f;
}

@media only screen and (max-width: 1200px) {
    .dropdown {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
    }
}

.WhiteToBlackColumn{
    background-color:black;
    color:white;
}
.SpatiereMobileTop {
    margin-top: 0px;
}
.SpatiereMobileTop2 {
    margin-top: 25px;
}
.TextArangeCenterOnMobile{
    text-align:justify;
}
.ResizeTextForMobile{
    font-size:18px;
}
@media only screen and (max-width: 1000px) {
    .SpatiereMobileTop{
        margin-top:100px;
    }
    .SpatiereMobileTop2 {
        margin-top: 25px;
    }
    .WhiteToBlackColumn {
        background-color: white;
        color: black;
    }
    .TextArangeCenterOnMobile{
        text-align:center;
    }
    .ResizeTextForMobile {
        font-size:16px;
    }
}

img {
    max-width: 100%;
    height: auto;
}