           * {
                margin: 0;
                padding: 0;
            }
            body {           
                font-size: 18px;
                color:black;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            }
           
            
            .video-section {
                position: relative;
                 
            }
            #video-elem {
                
                background-image: url(../images/partnercompany.jpg);
                background-repeat: no-repeat;
                max-width: 100%;
                height: 700px;
                background-size: cover;
                background-position: right 0px top -150px;
                border:0px solid blue;
                

            }
            #video-elem img {
                width: 100% !important;
            }

            video::-webkit-media-controls {
                display:none !important;
            }
            
        
            .video-text h1 {
                position: relative;
                margin-left:50%;
                margin-top: 5%;
                transform: translateX(-50%) translateY(-50%);             
                font-size: 3em;
                text-align: center;
                border-radius: 5px;
                color: black !important;  
                white-space: nowrap;      
            }

             @media(max-width: 1440px) {
                 h1{
                   font-size: 2em !important;
                 }
                                  
                }



          
            
            .card
            {
                margin-bottom: 50px;
                background-color: #fafafa !important;
                height:80%;
                border-color: white;
            }
            
            .card-title{
                color: black; 
                
            
            }
            
            .cardtext{
                border:0px solid red;
                color: #2d2d2d;
                font-weight: normal;
            }
        
            .alink{
                text-decoration: none !important;
            }
            .jumbtron
            {
                border:0px solid black;
                margin-bottom: 13px;
                margin-top: 13px;
                background-color: white;
            }
