:root {
    --blue: #0074a2;
    --fuchsia: #B0006E;
}

@font-face {
    font-family: 'blackjack';
    src: url('https://ivari.ca/fonts/blackjack.woff2') format('woff2'),
         url('https://ivari.ca/fonts/blackjack.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.blackjack {
	font-family: 'blackjack' !important;
}

.page-wrapper.page-splash {
    background: var(--blue);
    height: 100vh;
}

.miv-header {
    display: block;
    width: 50%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

.miv-copy {
    margin: 0 auto;
}

.page-wrapper.page-splash h2 {
    color: var(--blue);
}


.page-wrapper.page-splash h3 {
    color: white;
    font-family: 'aspira-light';
    font-size: 19px;
    line-height: 1.4;
}

.page-wrapper.page-splash .splash-content {
    display: flex;
    height: 100%;
    max-width: 100%;
    padding:0;
    flex-direction: column;
    justify-content: space-between; 
    margin: 0 !important;
    width: 100%;
}


.page-wrapper.page-splash .splash-content button {
    display: inline-block;
    border: 1px solid white;
    margin: 0 auto;
    color: white;
    background: transparent;
    transition: all .3s;
}

.page-wrapper.page-splash .splash-content button:hover {
    background: white;
    color: var(--blue);
}

.miv-footer {
    background: url(../img/miv-footer.svg) center center repeat-x;
    height: 10%;
    width: 100%;
}

.site_wrapper {
    margin-top: 20px;
}

.my-ivari-container h2,
.miv-copy h2 {
    color: white !important;
}

.my-ivari-container h2 .blackjack,
.miv-copy h2 .blackjack {
    color: var(--fuchsia) !important;
}

.my-ivari-container p {
    text-align: center;
    color: white;
    width: 100% !important;
    margin: 0 auto !important;
    font-family: aspira-light !important;
}

.my-ivari-container p a {
    color: white !important;
    text-decoration: underline;
}


.alertfooter.alert.alert-info,
.site_wrapper {
    display: none !important;
}

@media only screen and (max-width: 990px) {

    .miv-header {
        width: 80%;
    }

    .miv-copy {
        width: 80%;
    }

}


@media only screen and (min-width: 991px) {

    .page-wrapper.page-splash h3 {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

}