/* Encorp Pacific (Canada) 2025 Annual Report - Home Page CSS */
/* Last Updated: 2026.05.25 ET */

body {
	display: flex;
	flex-direction: column;
}

main {
	background: transparent;
	flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 50px;
    margin-top: 30px;
}

h1 {
	color: rgb(249,158,28);
	font-weight: 900;
	font-size: 88px;
	line-height: 0.9;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	margin: 0.15em 0 0.5em;
}

h1 span {
	display: none;
}

p.subhead {
	color: rgb(34,67,156);
	font-weight: bold;
	font-size: 23.5px;
	line-height: 1.2;
	margin-top: 0.4em;
}

a.start-button,
a.start-button:visited {
	display: inline-block;
	vertical-align: top;
	background: rgb(34,67,156) url('../images/encp_icon_ar-arrow-right.svg') no-repeat right 30px center / 27px 15px;
	color: white;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding: 13px 80px 9px 30px;
	margin-left: 0.5em;
}

a.start-button:hover,
a.pdf:hover {
	background-color: rgb(249,158,28);
}

a.pdf,
a.pdf:visited {
	background: url('../images/encp_icon_ar-download_blue.svg') 26px center / 22px 29px no-repeat;
	color: rgb(34,67,156);
	width: 160px;
	background-position: 16px center;
	padding: 0.5em 0.2em 0.3em 56px;
	border-color: rgb(34,67,156);
	margin-bottom: 0.5rem;
}

div.panel {
	text-align: center;
}

#home > header {
	height: 100px;
}

#home #main-logo {
	top: 12px;
	width: 140px;
}

#home #title {
	top: 44px;
	color: rgb(170,170,170);
	font-size: 18px;
	text-align: left;
	text-transform: none;
	margin-left: -400px;
}

#home #back-to-website {
	top: 40px;
}

#home #toc {
	padding-top: 100px;
}

#home #show-toc {
	height: 100px;
	padding-top: 28px;
}

#home > footer {
	background: transparent;
	color: rgb(34,67,156);
	padding-top: 0;
	margin-top: 0;
}

#home > footer a,
#home > footer a:visited {
	color: rgb(34,67,156);
}

#social-links {
	background: url('../images/encp_rule_vert_blue.svg') right center no-repeat;
}

#social-links svg path,
#show-help svg path {
	fill: rgb(34,67,156);
}

#home-2025 {
	display: block;
	width: 900px;
	height: auto;
	margin-left: 20px;
}

@media (max-width: 1040px) {
	#home-2025 {
		width: 85vw;
		margin-left: auto;
		margin-right: auto;
	}
	
	h1 {
		font-size: 8.5vw;
	}
}

@media (max-width: 1190px) {
	#home #title {
		left: 190px;
		margin-left: 0;
	}
}

@media (max-width: 900px) {
	#social-links {
		background: url('../images/encp_rule_vert_blue.svg') no-repeat left center;
	}
}

@media (max-width: 700px) {
	main {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}
