           * {
				margin: 0;
				padding: 0;
                
			}
          
            body {           
                /*font-family: proxima-n-w01-reg,sans-serif;*/
                font-size: 18px;
                color:black;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                
            }
        
            .video-section {
                position: relative;
                /*width: 100%;
                max-height: 650px;
                overflow: hidden;*/
                 
            }
            #video-elem {
                background-image: url(../images/chip.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:43%;
                margin-top: 5%;
                transform: translateX(-50%) translateY(-50%);             
                font-size: 3em;
                text-align: center;
                border-radius: 5px;  
                white-space: nowrap;   
                color: black !important;         
            }

             @media(max-width: 1440px) {
                 h1{
                   font-size: 2em !important;
                 }
                                  
                }


/*                                             Main content                            */

            .headingtag{
            	
            	font-weight: bold;
            	border:0px solid red;
            	margin-bottom: 100px;
            }
            .celltower{
            	
            	border:0px solid yellow;
            	padding-bottom: 100px;
            }
            .solarstorage{
            	
            	border:0px solid yellow;
            	padding-bottom: 100px;
            }
            .metersolution{
            	
            	border:0px solid yellow;
            	padding-bottom: 100px;
            }
            .nowires{
            	
            	border:0px solid yellow;
            	padding-bottom: 100px;
            
            }
            .cellattr{
            	font-size:18px;
                 margin-left: 5%;
            
            }
            .cellattr a{
            	font-size:18px;
            	color:#F8C471;
            
            }
            .cellattr h6{
            	color: white;
            
            }
            .cellattr li{
                list-style-type: circle;
            }
            .jumbtron{
               
                border:0px solid black;
                margin-top: 20px;
                margin-bottom: 20px;
                background-color: #fafafa;
                padding-top:1%;
            }
            .imageclass{
                margin-left: 5%;
            }
             /*@media (max-width: 1440px){
                  .imageclass img{
                width: 320px;
                }
               }

                @media (max-width: 1440px){
                  .imageclassmeter img{
                width: 320px;
                }
               }

               @media (max-width: 1440px)
               {
                #video-elem {
                background-image: url(../images/chip.jpg);
                background-repeat: no-repeat;
                width: 100%;
                height: 500px;
                background-size: cover;
                
            }
        }*/
