
@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: contain;
	height: 350px;
}
a{
	text-decoration: none;
	font-size: 20px;;
	font-family:WiloPlus;
}

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

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

}

.thumbnail{
	width: 100%;
	/*margin-top: 20px;*/
}

.heading{
	background-color: #009c82;
	height: 25px;
	color: white;
	text-align: center;
/*	margin-top: 10px;*/
	
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
	img{
		object-fit: contain;
		height: 90%;
	}
	.thumbnail{
		height: 250px;
		text-align: center;
	
	}
}