body{
	height: 100vh;
	font-family: "AvenirNext";
	background-color: white;
	background-image: url("/img/bg2.png");
	color: black;
	padding: 10px !important;
}
@font-face {
    font-family: 'AvenirNext';
	src: url('/fonts/AvenirNextLTPro-Bold.otf');
}
#center{
	width: 100%;
	text-align: center;
	color: black;
	padding-bottom: 10px;
}
.storebuttons img{
	
	max-height: 70px;
	display: inline-block;
}
.storebuttons button{
	height: 50px;
	width: 100%
}
.storebuttons::after{
	content: "";
	clear: both;
	display: table;
}
.imagecolumn{
	max-width: 100%;
	height: auto;
	max-height: 50px;
	padding: 2px;
}
.storebutton img{
	max-width: 100%;
	height: auto;
	max-height: 70px;
	display: inline-block;
}
.bg-skyblue{
	background-color: #2f4f4f !important;
}
.bg-yellow{
	background-color: #ffe62cff !important;
}
.ourapps{
	border-bottom-right-radius: 0!important;
	border-bottom-left-radius: 0!important;
  }
.cardstyle{
	margin-top: 5px;
	margin-bottom: 5px;
}
@media screen and (max-width: 500px) {
  .imagecolumn {
    width: 100%;
  }

}