h1 {
    font-family: canada-type-gibson, sans-serif /* Semi-bold */;
    font-weight: 600;
    font-style: normal;
    font-size: 1.9em;
    padding-top: 50px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

h2 {
    font-family: canada-type-gibson, sans-serif /* Semi-bold */;
    font-weight: 600;
    font-style: normal;
    font-size: calc(1.225rem + 0.8vw);
    text-transform: none;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff !important;
    z-index: 1;
    margin-bottom: 0px;
}

h3 {
    font-family: canada-type-gibson, sans-serif /* Medium */;
    font-weight: 500;
    font-style: normal;
    font-size: calc(1.175rem + 0.2vw);
    padding-top: 10px;
    text-transform: none;
    color: #142e49;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

h4 {
    font-family: canada-type-gibson, sans-serif /* Medium */;
    font-weight: 500;
    font-style: normal;
    font-size: calc(1.1rem + 0.175vw);
    padding-top: 0px;
    text-transform: none;
    color: #142e49;
    padding-bottom: 10px;
    text-align: center;
}

p {
    font-family: canada-type-gibson, sans-serif /* Regular */;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    padding-top: 0px;
    text-transform: none;
    color: #142e49;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    direction: ltr;
}

span {
    font-family: canada-type-gibson, sans-serif /* Medium */;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    color: inherit;
}

/* Buttons */
.btn-primary {
    font-family: canada-type-gibson, sans-serif /* Semi-bold */;
    font-weight: 600;
    font-style: normal;
    border-radius: 0px;
    background: #142e49;
    border: 2px solid #142e49;
    width: 100%;
    color: #ffffff;
    outline: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 20px;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible {
    background: #142e49  !important;
    color: #ffffff;
    outline: none;
    border: 2px solid #142e49  !important;
    box-shadow: none;
    transform: scale(1.05);
    box-shadow: none;
}

.btn-primary:active:focus {
	background: #142e49  !important;
    box-shadow: none;
}

/* Footer section */
.downtown {
    position: fixed;
    bottom: 0 !important;
    display: block;
}

.footer-area {
    margin-top: -9vh;
}

/* Mobile rules */
@media (max-width:767px) {
    section.background {
        min-height: 100vh;
        background-image: url('assets/bg-mobile-2.png');
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
	
	.margin {
		margin-left: auto;
		margin-right: auto;
	}

    section.background-plain {
        min-height: 100vh;
        background-image: url('assets/bg-mobile.png');
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .desktop-footer {
        visibility: hidden;
        display: none;
    }
}

/* Large mobile rules */
@media (min-height:800px) and (max-height:991px) {

    section.background-plain {
        min-height: 100vh;
        background-image: url('assets/bg-desktop.png');
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .mobile-footer {
        visibility: hidden;
        display: none;
    }
}

/* Desktop rules */
@media (min-width:768px) {
    section.background {
        min-height: 100vh;
        background-image: url('assets/bg-desktop-2.png');
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: left top;
    }

    section.background-plain {
        min-height: 100vh;
        background-image: url('assets/bg-desktop.png');
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .mobile-footer {
        visibility: hidden;
        display: none;
    }
}

/* Links */
a:hover {
    color: #142e49;
}

a {
    color: #142e49;
    text-decoration: underline;
}

/* Forms */
label {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #142e49;
    padding: 0px;
    font-size: 1em;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}

.input-date {
    color: #142e49;
    background-color: #fff;
    font-size: 0.8rem;
    line-height: 2rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 5px;
}

.input-date:focus-visible {
    border-radius: 0px;
    background-color: #c1cddc;
    border: 2px solid #ffffff;
    outline: none;
}

.form {
    display: block;
    margin-top: 0em;
}

.age-confirmation {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-right: 5px;
    padding-left: 5px;
}

option {
    font-size: 1em !important;
    min-height: 1em;
    color: #142e49;
}

.form-check-input[type="checkbox"] {
    border-radius: 4;
}

select.form-control {
    font-family: canada-type-gibson, sans-serif/* Medium */;
    font-weight: 200;
    font-style: normal;
    font-size: 1em;
    -webkit-appearance: menulist;
    color: #142e49;
    padding-top: 1.2vh;
    padding-bottom: 1.2vh;
    margin-bottom: 10px;
    margin-top: 0px;
}

select.form-control:focus {
    color: #142e49;
    padding-top: 1.2vh;
    padding-bottom: 1.2vh;
    margin-bottom: 10px;
    margin-top: 0px;
}

.form-control {
    font-family: canada-type-gibson, sans-serif /* Medium */;
    font-weight: 200;
    font-style: normal;
    box-shadow: none;
    border: 2px solid #ffffff;
    padding-bottom: 0.8vh;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #6C86A7;
    border-radius: 0px;
    background-color: #fff;
    padding-top: 0.8vh;
    border-radius: 5px;
}

.form-control:focus {
    color: #000000;
    box-shadow: none;
    border-width: 0px;
    background-color: #b6c6d7;
    border: 2px solid #ffffff;
    padding-top: 0.8vh;
    padding-bottom: 0.8vh;
    margin-bottom: 10px;
    margin-top: 0px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

input#customFile.upload-file {
    display: flex;
    color: #142e49;
    border-width: 0px;
    border-style: solid;
    border-radius: 0;
}

.form-check-input {
    border: 2px solid #ffffff;
    background: #b6c6d7;
    box-shadow: none;
}

.form-check-input:checked,
.form-check-input:focus {
    background-color: #142e49;
    border: 2px solid #142e49;
    box-shadow: none;
}

/* Placeholder */
.form-control::placeholder {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #6c86a7;
	text-transform: lowercase;
}

::placeholder {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #6c86a7;
	text-transform: lowercase;
}

input[type="text"].form-control::-webkit-input-placeholder {
    color: #6C86A7;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 200;
    font-style: normal;
	text-transform: lowercase;
}

.aria-labelledby {
    color: #6c86a7;
}

/* General layout */
.col-10.col-lg-10.col-md-10.col-sm-10 {
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.body-content {
    display: block;
    z-index: 3;
    position: relative;
    padding-bottom: 9vh;
}

.main {
    padding-bottom: 10vh;
}

.logo {
    padding: 30px 0px;
    margin-bottom: 50px;
    text-align: center;
}

.margin {
	margin-left: auto;
	margin-right: auto;
}

.info-graphic {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.glowcation-icons:focus,
.glowcation-icons:hover,
.glowcation-icons:active {
    transition: transform .2s;
    transform: scale(1.2);
}

.brand-share {
    padding-top: 10px;
    padding-bottom: 0px;
}

.social-share {
    display: inline-flex;
    padding-top: 0px;
    justify-content: center;
}

.social-icons {
    height: 40px;
    width: 40px !important;
    margin-left: 10px;
    margin-right: 5px;
}

.packshot-wrapper {
    position: relative;
    margin-top: 40px;
}

.packshot-container {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 700px;
    background-color: transparent;
    /* Helps blend mode work properly */
}

.packshot-container .packshot {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 700px;
}

.packshot-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/packshot-emphasizer.png');
    /* Make sure this exists */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: soft-light;
    /* Try 'screen' if it's still white */
    opacity: 1;
    /* Ensure it's visible */
    z-index: 3;
    pointer-events: none;
}

.upload-label {
    display: block;
    color: #1c2b46;
    font-size: 14px;
    margin-bottom: 5px;
}

.custom-file-upload {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.custom-file-input {
    display: none;
}

.custom-file-label {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

/* Left-side button styling */
.choose-file {
    background: #1c2b46;
    /* Dark navy */
    color: white;
    padding: 10px 15px;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 5px;
    font-weight:100;
    width: 25%;
    text-align: center;
}

/* Right-side file name text */
.file-text {
    flex-grow: 1;
    background: white;
    color: #1c2b46;
    padding: 10px 15px;
    font-size: 14px;
    text-align: left;
    font-weight:100;
}

.custom-file-label:hover .choose-file {
    background: #162237;
}