/*
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 : 4 Jun, 2018, 5:13:06 PM
    Author     : rejinthomas
*/


 body {
/*    height: 100%;
    width: 100%;
    background-size: cover;
    min-height: 100% !important;
    height: 200%;*/
    /*background-position: inherit;*/
    
/*    background-size: cover;
   background-position: center;  or 50% 50% 
   background-repeat: no-repeat;

   position: fixed;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
    */
}

/*@media screen and (max-width: 480px){


    body {
        
        background-image : url(../images/bg.jpeg);

        background-size : cover;
        
        min-height : 100%;

        overflow : hidden;
        

        height : 100%;

        overflow : scroll;

        -webkit-overflow-scrolling : touch;

    }

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {

    .supernova {

        background-attachment: fixed !important;

    }

}*/

