﻿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: #ff7300;
    color: white;
    border: none;
}

    .butonGalben:hover {
        background-color: #ff9600;
        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;
}
.BackgroundAlbDesktop {
    background-color: white;
}

@media only screen and (max-width: 1000px) {
    .BackgroundAlbDesktop {
        background-color: transparent;
    }
    .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;
}