@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
h1 {
	font-size: 78px;
}
h2 {
	font-size: 56px;
}	
h3 {
	font-size: 32px;
}
h3 {
	font-size: 26px;
}
							
.whitespace-250 {
	margin-top: 250px; 
}
.whitespace-350 {
	margin-top: 350px;
}
.whitespace-500 {
	margin-top: 500px; 
}

@font-face {
    font-family: SegoeUi-sp92;
    src: url(../fonts/segoeuil.ttf);
}

body {
	font-family: "SegoeUi-sp92";
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: px; /*  FØR VAR DET 60px HEIGHT - Set the fixed height of the footer here */
	line-height: 110px; /* Vertically center the text there */
	/* background-color: #f5f5f5; Den grå farve vi brugte før*/
	background-color: #001f66;
	font-family: Raleway, SegoeUi-sp92, Tahoma, sans-serif; /* Raleway er den font som sst bruger */
	font-size: 36px;
	color: white;
}

.footer-red {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: px; /*  FØR VAR DET 60px HEIGHT - Set the fixed height of the footer here */
	line-height: 110px; /* Vertically center the text there */
	/* background-color: #f5f5f5; Den grå farve vi brugte før*/
	background-color: #e23737;
	font-family: Raleway, SegoeUi-sp92, Tahoma, sans-serif; /* Raleway er den font som sst bruger */
	font-size: 36px;
	color: white;
}

.footer-red-2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: px; /*  FØR VAR DET 60px HEIGHT - Set the fixed height of the footer here */
	line-height: 55px; /* Vertically center the text there */
	/* background-color: #f5f5f5; Den grå farve vi brugte før*/
	background-color: #e23737;
	font-family: Raleway, SegoeUi-sp92, Tahoma, sans-serif; /* Raleway er den font som sst bruger */
	font-size: 36px;
	color: white;
}

.weatherFooter {
	position: absolute;
	bottom: 130px;
	width: 100%;
	height: px; /*  FØR VAR DET 60px HEIGHT - Set the fixed height of the footer here */
	line-height: 17px; /* Vertically center the text there */
	/* background-color: #f5f5f5; Den grå farve vi brugte før*/
	background-color: #ffffff;
	font-family: Raleway, SegoeUi-sp92, Tahoma, sans-serif; /* Raleway er den font som sst bruger */
	font-size: 16px;
	color: black;
}
