@import url('https://fonts.googleapis.com/css2?family=Nunito');


* { 
	margin:0;
	padding:0;
	font:normal 12px  Nunito, Helvetica, sans-serif;	

}

html, body {
   margin:0;
   padding:0;
   height:100%;
   /*overflow:hidden;*/
}
 body{
	
}

#container {
   min-height:100%;
   position:relative;
   overflow:hidden;
}


/* BODY */
#body {
	width:100%;

	/*display:inline-block;*/
	padding-bottom:27px;   /* Height of the footer */
    min-height: 100%;
}