/*
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 : Nov 22, 2016, 7:36:57 PM
    Author     : sattya
*/
#loading h1{
  position: absolute;left: 20%;right: 5%;top: 30%;display: block; z-index: 999999;
}

@media (max-width: 767px) {
    .font-size-h1{font-size: 20px!important;}
    .font-size-h2{font-size: 16px!important;}
    .font-size-h3{font-size: 14px!important;}
    .font-size-h4{font-size: 12px!important;}
    .font-size-h5{font-size: 10px!important;}
    #loading h1{font-size: 16px!important;}
}
