@font-face
{
    font-family: 'komoda';
    src: url('fonts/Komoda.otf') format('opentype');
    font-display: swap;
}

@font-face
{
    font-family: 'italianaRegular';
    src: url('fonts/italiana.regular.otf') format('opentype');
    font-display: swap;
}

@font-face
{
    font-family: 'nowLight';
    src: url('fonts/now.light.otf') format('opentype');
    font-display: swap;
}

@font-face
{
    font-family: 'nowThin';
    src: url('fonts/now.thin.otf') format('opentype');
    font-display: swap;
}

*
{
    font-family: 'NowThin';
}

body
{
    background-color: #21444A;
    font-family: "nowLight";
    overflow-x: hidden;
}

header
{
    background-image: url("../media/background.jpg");
    background-size: cover;
    padding: 4em 0 !important;
}

#top
{
    background-color: #1a292edd;
    text-align: center;
    padding: .5em 0;
    box-shadow: 1px 0px 5px #1a292e;
}

#top h1 a
{
    font-family: "italianaRegular";
    text-shadow: 2px 2px 10px #1a292e;
    text-decoration: none;
    letter-spacing: .4rem;
    color: #fccd60;
    transition: color 0.3s ease;
}

#top h1 a:hover
{
    color: #fccd60ee;
    text-decoration: none;
}

#top p
{
    font-family: "nowThin";
    color: #d4d4d4;
    letter-spacing: .2rem;
}

nav
{
    text-align: center;
    padding: 1em 0 !important;
    box-shadow: 1px 0px 5px #000;
    background-color: #1a292e;
}

.navbar-collapse ul
{
    width: 100%;
}

.nav-item a
{
    font-size: large;
    text-transform: uppercase;
    text-decoration: none;
    color: #d4d4d4 !important;
    transition: color 0.3s ease;
}

.nav-item a:hover
{
    color: #fccd60cc !important;
}

.nav-item a:active
{
    color: #fccd60cc !important;
}

.nav-item a:visited
{
    color: #d4d4d4;
}

.nav-item .dropdown-menu
{
    background-color: #1a292ecc;
    margin-top: 3px;
}

.nav-item .dropdown-item:hover
{
    background-color: #1a292e;
}

@media (max-width: 991px)
{
    .nav-item .dropdown-menu a
    {
        font-size: 2vw;
    }
}

@media (min-width: 992px)
{
    .nav-item .dropdown-menu a
    {
        font-size: 1.75vmin;
    }
}

main
{
    background-color: #d4d4d4;
    box-shadow: 0px 0px 5px #1a292e;
    padding: 0 !important;
    color: #1a292e;
}

#contact
{
    padding: 50px 30px;
    background-color: #9b9b9b33;
}

#contact_info
{
    padding: 30px 50px;
}

#contact_info h2
{
    font-family: "komoda";
    margin: 20px 0px;
    padding: 10px 0px 0px 0px;
    font-size: 90px;
    letter-spacing: .6rem;
    border: 4px solid #21444A;
    color: #21444A;

}

#contact_info p
{
    margin: 10px 0;
    padding: 10px 0;
    font-size: 18px;
    font-family: "nowLight";
    letter-spacing: .1rem;
    color: #21444A;
}

.form-control, .form-select
{
    padding: 10px 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #d4d4d4;
    border-radius: 0;
    text-align: left;
}

.form-control:focus, .form-select:focus
{
    background-color: #fff;
    border: 2px solid #d4d4d4;
    box-shadow: 0px 0px 20px #8c8c8c;
}

.form-select:focus option:hover
{
    background-color: #e3dac9 !important;
}


footer
{
    background-color: #1a292e;
    color: #b8e2e2;
    font-family: "nowThin";
    box-shadow: 1px 0px 5px #1a292e;
}

footer .ftr
{
    font-family: "nowLight";
    color: #d4d4d4 !important;
}

footer a
{
    text-transform: uppercase;
    text-decoration: none;
    color: #d4d4d4 !important;
    transition: color 0.3s ease;
}

footer a:hover
{
    color: #fccd60cc !important;
    text-decoration: none;
}

footer a:active
{
    color: #fccd60cc !important;
    text-decoration: none;
}

footer a:visited
{
    color: #d4d4d4;
    text-decoration: none;
}

