@charset "utf-8";
/* CSS Document */
/* IDC, A. Korenyi, 2024 */

html {
    scroll-behavior: smooth;
/*  height: 100%;
  box-sizing: border-box;*/
}
body {
	position: relative;
	margin: 0;
/*	padding-bottom: 12rem;*/
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden; /* hide content outside pg */
    color: #666 !important;
}

#home-section {
	/*background-color: #22234f;*/
    background: url("https://engage.imperialdade-canada.com/hubfs/Images/LPs/pur-value/pur-value-header.jpg");
    background-size: cover;
    background-position: top;
    background-position: left;
/*    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0px;*/
/*    min-height: 560px;*/
}
#home-section .btn-color {
	color: white;
	background-color: #FDBE0E; 
}
.home-inner {
	padding: 1rem 0;
}
.header {
    margin-bottom: 55rem !important;
}
h1, h2 {
    color: #22234f;
    font-weight: bold;

}
h1 {
    font-size: 2rem;
    margin-bottom: 2rem; 
    text-align: left;
}
h2 {
    font-size: 1.5rem;
    margin-bottom: -.5rem;
}
.marketing-segment {
    font-size: 1.7rem !important;
    text-align: center;
    font-weight: bold;
    color: #4FB1B2 !important;
}
.intro p {
    font-size: 1.3rem !important;
    line-height: 1.6rem !important;
    color: #666 !important;
    text-align: left;
/*    margin-right: 8rem;*/
}
.intro {
    border-left: 6px solid #FDBE0E;
/*    margin-left: 8rem;*/

}

h5 {
    color: #002D72;
    font-size: 1.8rem;
    text-align: center;
}
.box-text-over {
    position: relative;
}
.box-text-over img {
	max-height: 99%;
}
.text-over {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 1em 3em;
    margin-right: -80%;
    border-radius: 14px;
    margin-bottom: 3em;
    text-align: center;
}
.text-over h1 {
    font-size: 1.2rem;
    font-weight: bold;
	line-height: 1.1rem;
	margin: .8rem 0 .25rem 0;
}
.text-over h2 {
    font-size: .9rem;
    font-weight: bold;
    padding: 0 2rem;
}
.subtitle {
    color: #FDBE0E !important;
/*    font-weight: bold;
    font-size: 1.3rem;*/
}
.copy-section h3 {
    color: #22414F !important;
    font-weight: bold;
    font-size: 2.5em !important;
    margin: 1rem 0;
    text-align: center;
    line-height: 1.3em;
}
.copy-section p {
    color: black;
    font-size: 1.2rem;
    line-height: 1.4em;
}
/* Card Img Zoom Effect */
.img-zoom {
	position: relative;
	overflow: hidden;
}
.img-zoom:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.img-zoom img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
/* END Card Img Zoom Effect */
/* Cards */
.card {
/*    box-shadow: 2px 2px 3px #666666;*/
    border: 1px solid #888;
/*
    padding: 4px 4px;
    border-radius: .75rem;
/*    background-color: white;*/
}
/*
.card-deck .card {
    margin-right: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
}
*/
/*
.card-img-top {
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}
*/
.card-title {
    font-size: 1.2rem !important;
    font-weight: bold;
    text-align: center;
    color: #22414F;
    text-transform: uppercase;
}
.card-text {
    line-height: 1.5rem !important;
    color: #666 !important;
    text-align: center;
    font-size: 1.1rem !important;
}
.card-footer {
    background-color: white !important;
    border-top: none !important;
    padding: 1rem 0;
}
/* END Cards*/
/* Hero Copy FadeIn */
.animated {
	visibility: visible !important;
/*  animation-delay: .25s;*/
    animation-duration: 3s;
}
/* END Hero Copy FadeIn */
.btn {
    padding: 3px 16px;
	font-weight: bold !important;
    border-radius: 10px;
/*	border: 1px solid black !important;*/
/*    box-shadow: 1px 1px 3px black;*/
    text-transform: uppercase;
}
.btn-color {
	color: white;
	background-color: #22234f;
}
.btn-color:hover {
    background-color: #4245b4;
	color: white;
}
.btn-language {
    text-decoration: none;
    background-color: #22234f;
	margin: .5rem 0 !important;
    padding: 8px 16px;
	font-size: .95rem !important;
	font-weight: bold !important;
    border-radius: 6px;
}
.btn-language:hover {
    text-decoration: none;
    background-color: #4245b4;
	color: white;
}
.contact-us-section {
	background: #D9D9D6;
}
.contact-us {
/*    margin-top: 3rem;*/
    padding-top: 2rem;
	color: #666;
	text-align: left;
}
.contact-us h4 {
	font-weight: bold;
    color: #002D72;
}
.contact-us h3 {
	font-weight: bold;
    color: #002D72;
}
footer a {
	color: #002D72;
    text-decoration: underline;
    font-weight: bold;
}
footer a:hover {
	color: #30abff;
	text-decoration: underline;
    font-weight: bold;
}
.footer-top {
	text-shadow: 2px 2px black;
}
.footer-bottom {
	background-color: #22234f;
    margin-top: 5rem;
}
.footer-bottom p {
	padding: 1rem 2rem 0 2rem;
	font-size: .8rem;
	color: white;
}
hr {
	border-top: 1px solid #002D72;
	margin-top: 1rem;
	margin-bottom: 2rem;
    width: 100%;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.back-to-top .icon-up {
	color: #FDBE0E;
	font-size: 2.4rem;
}

/* MIN Widths */
@media screen and (min-width: 576px) {
.btn {
	font-size: .7rem !important;
}
}
@media screen and (min-width: 768px) {
/*
body {
	padding-bottom: 8rem;
}
*/
.text-over {
    top: 50%;
    transform: translate(-50%, -50%);
}
.text-over h1 {
    font-size: 1.8em;
	line-height: 1.3rem;
	margin: 1.2rem 0 1.2rem 0;
}
.text-over h2 {
    font-size: 1.3em;
}
.btn {
	font-size: 1.1rem !important;
}
}
@media screen and (min-width: 992px) {
.text-over {
    top: 50%;
    transform: translate(-50%, -50%);
}
.text-over h1 {
    font-size: 3.8em;
    font-weight: bold;
    line-height: 4rem;
}
.text-over h2 {
    font-size: 1.8em;
    font-weight: bold;
}
}
@media screen and (min-width: 1200px) {
}

/* MAX Widths */
@media (max-width: 575.98px) {
/*#home-section {
	background: transparent;
}*/
}
@media (max-width: 767.98px) {
.sections p {
	font-size: 18px !important;
	text-align: center !important;
	line-height: 1.56rem;
}
.intro {
    margin-left: 0;
}
 .intro p{
    margin-right: 0;
}
}
@media (max-width: 991.98px) {
.sections p {
	font-size: 18px !important;
	text-align: left;
	line-height: 1.56rem;
}
}
@media (max-width: 1199.98px) {
}