@media (max-width: 800px) {


  .intro > div {
        display: block;
    }

    .intro > div > div:first-child,
    .intro > div > div:last-child {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

	div#topSocials {
    color: white;
    text-decoration: none;
    /* float: left; */
    font-size: 14px;
}
	.setStyle {padding:20px}
.setStyle.homeTop {padding:10px;}
.setStyle.homeFour {padding:10px;}

#banner {display:block;contain: layout;}
 .readingBit {box-sizing: border-box;}
    
    .theText {
    display: block;
}

    	body {font-size: 18px !important;}
	
	#infoot pre {text-align: center !important;}
	
	.logo {height: 60px !important;}
	
	.FloatLeft, .FloatRight {float:none; width:100%;}
 	#cssmenu
	{bottom: auto;top: 93px;}
	.tooltip{position:relative;float: left;left: -20px;top: 19px;} 
	
	
	.setStyle > div > div {width:90%; clear:both; }  
    .setStyle > div   {display: block !important;}
        
    .setStyle.section1 > .delement > div:nth-child(2) {
    background: rgb(255 255 255 / 94%);
    padding: 30px;
    box-sizing: border-box;
    max-width: 400%;
    box-shadow: 2px 0px 24px #00000040;
}
   
    
    
	.pp {width: 85% !important;}
	.formBit input {/* float:left; *//* margin-bottom: 20px; */position: relative;font-size: 19px;} 
#threeFooter div,#threeFooter div:first-child,#threeFooter div:last-child{width:90%;    
margin:auto;    
text-align:center!important;    
float:none!important;
	}    
    
    
#threeFooter div{font-size:12px!important;}    
	
    
     .caption {
  
  font-size:22px;
  
opacity: 1;
}
    
  
    
}


@media (max-width: 600px) {
 
   .setStyle > div > div {display: block;width: auto;}   
  
}

/* gallery styles */


@media (max-width: 1024px) {
    #galBoxes div {
        flex: 1 1 calc(33% - 10px);
        max-width: calc(33% - 10px);
    }
}

@media (max-width: 768px) {
    #galBoxes div {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    #galBoxes div {
        flex: 1 1 calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}

@media screen and (max-width: 1000px) {
    .machines .delement > div {
        flex: 0 1 calc(50% - 25px);
    }
}

@media screen and (max-width: 650px) {
    .machines .delement > div {
        flex: 0 1 calc(100% - 25px);
    }

    .machines ul {
        grid-template-columns: 1fr;
    }
}