/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * 343
 */

        body {
            font-family: 'Fira Sans Condensed', sans-serif;
            font-size: 16px;
            color: #231F20;
        }

        p {
            font-weight: 300;
            text-align: justify;
        }

        .smaller {
            font-size: 14px;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: 'Oswald', sans-serif;
            color: #463540;
        }

        h1 {
            font-size: 42px;
        }

        h5 {
            font-size: 18px;
            margin-top: 30px;
            margin-bottom: 16px;
        }
        h6 {
            font-size: 15px;
        }

        .display-4 {
            font-size: 54px;
        }

        .display {
            font-weight: 300;
        }

        .bborder {
            display: block;
            width: 35px;
            height: 1px;
            background: #1CB8E1;
        }

        .bbborder {
            display: block;
            width: 50px;
            height: 2px;
            background: #1CB8E1;
            margin-bottom: 32px;
        }

        .bg-grayer {
            background-color: #d9e2e3;
        }

        .bg-light {
            background-color: #f3f6f8!important;
        }

        a {
            color: #007EC5;
        }

        .nav-gray a{
            color: #6c757d;
        }

        .nav-link {
            padding: 6px 16px;
            font-size: 14px;
        }

        .nav-gray a:hover {
            color: rgba(0, 0, 0, .85);
        }

        .nav .active {
            font-weight: 400;
            color: rgba(0, 0, 0, .85);
        }

        .btn-outline-primary:hover {
            color: #fff;
            background-color: #1CB8E1;
            border-color: #1CB8E1;
        }

        .btn-outline-primary {
            color: #1CB8E1;
            border-color: #1CB8E1;
        }

        .btn-sm {
            font-size: 14px;
        }

        ul{
            list-style-type: circle;    padding-inline-start: 30px;
        }

        a.disabled {
            color: #999;
            pointer-events: none;
            text-decoration: none;
        }

        .border-primary {
            border-color: #1CB8E1!important;
        }

        .rounded {
            border-radius: 0!important;
        }

        .rounded-top {
            border-top-left-radius: 0!important;
            border-top-right-radius: 0!important;
        }

        @media (max-width: 576px) {

            .display-4 {
                font-size: 44px;
            }

            h5 {
                font-size: 18px;
            }

            body {
                font-size: 14px;
            }

        }

        @media  (min-width: 992px) {
            .rounded {
                border-radius: 1rem!important;
            }
    
            .rounded-top {
                border-top-left-radius: 1rem!important;
                border-top-right-radius: 1rem!important;
            }
        }