
@font-face{
    font-family:WiloPlus;
    src:url(assets/fonts/WILOPlusFMReg.woff);
} 
@font-face{
    font-family:WiloPlusBol;
    src:url(assets/fonts/WILOPlusFMBol.woff)
} 


body{
    font-family:WiloPlus;
    background-color:transparent;
}
img{
	object-fit: cover;
	height: 200px;
}
a{
	text-decoration: none;
	font-size: 20px;;
	font-family:WiloPlus;
}

.flexParent{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	height: 100%;
	width:100%;	
	margin: 50px 0px;
	padding: 0px;
}

.ARcontainer{
	width: 25%;
	border: 1px solid #009c82;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);

}

.thumbnail{
	width: 100%;
	border: 1px solid #009c82;
	border-radius: 5px;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
}

.heading{
	background-color: #009c82;
	height: 25px;
	color: white;
	text-align: center;
	margin-top: 10px;
	
}