html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, b, u, i, center,
ol, ul, li, figure, figcaption, footer, header, hgroup,
menu, nav, section, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
}
body * {
    box-sizing: border-box;
   
}
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;

}

ol, ul, li {
	list-style: none;
    font-weight: 100;

}
a {
    
    text-decoration: none;

}
a:focus {
    outline: thin dotted;
}


a:active,
a:hover {
    outline: 0;
    color: #222;
}


img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
    width: 100%;
}


figure {
    margin: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}
