/*
Theme Name: HG Infomonitor 2023 (HTML5)
Author: Kell B. Larsen
Author URI: http://blog.bredsig.dk/
Theme URI: http://www.herlev-gym.dk/
Description: Infomonitor-udseende opdateret 2023
Version: 1.0
*/
@font-face { font-family:GTWalsheim; src:url(fonts/GT-Walsheim-Bold.otf); font-weight:700; font-style:normal; }
@font-face { font-family:GTWalsheim; src:url(fonts/GT-Walsheim-Medium.otf); font-weight:600; font-style:normal; }
@font-face { font-family:GTWalsheim; src:url(fonts/GT-Walsheim-Regular.otf); font-weight:500; font-style:normal; }
@font-face { font-family:GTWalsheim; src:url(fonts/GT-Walsheim-Light.otf); font-weight:400; font-style:normal; }

html { height: 101%; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color:#fff;
	color: #464645;
	font-family: "GTWalsheim",Helvetica,Sans-Serif;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 400;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow:hidden;
}
img {	border: 0; margin: 0 auto; padding: 0; max-width: 100%; max-height:100%;display:block;}
form, input, select, textarea {	font: 13px Georgia,Verdana,Tahoma,Arial,Sans-Serif; }
acronym, abbr, span.caps { cursor: help; }

/* Centrering af hele siden */
div.wrapper{
	margin: 0 auto;
	width:1920px;
	height:1080px;
	padding-left: 0px;
	padding-right: 0px;
	overflow:hidden;
}

/* Farver */
.green {background-color:rgb(117,184,67);}
.blue {background-color:#195F85;}
.greenlight {color:rgb(117,184,67);}
.greendark {color:rgb(55,116,47);}
.bluelight {color:rgb(54,169,225);}
.bluedark {color:rgb(25,95,133);}
.orangelight {color:rgb(245,126,55);}
.orangedark {color:rgb(193,85,39);}
.purplelight {color:rgb(240,82,116);}
.purpledark {color:rgb(158,46,88);}
.monolight {color:rgb(243,244,244);}
.monodark {color:rgb(66,66,65);}

/* Default størrelser */
h2 {
	font-size:180px;
	margin: 20px 0;
}
h4 {
	font-size: 40px;
}
p {
	font-size: 80px;
	margin-block-start: 0.5em;
}

/* Særlige tiltag */
.insta {
	display: flex;
  justify-content: center;
  align-items: center;
	height:1080px;
}
