

.jumbotron .litlogo{
    display:flex;
    margin: -30px;
}



.jumbotron .litlogo img{
    position:relative;
    padding-left: 70px;

}


.jumbotron .litlogo h1{
    font-size: 3.5em;
    margin-left: 32%;
   
}

/*  */

.jumbotron .litlogo{
    display:flex;
    margin: -30px;
}



.jumbotron .litlogo img{
    position:static;
    padding-left: 70px;

}


.jumbotron .litlogo h1{
    font-size: 3.5em;
    margin-left: 32%;
   
}


.w3-center .w3-btn h3{
    font-weight: 900;
}



/*  */

/*
.jumbotron .litlogo1{
    display:flex;
    font-size: .9em;;
  
}

.jumbotron .litlogo1 img{
    position:static;
    padding-left: 0px;
    border: 4px solid gray;
    margin-left: 40px;

}


.jumbotron .litlogo1 h1{
    font-size: 4em;
    margin-left:750px;
    margin-top: 50px;
}

*/
/*
.vidframe1{
    width: 1280px;
    height: 720px;
    width: 70%;
    margin-left: 25%;
    min-width: 300px;
}

.vidframe1{
    width: 1280px;
    height: 720px;
    width: 70%;
    margin-left: 25%;
    min-width: 300px;
}
*/

.vidframe1{
	min-width: 300px;
	margin:0px 50px 20px 50px;
}



.enroltitle{
    color: darkblue;
    padding: 0px 0px 10px 70px;
}




.w3-card-2{
    background-color: lightgray;
    border-radius: 10px;
    height: 500px;
    padding-top: 20px;
    
}

.w3-card-2 i{
  color:red;
}

.w3-card-2 img{
    border:3px solid darkgray;
    width: 150px;
    height: 150px;
    
}

.w3-card-2 p{
    font-size: 1.4em;
}


.w3-card-2 i:hover{
    color: darkslategray;
}




nav{
    font-size: 1.5em;
}

h4{
    font-size: 1.6em;
    padding-left: 10px;
    color: black;
}

/* unvisited link */
a:link {
    color: blue;
}

/* visited link */
a:visited {
    color: darkblue;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: lightgray;
}



.questions h1{
     margin-left: 50px;
}

.questions h2{
     margin-left: 50px;
}

.questions p{
     margin-left: 80px;
}

.marquee1{
    font-size: 1.2em;
    color: darkblue;
}






/*pagination*/
.pagination {
     margin-left: 45.5%;
}

.pagination a {
    color: black;
    float: center;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: darkblue;
    color: white;
}

.pagination a:hover:not(.active) {background-color: lightgrey;}








h2 {
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

/*index2.html Contact Page*/


.contact1{
    background-color: lightgray;
    margin: 50px;
    border-radius: 10px;
    padding-top: 20px;
}

.contact1 h2{
    margin-left: 50px;

}

.contact1 h3{
    margin-left: 70px;
}


.contact1 img{
	margin-left: 1500px;
	margin-top: -477px;
    border: 5px solid darkgray;
     background-color: darkgray;
    border-radius: 10px;
    width: 500px;
}





.w3-center a:hover{
        text-decoration: none;
    }


/*tables*/
#customers {
    font-size: 1.5em;
    border-collapse: collapse;
    width: 100%;
    
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color:red;
    color: black;
}

/*close of tables*/


footer {
     font-size: 1.7em;
        background-color: #f2f2f2;
    text-align: right;
    padding-right: 20px;
   
}

footer p{
     font-size: .6em;
      padding: 5px;
}

footer p img{
    width: 15px;
}

/*
.form-inline button{
     font-size: .8em;
}

.form-inline input{
     font-size: .8em;
}
*/

#menu{
    color: darkblue;
}

.marquee2{
    font-size: 2em;
    color: darkblue;
}


.marquee3{
    font-size: 2em;
    color: darkblue;
}



/*this is the top section of the page*/
.w3-main{
    background-color: lightgray;
	  margin: 50px;
    border-radius: 10px;
    padding-top: 20px;
	   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
 
}

.w3-main h1{
    margin-left: 40px;
}

.w3-main p{
    margin-left: 40px;
}




.col-container {
    display: table;
    width: 100%;
}

.col {
    display: table-cell;
    padding: 16px;
}



/*promotional video

.w3-row iframe{
    padding-bottom: 50px;
}
/*video finish*/

.about1{
    margin-left: 40px;
	

}

.about2{
    margin-left: 50px;

}

