@charset "utf-8";
/* CSS Document 
font-family: 'Sora', sans-serif;
font-family: 'Mulish', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Heebo', sans-serif;
*/

body{
    /*background: #FFFFFF !important;*/
	background: #FFFDF1 !important;
    color: #000 !important;
   /* font-family: 'Sora', sans-serif !important;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body a{
	text-decoration:none;
}
body a:hover{
	text-decoration:none;
}
body ul{
	padding:0px;
	margin:0px;
    list-style-type: none;
}

/*input::placeholder{
	color:#fff !important;
}
*/
.inter-normal {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.raffle_title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 21px;
	/*color: #6d7175;*/
	padding: 10px;
	
}
.allerta-stencil-regular {
  font-family: "Allerta Stencil", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.entry_box {
	border-radius:32px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 16px 0px;
	border:0.7px solid rgb(220, 221, 221);
	background: rgb(255, 255, 255);
}
.raffle_description {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	/*font-weight: 500;*/
	font-size: 15px;
	color: #6d7175;
	border-right:1px solid #6d7175;
	padding: 10px;
	
}
.left-column {
	
	
}
.entry_box_header {
	font-weight:500;
}

.purchase_button {
	min-width: 200px;
	width: 100%;
	/*background-color: #8b350f;*/
	color: #FFFFFF;
	font-size: 24px;
	background-image: url("../images/PurchaseButtonWaffles.png");
	border-radius: 10px;
	text-transform: capitalize;
	font-weight: 500;
	border: none;
}
.btn:hover {
	background-color: #7a8b0f;
	color: #FFFFFF;
}

.c-item {
	height: 480px;
	
}
.c-img {
	height: 100%;
	object-fit: cover;
	/*filter: brightness(0.6);*/
}

.footer {
	padding: 30px;
	margin-top:40px;
	border-top: 1px solid #e1e1e1;
	font-size: 13px;
	text-transform: uppercase;
}

.nopurchase {
	font-size: 9px;
}

.page-title {
	font-size: 24px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
	.purchase_button{
		background-color: #000000;
	}
	.raffle_description {
		border-right:none;
	}
}









