﻿@charset "utf-8";

.introBG  {
    background-image: url("img/top-faq_01.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: 24px;
}

.stage.A > .content {
    padding: 1vmin 14vmin;
    text-align: center;
}

.stage.A .text {
    text-align: left;
    display:inline-block;
    vertical-align: middle;
    box-sizing: border-box; 
    padding-bottom: 80px;
}

.stage.A .text > p {
    padding-bottom: 40px;
    font-size: 18px;
}

h2 {
    text-transform: uppercase;
    font-size: 22px;
}





@media only screen and (max-width: 800px) {

    .stage.A .text > p {
        font-size: 16px;
    }

    h2 {
        font-size: 16px;
    }

    .stage.A > .content {
        padding: 1vmin 4vmin;
    }

    .stage.A > .content > h1 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 300px) {

    .stage.A .text > p {
        font-size: 14px;
    }

    h2 {
        font-size: 13px;
    }
}