﻿body {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
.alert{
    padding:.6rem;
}
.primary-logo {
    max-width: 139px;
    vertical-align: middle;
    height: auto;
    border: 0;
}
.small-font {
    font-size: 0.775em !important;
}
.icon-lg {
    font-size: 1.2rem;
}
.bigger-font {
    font-size: 1.1rem;
}
.confirmation-card {
    width: 18rem;
    background: gray;
}
.primary-header {
    font-size: 1.5rem;
}
.confirmation-header {
    font-size: 1rem;
}
.stickey-container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}
/*Media Queries*/
/*X-Small devices (portrait phones, less than 576px) (this is very important as the portal is designed using mobile first approach!)
No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .icon-lg {
        font-size: 1.4rem;
    }

    .primary-header {
        font-size: 2rem;
    }
    .confirmation-header {
        font-size: 1rem;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .icon-lg {
        font-size: 1.6rem;
    }

    .primary-header {
        font-size: 2rem;
    }
    .confirmation-header {
        font-size: 1rem;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .icon-lg {
        font-size: 1.6rem;
    }

    .primary-header {
        font-size: 3rem;
    }
    .confirmation-header {
        font-size: 2rem;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .icon-lg {
        font-size: 1.6rem;
    }

    .primary-header {
        font-size: 3rem;
    }

}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .icon-lg {
        font-size: 1.6rem;
    }

    .primary-header {
        font-size: 3rem;
    }
}
