/* CSS Document */

html {
	box-sizing: border-box;
	height: 100%;
	max-width: 1400px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
}

body {
	box-sizing: border-box;
	height: 100%;
	max-width: 1400px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: black;
}

.anchor { padding-top: 120px; }

p, div {
	font-family: CeraPRO-Regular;
    font-weight: 400;
	font-size: 10pt;
	line-height: 1.2;
	letter-spacing: 0.1pt;
	color: black;
}

strong, b {
	font-family: CeraPRO-Bold;
	font-weight: 400;
	letter-spacing: 0.02em;
}

strong a {
	text-decoration: none;
	color: black;
	font-family: CeraPRO-Bold;
	font-weight: 400;
}

strong a:hover {
	text-decoration: none;
	color: #ffa700;
	font-family: CeraPRO-Bold;
	font-weight: 400;
}

p a {
	text-decoration: none;
	color: black;
	border-bottom: #ffa700 1px solid;
}

em a {
	text-decoration: none;
	color: #ffa700;
	font-family: CeraPRO-Bold;
	font-weight: 400;
}

em a:hover {
	text-decoration: none;
	color: black;
	font-family: CeraPRO-Bold;
	font-weight: 400;
}

h1 {
	font-family: CooperBlack;
	font-size: 24pt;
	line-height: 1.1;
	letter-spacing: 1px;
	color: white;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-family: CeraPRO-Thin;
	font-size: 24pt;
	line-height: 1.1;
	letter-spacing: 1px;
	color: black;
	margin: 20px 50px 20px 20px;
	padding: 0 20px 10px 20px;
	border-bottom: 1px solid black;
	/*! cursor: pointer; */
}

.noline { 
	border: none;
	padding-bottom: 0;
}

h3 {
	font-family: CeraPRO-Bold;
	font-size: 20pt;
	line-height: 1.0;
	letter-spacing: 1px;
	color: black;
	padding-left: 100px;
	margin: 0px 0 28px 0;
/*	cursor: pointer;  */
}

@media all and (max-height: 400px) {
	h3 {
		margin: 0;
	}
}

h4 {
	font-family: CeraPRO-Thin;
	font-size: 12pt;
	line-height: 1.0;
	letter-spacing: 1px;
    margin-top: 5px;
	color: black;
}

h5 {
	font-family: CeraPRO-Bold;
    font-weight: 400;
	font-size: 11pt;
	line-height: 1.0;
	letter-spacing: 1px;
	color: black;
	text-align: center;
}

h5, sektheader {
	margin-top: 11px;
	letter-spacing: 0.3pt;
	font-size: 10pt;
}
