/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
	overflow-x:hidden;
}

body {
    line-height: 20px;
    font-family:  'Poppins', sans-serif;
    font-size:14px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}



/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */
h1, h2, h3, h4, h5, h6 {font-size: 26px;font-weight: 600;}

h1
{
	font-size:50px;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	color:#fff;
}
h2 {
    font-size: 38px;
    color: #000000;
   	font-family: 'Lato', sans-serif;
	font-weight:600;
}
h3 {
    font-size: 20px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}