﻿@charset "utf-8";

.introBG  {
    background-image: url("img/top-rezerwacja_01.jpg");
    background-position:50% 50%;
}

.stage {
    background-color: #111010;
}

.stage > .content > div {
   height: 20px
}

.stage.B {
    text-align: center;
    padding-bottom: 45px;
}

.stage.C .content {
    background-color: #0A1E14;
    font-size: 22px;
    padding: 2.5% 4.5%;
    text-align: center;
}

.stage.C .content span {
    white-space: pre-line;/*to support not html based new line*/
}

#wroc {
    color: white;
    font-size: 24px;
}