/*
color green #3fbf7d, #34dd87
*/

/*-------------------
2. Theme Default CSS
--------------------*/

@font-face {
    font-family: "unilever";
    src: url("../fonts/Unilever/UnileverShilling.ttf");
}

* {
  	font-family: unilever, sans-serif;
  	box-sizing: border-box;
}

.main-footer {
  	position: relative;
  	height: 25%;
  	width: 100%;
}
.div-footer {
	  width: 100%;
	  background: white;
  	-webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  	box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  	padding-left: 30px;
  	padding-right: 30px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	position: absolute;
  	bottom: 0px;
}
