header {
	background-image: url("andex.webp") ;
}

section-1 {
	box-sizing: border-box; 
	min-height: 0;
}


section-1 p{
	font-family: 'droid sans', sans-serif;
	font-weight:	700;
	line-height: 	0.3;
	font-size:	30px;
	padding-top:	0;
	padding-bottom:	30px;
	text-align: center;   
	color: #000000 ;
}

section-1 img {
	width:  32.0% ;
	height: 32.0% ;
}



/* Create 2 equal columns that floats next to each other */
section-1 .column {
	box-sizing: border-box;
	float: left;
	width: 25% ;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}

/* Clear floats after the columns */
	section-1 .row:after {
	box-sizing: border-box;
	content: "";
	display: table;
	clear: both;
}

section-1 .card	{
	background-color: yellow;
}

/* Big screen */
@media screen and (min-width: 600px)
{
    header {
                background-image: url("index.webp") ;
    }
    
	section-1 img {
			width:  16.25% ;
			height: 16.25% ;
}

/*	section-1 .column
            {
                width: 25%;
            }
*/
}