#indexCarousel0 .carousel-inner .carousel-caption
{
    background-color: #1a292ecc;
    /* color: #d7d1cc; */
    color: #d4d4d4;
    text-shadow: 2px 2px 10px #1a292e;
    text-transform: uppercase;
    font-family: "nowLight";
    right: 0;
    left: 0;
}

#indexCarousel0 .carousel-item img
{
    object-fit: cover;
    object-position: center;
    height: 100%;
}

#blogCarousel .carousel-item img
{
    object-fit: cover;
    object-position: center;
    height: auto;
    width: 100%;
}

.grid:after
{
    content: '';
    display: block;
    clear: both;
}
  
.grid-sizer, .grid-item
{
    width: 50%;
}

@media (max-width: 1000px)
{
    .grid-sizer, .grid-item
    {
        width: 100%;
    }
}

.grid-item
{
    float: left;
}

.grid-item img
{
    display: block;
    max-width: 100%;
    margin: auto;
    padding: 5px;
}

/* .lazyload,
.lazyloading {
	min-height: 200px;
} */

/* .blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 3000ms 500ms, -webkit-filter 3000ms 500ms;
}

.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
} */

/* img:not([src])
{
    visibility: hidden;
} */

img.lazy
{
    opacity: 0;
}

img:not(.initial)
{
    transition: opacity 1s;
}

img.initial, img.loaded, img.error
{
    opacity: 1;
}

img:not([src])
{
    visibility: hidden;
}

.naglowek3
{
    margin: 30px auto !important;
    padding: 20px 30px 10px 40px;
    border: 3px solid #21444A;
    width: fit-content;
    text-align: center;
}

.naglowek3 span
{
    font-family: "komoda";
    font-size: 6vw;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: .6rem;
    color: #21444A;
    transition: color 0.3s ease;
    margin: 0;
}

@media (max-width: 800px) {
    .naglowek3 span {
        font-size: 10vw;
    }
}

.logowanie
{
    margin: 30px auto !important;
    padding: 20px 30px 10px 40px;
    border: 2px solid #21444A;
    width: fit-content;
    text-align: center;
}

.logowanie span
{
    font-family: "komoda";
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: .6rem;
    color: #21444A;
    transition: color 0.3s ease;
    margin: 0;
}

/* @media (min-width: 1201px)
{
    .wybor p
    {
        font-size: 130%;
    }

    .naglowek3
    {
        border-width: 4px;
    }
}

@media (max-width: 1200px)
{
    .wybor p
    {
        font-size: 100%;
    }

    .naglowek3
    {
        border-width: 2px;
    }
} */

#oferta
{
    padding: 0;
    margin: 0;
}

.hed3
{
    background-color: #ffffffbb;
    margin-bottom: 50px;
    padding: 0;
}

.wybor
{
    margin: 0;
    padding-bottom: 30px;
}

.wybor a
{
    color: #21444A;
    font-size: 80px;
    border: 0;
}

.wybor a:hover
{
    color: #21444A;
    border: 0;
    text-decoration: none;
}

.wybor p
{
    color: #1a292e !important;
    margin: 50px 0;
}

.wybor ul li
{
    list-style-type: none;
    margin: 8px 0;
    padding: 0;
    font-size: 90%;
}

.wybor ul
{
    margin: 10px 0;
    padding: 0;
}

.wybor .naglowek3
{
    margin: 0;
    /* font-size: 400%; */
}

.zdjecia
{
    margin: 0px;
    padding: 0px;
}

.zdjecia img
{
    margin: 30px 0px;
    padding: 10px;
    border: 6px solid #fff;
    background-color: #f0f0f0;
}

.wybor h5
{
    font-family: "komoda";
    font-size: 300%;
    letter-spacing: .4rem;
}

.normal, .silver, .gold
{
    padding: 50px 15px;
    background-color: #fff;
}

.normal p, .silver p, .gold p
{
    font-size: 100%;
    font-weight: bold;
}

.normal
{
    border: 4px solid #21444A;
}

.silver
{
    border: 4px solid #9f9f9f;
}

.gold
{
    border: 4px solid #fccd60;
}

.omnie p
{
    font-size: large;
    font-family: "nowLight";
}

#o-mnie
{
    margin: 100px 0;
    padding: 0 10px;
}