/*
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 : 2018-04-30, 15:18:36
    Author     : lobrembski
*/


@media only screen and (max-width: 1000px) {
    .no-display-mobile{
        display: none;
    }
    
    .section{
        padding: 0 !important;
    }
    
    .main-raised{
        margin: 0 !important;
    }
    
    h3, .h3{
        font-size: 1.2rem !important;
    }
    
    .mobile-text-small{
        font-size: 0.8rem !important;
    }
    
    .mobile-text-medium{
        font-size: 2.3rem !important;
    }
    
    .page-header{
        background-size: cover !important;
    }
}