/* container size needs to be adjusted */
@media (min-width: 768px) and (max-width: 991px) {
    .container{
        width: 750px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) { 
    .container{
        width: 970px;
    }
}
@media (min-width: 1200px) { 
    .container{
        width: 1170px;
    } 
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
    url('roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    background-color: #e5f2f6;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.3px;
    color: #012f3b !important;
}

h1 {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    color: #012f3b !important;
}

h3 {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    color: #012f3b !important;
}

h4 {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    color: #012f3b !important;
}

a {
    color: #0082a4;
    text-decoration: underline;
    font-weight: 700;
}

.card-body {
    color: #012f3b !important;
}

.fs-4 {
    font-size: calc(1.25625rem + .075vw) !important;
}

.fs-6 {
    font-size: .875rem !important;
}

.text-success {
    color: #c9d400 !important;
}

.text-bg-success {
    background-color: #c9d400 !important;
}

.user-input h1,
.user-input h2,
.user-input h3,
.user-input h4,
.user-input h5,
.user-input h6 {
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    h3 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    h4 {
        font-size: 18px !important;
        line-height: 22px !important;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    h3 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    h4 {
        font-size: 20px !important;
        line-height: 22px !important;
    }
}