.about3 h1{
      margin-left: 50px;
	
}



.maps{
	margin:50px;
}

*/

/*About Page top section including css code above this*/









.cards12 h2{
   text-align: center;
}

/*first card*/
.card {
    margin-left: 50px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
	background-color: lightgray;
	border-radius: 10px;
	padding: 20px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}



/*second card*/
.card1 {
    margin-left: 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
	background-color: lightgray;
	border-radius: 10px;
	padding: 20px;
}

.card1:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
    padding: 2px 16px;
}

/*third card*/
.card2 {
    margin-left: 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
	background-color: lightgray;
	border-radius: 10px;
	padding: 20px;
}

.card2:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}



/*fourth card*/

.card3 {
    margin-left: 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
}

.card3:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
    padding: 2px 16px;
}




.cards12{
    display:flex;
  margin-right: 40px;
}


.cards12 h1{
    margin-left: 40px;
   
}

.col h1{
    color: black;
}

.panel-body h2{
    color: black;
}


.panel-heading{
    border: 8px solid red;
}


.flex-container {
    display: -webkit-flex;
    display: flex;
    width: 400px;
    height: 250px;
    background-color: lightgrey;
}

.flex-item {
    background-color: cornflowerblue;
    width: 100px;
    height: 100px;
    margin: 10px;
}



#videos1{
	margin-left: 300px;
}

#videos1 img{
	width: 120px;
	margin-left: 250px;
}


.frames1{
	 background-color: lightgray;
    border-radius: 10px;
	border: 5px solid darkgray;
   
}

.frames2{
	 background-color: lightgray;
    border-radius: 10px;
	border: 5px solid darkgray;
   
}


.frames3{
	 background-color: lightgray;
    border-radius: 10px;
	border: 5px solid darkgray;
   
}


/*tutorials page*/

/*white bar at top ofscreen*/
.tutorialheader{
	border: 6px solid gray;
	border-radius: 10px;
	
}

sidebar
.tutorialheader h2{
	color: black;
	text-align: center;
	padding-bottom: 5px;
}


.w3-sidebar{
  margin-top: 60px;
  
 border: 4px solid darkgray;
    

}

.tutorialsidebar{
  
}


.w3-sidebar a{
	color: black;
    font-weight:700;
}



.tutorialsidebar h3{
	color: black;
	text-align: center;
}



.tutorialsidebar h5{
	color: black;
	padding-left: 16px;
	font-size: 1.3em;
}


.tutorialsidebar h4{
	color: black;
	text-align: left;
	font-size: 1.2em;
}


.allcards1{
	display: flex;
}


.allcards1 p{
	padding-top: 10px;
}




/*new first section*/
/*first card*/
.card {
    margin-left: 50px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
	background-color: lightgray;
	border-radius: 10px;
	padding: 20px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
    padding: 2px 16px;
}


/*second card*/
.card7 {
    margin-left: 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
   
	background-color: lightgray;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
}

.card7:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card8 {
    margin-left: 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
  
	background-color: lightgray;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
}

.card7:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.photo1{
	
}
 


.container { 
    padding: 2px 16px;
}



.pres1 img{
	float: right;
	padding: 0px 30px 30px 30px;
	
	
}



.w3-container h5{
    font-size: 2em;
    text-align: center;
}

.w3-container h6{
    font-size: 2em;
}


.pres2 a img{
	float: right;
	padding: 0px 30px 30px 30px;
	width: 850px;
	height: 450px;
    z-index: 1;
}

.pres2 h1{
	padding-top: 20px;
	
}


.aboutbutton{
	text-align:center;
	padding: 30px;
	background-color: lightgray;
	  margin: 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;

	border-radius: 10px;
}







a .w3-button{
     color: black;
    border: 10px solid light gray;
}

.overallrow {
    color: black;
    background-color: darkgray;
   
    
}




.overallrow h9{
    font-size: .6em;
}




.container-fluid p {
   
}














/*media queries for coloured template containers starts here

@media only screen and (max-width: 2700px) {
    body {
        background-color: turquoise;
    }
}



@media only screen and (max-width: 2400px) {
    body {
        background-color: orange;
    }
}


@media only screen and (max-width: 2100px) {
    body {
        background-color: blue;
    }
}



@media only screen and (max-width: 1800px) {
    body {
        background-color: greenyellow;
    }
}


@media only screen and (max-width: 1500px) {
    body {
        background-color: mediumpurple;
    }
}


@media only screen and (max-width: 1200px) {
    body {
        background-color: pink;
    }
}


@media only screen and (max-width: 980px) {
    body {
        background-color: lightblue;
    }
}



@media only screen and (max-width: 750px) {
    body {
        background-color: red;
    }
}



@media only screen and (max-width: 540px) {
    body {
        background-color: green;
    }
}



@media only screen and (max-width: 380px) {
    body {
        background-color: yellow;
    }
}
*/

