@media (max-width: 800px) {

p#heroIntro {
    font-size: 27px;
    line-height: 29px;
    font-family: "Anton", sans-serif;
    transform: rotate(-2deg);
    transform-origin: left center;
}

.setStyle.homeHero > div {
    font-size: 14px;
}

.setStyle.homeHero .delement > div:nth-child(2) {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0,0,0,0.7) 35%,
        #000 100%
    );
    transform: translateY(-133px);
}


background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 25%,
    rgba(0,0,0,0.8) 60%,
    #000 100%
);

 

	div#topSocials {
    color: white;
    text-decoration: none;
    float: left;
}
	.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 {width: 75% !important;/* max-width: 115px; */float: left;margin-right: 20px;}
	
	.FloatLeft, .FloatRight {float:none; width:100%;}
 	#cssmenu
	{bottom: auto;top: 120px;}
	.tooltip{position:relative;float: left;left: -20px;top: 19px;} 
	
	
	.setStyle > div > div {width:90%; clear:both; }  
    .setStyle > div   {display: block !important;}
        
    
   
    
    
	.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);
    }
}