﻿@charset "utf-8";

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

.stages {
    background-image: url("img/bg-seamless_01.jpg");
    background-repeat: repeat-y;
    background-position: center top;
}

.stage {
    font-family: Montserrat-Regular, Arial, sans-serif;
    font-size: 18px;
}

.content {
    padding: 1vw 4vw;
    padding-bottom: 4vw;
}

h2 {
    margin-top:calc(0.83em + 2vw);
}

h2:first-child {
    margin-top:0.83em;
}

@media only screen and (max-width: 800px) {
    
    .stage {   
        font-size: 14px;
    }
}