/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.06.2019, 4:08:25
    Author     : kov4l
*/

#app .custom-h1 h1 {
    width: 100%;
    max-width: 468px;
    font-size: 45px;
    line-height: 1.22222;
    /*margin: 40px 0 0;*/
}

@media screen and (max-width: 575px) {
    #app .custom-h1 h1 {
        font-size: 38px;!important;
    }
}

@media screen and (max-width: 390px) {
    #app .custom-h1 h1 {
        font-size: 34px;!important;
    }
}

@media screen and (max-width: 310px) {
    #app .custom-h1 h1 {
        font-size: 30px;!important;
    }
}

