
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    }

h1, h2, h3, h4, h5, h6, a, ul, figure, p {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    text-decoration: none;
    padding: 0 0;
}
ul{
    list-style: none;
}
 a{
 	text-decoration: none;
    padding: 0 0;
    display: inline-block;
 }
a:hover{
  color: inherit;
  text-decoration: none;
}
 .clearfix{
	display: block;
	width: 100%;
 }
 .clearfix::after{
 	display: block;
 	clear: both;
 	display: block;
 	line-height: 0;
 	width: 100%;
 	font-size: 0px;
 }
.img-responsive{
	max-width: 100%;
}
.img-fluid {
    width: 100%;
}
*:focus {
    outline: none !important;
    border: none;
}


img{
    max-width: 100%;
}