﻿/*
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 : 29/12/2017, 09:30:38 AM
    Author     : Elkin Beltrán
*/

/* ==Body */
/* ----------------------------------------------- */
body {
    /* Responsive Background Begin */
    /* Location of the image */
    background-image: url("/assets/img/background/img_fondo_pantalla_modulos.jpg") !important;
    /*background-image: url(~/assets/img/background/background-photo.jpg) !important;*/
    /*background-image: url(../img/background/background-photo.jpg) !important;*/
    /* Image is centered vertically and horizontally at all times */
    background-position: center center !important;
    /* Image doesn't repeat */
    background-repeat: no-repeat !important;
    /* Makes the image fixed in the viewport so that it doesn't move when 
    the content height is greater than the image height */
    background-attachment: fixed !important;
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover !important;
    /* Responsive Background End */
}


@media (min-width: 768px) {
    body {
        /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
        background-image: url(/assets/img/background/img_fondo_pantalla_inicial.jpg) !important;
        /*background-image: url(../img/background/background-photo-mobile-devices.jpg) !important;*/
    }
}
