﻿/* Sticky footer setup */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1;
}

.blueText, .blueText h1, .blueText h2 {
    color: #2c508a !important;
}

.border-primary {
    border-color: #2c508a !important;
}

.welcomeText {
    font-size: 6.25rem !important;
}

.welcomeTextSub {
    margin-left: 8.125rem;
}

.btn {
    background-color: #2c508a;
    color: #fff !important;
    border-radius: 0;
}

    .btn:hover, .btn:active {
        background-color: #30415b;
        color: #fff !important;
        border-radius: 0;
        text-decoration: none;
    }

@media (max-width: 767px) {
    .welcomeText {
        font-size: 4rem !important;
        margin-top: 150px !important; 
    }

    .welcomeTextSub {
        margin-left: 1.5rem;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .welcomeText {
        font-size: 5.25rem !important;
    }

    .welcomeTextSub {
        margin-left: 1.5rem;
    }
}

/*large screen sizes only, scale qr image down*/
@media (min-width: 1530px) {
    .imgLg {
        max-width: 40%;
        max-height: auto;
    }
}