body {
	background-color: #CCDDCA;
	

	font-family: "Mountains of Christmas", cursive;
	display: flex;
	flex-direction: column;
}

.kane {
  background-image: url('kane.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
	 background-size: cover;
}

.calendar-grid .title {
    height: 500px;
}	
.modal_tekst {
    font-family: 'Poppins', sans-serif;		
}
.hvid {
	color: #f8f9fa;
}


@media only screen and (min-width: 576px) {

	.calendar-grid .day-24 {
		z-index: 9;
	}
	.calendar-grid .day-14 {
		z-index: 8;
	}
	.calendar-grid .day-22 {
		z-index: 6	;
	}
	.calendar-grid .day-6 {
		z-index: 5	;
	}
}


.title {

    background-image: url("figur.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center; 
  }







	/* Custom MailChimp CSS */
	#mc_embed_signup{
		clear:left; font:14px Helvetica,Arial,sans-serif; 
		background-color: #fff;
		margin-right: -12px;
		margin-left: -12px;
		min-height: 250px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		border: 2px solid #fff;
	
	}