/*media queries for coloured template containers finishes here*/

		        /*extra media queries*/
        
@media only screen and (max-width: 540px) {

.jumbotron .litlogo{
    position:relative;
    height: 70px;
    font-size: .9em;
 
}
        }
        
        
         @media only screen and (max-width:540px) {

.jumbotron .litlogo h1{
    position:relative;
    height: 70px;
    font-size: .9em;
    margin-left: 5px;
    font-weight: 600;
}
        }
        
@media only screen and (max-width: 540px) {

.jumbotron .litlogo img{
    position:relative;
    height: 70px;
       margin-left: -40px;
}
        }
	
	/*completion of extra media qeries*/


/*EXTRA HEADER H1 MEDIA QUERIES*/

               @media only screen and (max-width: 400px) {

.jumbotron .litlogo h1{
    position:relative;
    height: 70px;
    font-size: .2em;
    margin-left: 5px;
    font-weight: 600;
    
}
        }

 
               @media only screen and (max-width: 450px) {

.jumbotron .litlogo h1{
    position:relative;
    height: 70px;
    font-size: .9em;
    margin-left: 5px;
    font-weight: 600;
    
}
        }









		        /*extra media queries*/
        
@media only screen and (max-width: 750px) {

.jumbotron .litlogo{
    position:relative;
    height: 70px;
    font-size: .9em;
  
 
}
        }
        
        
        @media only screen and (max-width: 750px) {

.jumbotron .litlogo h1{
    position:relative;
    height: 70px;
    font-size: .9em;
    margin-left: 5px;
    font-weight: 600;
    
}
        }
        
       
        
@media only screen and (max-width: 750px) {

.jumbotron .litlogo img{
    position:relative;
    height: 70px;
       margin-left: -40px;
}
        }
	
	/*completion of extra media qeries*/
		        /*extra media queries*/
        
@media only screen and (max-width: 960px) {

.jumbotron .litlogo{
    position:relative;
    height: 70px;
    font-size: .9em;
 
}
        }
        
        
        @media only screen and (max-width: 960px) {

.jumbotron .litlogo h1{
    position:relative;
    height: 70px;
    font-size: .9em;
    margin-left: 5px;
    font-weight: 600;
}
        }
        
       
        
@media only screen and (max-width: 960px) {

.jumbotron .litlogo img{
    position:relative;
    height: 70px;
       margin-left: -40px;
}
        }
	
	/*completion of extra media qeries*/

		        /*extra media queries*/
        
@media only screen and (max-width: 1200px) {

.jumbotron .litlogo{
    position:relative;
    height: 70px;
    font-size: .9em;
 
}
        }
        
        
        @media only screen and (max-width: 1200px) {

.jumbotron .litlogo h1{
    position:relative;
    height: 70px;
    font-size: 3em;
    margin-left: 300px;
    font-weight: 600;
}
        }
        
       
        
@media only screen and (max-width: 1200px) {

.jumbotron .litlogo img{
    position:relative;
    height: 70px;
       margin-left: -40px;
}
        }
	
	/*completion of extra media qeries*/




/*sidebar min-width media query*/

@media only screen and (max-width: 1500px) {
   .w3-sidebar{
       min-width: 170px;
    }
}


/*buttons etc media queries at 1500px*/
@media only screen and (max-width: 1500px) {
    .overallrow{
        margin-left: 170px;
        float: left;
        width: 1000px;
    }
}


@media only screen and (max-width: 1500px) {
      .overallrow .w3-button{
          position: relative;
          width: 300px;
          min-width: 850px;
          float: left;

    }
}

