﻿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: #ff5efd;
    color:white;
    border:none;
}

    .butonGalben:hover {
        background-color: #fc2dfa;
        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;
}
.HideOnMobile4 {
}

    @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;
        }

        .HideOnMobile4 {
            display: none;
        }
    }

    img {
    max-width: 100%;
    height: auto;
}