
            .split-bar
            {
                background-color: darkorange;
                background-color: #333;
                border:1px solid #000;
                box-shadow: 0px 3px 3px 0px #999;
                                
            }


            .split-bar .row
            {
                background-image: url('../images/kevinjohn-nasa-arms.png');
                background-position: center right;
                background-size: 400px;
                background-repeat: no-repeat;
            }

            .split-bar .section-content
            {
                padding-top:30px;
                padding-bottom:15px;                
            }

            .split-bar .section-content p
            {
                color:white;
                font-size: var(--var-font-size-p);
                max-width: 75%;
                
                margin-bottom:30px;
            }

            .split-bar .section-content a.btn
            {
                margin-bottom:30px;
                background-color: white;
                color: black;

            }


            .split-bar .section-content a.btn i.bi
            {
                margin-right: 0.5rem;
            }


            .split-bar .section-content a.btn span
            {

            }            

            .split-bar .section-content h4
            {
                color:white;
                max-width: 80%;
                margin-bottom:30px;
                text-shadow: 1px 1px 3px #000;
            }