@media only screen and (max-width: 1500px) {
    .overallrow h6{
        font-size: 1.4em;
        width: 250px;
    }



@media only screen and (max-width: 1500px) {
    .tutorialheader{
        margin-left: 50px;
    }

    }

/*buttons etc media queries completes at 1500px*/
    
    
/* media queries at 1200px start here*/

@media only screen and (max-width: 1200px) {
    .overallrow{
        margin-left: 170px;
        float: left;
        width: 1000px;
    }
}


@media only screen and (max-width: 1200px) {
      .overallrow .w3-button{
          position: relative;
          width: 300px;
          min-width: 700px;
          float: left;

    }
}

@media only screen and (max-width: 1200px) {
    .overallrow h6{
        font-size: 1.4em;
        width: 250px;
    }



@media only screen and (max-width: 1200px) {
    .tutorialheader{
        margin-left: 70px;
    }

    }


/* media queries at 1200px finishes here*/


    
    /* media queries at 1100px starts here*/
@media only screen and (max-width: 1100px) {
    .overallrow{
        margin-left: 110px;
        float: left;
        width: 1100px;
    }
}


@media only screen and (max-width: 1100px) {
      .overallrow .w3-button{
          position: relative;
          width: 300px;
          min-width: 600px;
          float: left;

    }
}

@media only screen and (max-width: 1000px) {
    .overallrow h6{
        font-size: 1.4em;
        width: 250px;
    }



@media only screen and (max-width: 1000px) {
    .tutorialheader{
        margin-left: 58px;
    }

    }

/* media queries at 1100px finishes here*/

    
    
    

    
    
    
/* media queries at 980px startrs here*/
@media only screen and (max-width: 980px) {
    .overallrow{
        margin-left: 170px;
        float: left;
        width: 980px;
    }
}


@media only screen and (max-width: 980px) {
      .overallrow .w3-button{
          position: relative;
          width: 300px;
          min-width: 550px;
          float: left;

    }
}

@media only screen and (max-width: 980px) {
    .overallrow h6{
        font-size: 1.4em;
        width: 250px;
    }



@media only screen and (max-width: 980px) {
    .tutorialheader{
        margin-left: 85px;
    }

    }

/* media queries at 980px finishes here*/


    /* media queries at 830px startrs here*/
@media only screen and (max-width: 830px) {
    .overallrow{
        margin-left: 120px;
        float: left;
        width: 750px;
    }
}


@media only screen and (max-width: 830px) {
      .overallrow .w3-button{
          position: relative;
          width: 300px;
          min-width: 530px;
          float: left;

    }
}

@media only screen and (max-width: 830px) {
    .overallrow h6{
        font-size: 1.4em;
        width: 200px;
    }



@media only screen and (max-width: 830px) {
    .tutorialheader{
        margin-left: 100px;
    }

    }

/* media queries at 830px finishes here*/ 
    
    
    
    
       
/* media queries at 750px startrs here*/
@media only screen and (max-width: 750px) {
    .overallrow{
        margin-left: 120px;
        float: left;
        width: 750px;
    }
}


@media only screen and (max-width: 750px) {
      .overallrow .w3-button{
          position: relative;
          width: 300px;
          min-width: 400px;
          float: left;

    }
}

@media only screen and (max-width: 750px) {
    .overallrow h6{
        font-size: 1.4em;
        width: 200px;
    }



@media only screen and (max-width: 750px) {
    .tutorialheader{
        margin-left: 120px;
    }

    }

/* media queries at 750px finishes here*/ 
    
    
    
    /* media queries at 600px startrs here*/
@media only screen and (max-width: 600px) {
    .overallrow{
        margin-left: 100px;
        float: left;
        width: 600px;
    }
}


@media only screen and (max-width: 600px) {
      .overallrow .w3-button{
          position: relative;
          width: 300px;
          min-width: 340px;
          float: left;

    }
}

@media only screen and (max-width: 600px) {
    .overallrow h6{
        font-size: 1.4em;
        width: 200px;
    }



@media only screen and (max-width: 600px) {
    .tutorialheader{
        margin-left: 130px;
    }

    }

    
        
    
    } 
/* media queries at 600px finishes here*/ 
    
    
           
/* media queries at 540px startrs here*/
    
@media only screen and (max-width: 540px) {
    .overallrow{
        margin-left: 70px;
        float: left;
        width: 540px;
    }
}


@media only screen and (max-width: 540px) {
      .overallrow .w3-button{
          position: relative;
          width: 300px;
          min-width: 300px;
          float: left;

    }
}

@media only screen and (max-width: 540px) {
    .overallrow h6{
        font-size: 1.3em;
        width: 210px;
    }



@media only screen and (max-width: 540px) {
    .tutorialheader{
        margin-left: 60px;
        font-size: .7em;
    }

    }

    
    
      @media only screen and (max-width: 540px){
         .w3-sidebar{
       min-width: 100px;
             font-size: .9em;
    }
    } 
    
    
      @media only screen and (max-width: 540px){
         .w3-sidebar h3{
       min-width: 100px;
             font-size: 1.4em;
    }
    } 
    
         @media only screen and (max-width: 540px){
         .w3-sidebar h4{
       min-width: 100px;
             font-size: 1.2em;
    }
    } 
    
             @media only screen and (max-width: 540px){
         .w3-sidebar h5{
       min-width: 100px;
             font-size: 1.1em;
    }
    } 
    
    
/* media queries at 540px finishes here*/ 
    
    
    
    /* media queries at 400px starts here*/
@media only screen and (max-width: 400px) {
    .overallrow{
        margin-left: 60px;
        float: left;
        width: 400px;
    }
}


@media only screen and (max-width: 400px) {
      .overallrow .w3-button{
          position: relative;
          width: 300px;
          min-width: 210px;
          float: left;

    }
}

@media only screen and (max-width: 400px) {
    .overallrow h6{
        font-size: 1.4em;
        width: 200px;
    }



@media only screen and (max-width: 400px) {
    .tutorialheader{
        margin-left: 160px;
        font-size: .7em;
    }

    }
    
    
    
    
     @media only screen and (max-width: 400px){
         .w3-sidebar{
       min-width: 100px;
             font-size: .9em;
    }
    } 
    
    
      @media only screen and (max-width: 400px){
         .w3-sidebar h3{
       min-width: 100px;
             font-size: 1.4em;
    }
    } 
    
         @media only screen and (max-width: 400px){
         .w3-sidebar h4{
       min-width: 100px;
             font-size: 1.2em;
    }
    } 
    
             @media only screen and (max-width: 400px){
         .w3-sidebar h5{
       min-width: 100px;
             font-size: 1.1em;
    }
    } 
    
    
    
    
    
    
    @media only screen and (max-width: 400px) {
    .overallrow h9{
        font-size: .4em;
        width: 200px;
     
    }
        

/* media queries at 400px finishes here*/ 
    
        
            /* media queries at 390px startrs here*/
@media only screen and (max-width: 390px) {
    .overallrow{
        margin-left: 60px;
        float: left;
        width: 390px;
    }
}


@media only screen and (max-width: 390px) {
      .overallrow .w3-button{
          position: relative;
          width: 300px;
          min-width: 220px;
          float: left;

    }
}

@media only screen and (max-width: 400px) {
    .overallrow h6{
        font-size: 1.3em;
        width: 200px;
    }



@media only screen and (max-width: 400px) {
    .tutorialheader{
        margin-left: 60px;
        font-size: .7em;
    }

    }
    
    
    
    
     @media only screen and (max-width: 400px){
         .w3-sidebar{
       min-width: 100px;
             font-size: .9em;
    }
    } 
    
    
      @media only screen and (max-width: 400px){
         .w3-sidebar h3{
       min-width: 100px;
             font-size: 1.4em;
    }
    } 
    
         @media only screen and (max-width: 400px){
         .w3-sidebar h4{
       min-width: 100px;
             font-size: 1.2em;
    }
    } 
    
             @media only screen and (max-width: 400px){
         .w3-sidebar h5{
       min-width: 100px;
             font-size: 1.1em;
    }
    } 
    
    
    
    
    
    
    @media only screen and (max-width: 400px) {
    .overallrow h9{
        font-size: .4em;
        width: 200px;
     
    }
        

/* media queries at 390px finishes here*/ 
    
        
        
        
    
    
    /* media queries at 380px starts here*/
@media only screen and (max-width: 380px) {
    .overallrow{
        margin-left: 45px;
        float: left;
        width: 380px;
    }
}


@media only screen and (max-width: 380px) {
      .overallrow .w3-button{
          position: relative;
          width: 380px;
          min-width: 210px;
          float: left;
        

    }
}

@media only screen and (max-width: 380px) {
    .overallrow h6{
        font-size: 1.3em;
        width: 200px;
     
    }



@media only screen and (max-width: 380px) {
    .tutorialheader{
        margin-left: 70px;
        font-size: .6em;
    }

    }
    
    @media only screen and (max-width: 380px){
         .w3-sidebar{
       min-width: 100px;
             font-size: .9em;
    }
    } 
    
    
      @media only screen and (max-width: 380px){
         .w3-sidebar h3{
       min-width: 100px;
             font-size: 1.4em;
    }
    } 
    
         @media only screen and (max-width: 380px){
         .w3-sidebar h4{
       min-width: 100px;
             font-size: 1.2em;
    }
    } 
    
             @media only screen and (max-width: 380px){
         .w3-sidebar h5{
       min-width: 100px;
             font-size: 1.1em;
    }
    } 
    
    
    
    
    
    
    @media only screen and (max-width: 380px) {
    .overallrow h9{
        font-size: .4em;
        width: 200px;
     
    }
        
        
            @media only screen and (max-width: 380px) {
    footer{
       padding-bottom: 0px;
        width: 280px;

          }
     
    }
        
        
      @media only screen and (max-width: 380px) {
    footer p{
        font-size: .5em;
        margin-left:60px;
          }
     
    }
       
        
         @media only screen and (max-width: 380px) {
    footer img{
        font-size: .4em;

          }
     
    }
/* media queries at 380px finishes here*/
        
        
        
        
        
        /*300
         
@media only screen and (max-width: 300px) {
    .overallrow{
        margin-left: 35px;
    
        width: 380px;
    }
}


@media only screen and (max-width: 300px) {
      .overallrow .w3-button{
          position: relative;
          width: 280px;
          min-width: 150px;
          float: left;
        

    }
}

@media only screen and (max-width: 300px) {
    .overallrow h6{
        font-size: .9em;
        width: 200px;
        margin-left: 25px;
     
    }



@media only screen and (max-width: 300px) {
    .tutorialheader{
        margin-left: 65px;
        font-size: .6em;
    }

    }
    
    @media only screen and (max-width: 300px){
         .w3-sidebar{
       min-width: 90px;
             font-size: .8em;
    }
    } 
    
    
      @media only screen and (max-width: 300px){
         .w3-sidebar h3{
       min-width: 100px;
             font-size: 1.3em;
             margin-left: -15px;
    }
    } 
    
         @media only screen and (max-width: 300px){
         .w3-sidebar h4{
       min-width: 100px;
             font-size: 1.2em;
    }
    } 
    
             @media only screen and (max-width: 300px){
         .w3-sidebar h5{
       min-width: 100px;
             font-size: 1.1em;
    }
    } 
    
    
    
    
    
    
    @media only screen and (max-width: 300px) {
    .overallrow h9{
        font-size: .3em;
        width: 130px;
     
    }
        
        
            @media only screen and (max-width: 300px) {
    footer{
       padding-bottom: 0px;
        width: 280px;

          }
     
    }
        
        
      @media only screen and (max-width: 300px) {
    footer p{
        font-size: .5em;
        margin-left:60px;
          }
     
    }
       
        
         @media only screen and (max-width: 300px) {
    footer img{
        font-size: .4em;

          }
     
    }
        
*/
    
        /*MEDIA QUERIES FOR VIDEO PAGE INDEX1.HTML COMPLETED HERE*/

		
		
		
		
		
    

		
		
		
		
				/*380*/
	
@media only screen and (max-width: 380px){
			.contact1 h2{
				font-size: 1.8em;
				margin-left: 5px;
			}
		}

		
@media only screen and (max-width: 380px){
			.contact1 h3{
				font-size: 1.5em;
					margin-left: 5px;
                padding: 10px;
			}
		}
		
		
		
			
@media only screen and (max-width: 380px){
			.contact1 img{
				visibility: hidden;
			}
		}
			
		
@media only screen and (max-width: 380px){
			#customers{
				font-size: .9em;
			}
		}
					
@media only screen and (max-width: 380px){
		.pagination{
				font-size: .8em;
            margin-left: 65px;
         
			
			}
		}
			/*to 380*/
		

		
		



        /*extra media queries*/
        
@media only screen and (max-width: 380px) {

.jumbotron .litlogo{
    position:relative;
    height: 70px;
    font-size: .9em;
 
}
        }
        
        
        @media only screen and (max-width: 380px) {

.jumbotron .litlogo h1{
    position:relative;
    height: 70px;
    font-size: 1.4em;
    margin-left: 15px;
    font-weight: 600;
}
        }
        
       
        
@media only screen and (max-width: 380px) {

.jumbotron .litlogo img{
    position:relative;
    height: 70px;
       margin-left: -40px;
}
        }
	
	/*completion of extra media qeries*/

		
       
 
        
        
        
        /*home page button media query*/
        
        @media only screen and (max-width: 380px){
            .w3-center .w3-btn {
                width: 315px;
            }
        }
        
           @media only screen and (max-width: 380px){
            .w3-center .w3-btn h3{
                width: 315px;
                font-weight: 700;
                margin-left: -15px;
                
                
            }
        }
        
        