/*---------------------------------------------------------------------------------

 Theme Name:   Websoham
 Theme URI:    https://www.websoham.com
 Description:  The best child theme you ever need for Wordpress
 Author:       Websoham
 Author URI:   https://www.websoham.com
 Template:     Divi
 Version:      3.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

::selection {
    background-color: #f75930;
    color: #fff;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: #f75930;
    color: #fff;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: #f75930;
    color: #fff;
}

::-ms-selection {
    background-color: #f75930;
    color: #fff;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: #f75930;
    color: #fff;
}
#skrollr-body {
  min-height: 100%
}
@media(min-width:320px) and (max-width:786px){
html {
overflow:scroll !important;
}
}