﻿/**SECTION TITLE**/
#section-title { 
	z-index: 1 !important; 
	position: absolute;
  text-transform: uppercase;
  color: #0000;
  font-family: sans-serif;
  11111111111font-size: clamp(1rem, 4vw, 1.5rem); font-size: clamp(1.5rem, 2.5vw, 4.5rem);  
  font-weight: bold;
  background: 
    repeating-radial-gradient(#000 0 0.0001%,#fff 0 0.0002%) 50% 0/2500px 2500px,
    repeating-conic-gradient(#000 0 0.0001%,#fff 0 0.0002%) 50% 50%/2500px 2500px;
  background-blend-mode: difference;
  mix-blend-mode: lighten;
  -webkit-background-clip: text;
          background-clip: text;
	}
/**END OF SECTION TITLE**/















/***************************************************************************************************************************/

/* SMALLER TABLET screens */   /* SMALLER TABLET */
@media screen and (max-width: 480px) {
  	.hide-on-mobile-device {
		display: none    
  		}
	}





@media only screen and (min-width : 320px) and (max-width : 480px) {/* Mobile portrait */
  	.hide-on-mobile-device {
		display: none;  
  		}
	}





@media only screen and (min-width : 480px) and (max-width : 595px) {/* Mobile landscape */
  	.hide-on-mobile-device {
		display: none;   
  		}
	}





@media only screen and (min-width : 595px) and (max-width : 690px) {/* Small tablet portrait */
  	.hide-on-mobile-device {
		display: none;  
  		}
	}





@media only screen and (min-width : 690px) and (max-width : 769px) {/* Tablet portrait */
  	.hide-on-mobile-device {
		display: none;  
  		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture) --- SMALLER TABLET */
@media only screen and (min-width : 769px) and (max-width : 800px) {/* Small tablet landscape */
	.hide-on-mobile-device {
		display: inline;   
  		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture --- SMALLER TABLET */
@media only screen and (min-width : 800px) and (max-width : 1024px) {/* Small tablet landscape */
  	.hide-on-mobile-device {
		display: inline;    
  		}
	}





@media only screen and (min-width : 1024px) and (max-width : 1224px) {/* Tablet landscape */
  	.hide-on-mobile-device {
		display: inline;  
  		}
	}






/* Desktops and laptops */  /* SMALL DESKTOP */
@media only screen 
and (min-width : 1224px) {
  	.hide-on-mobile-device {
		display: inline;  
		} 
	}