/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size:18px; 
	color:var(--e-global-color-text);
	padding: 0;
	margin: 0;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;   
    font-weight: bold;   
}
h1{			
	color: var(--e-global-color-accent);
}
h2{	
	color: var(--e-global-color-secondary);
}
h3{	
	color: var(--e-global-color-primary);
}
h4{	
	color: var(--e-global-color-text);
}
h5{	
	color: var(--e-global-color-text);
}
h6{	
	color: var(--e-global-color-text);
}
p{
    text-align: justify;
  }
  .wa__popup_intro{
	color: #fff !important;
  }

.footer{
	background: url(http://75.102.22.59/~lanteaeng/wp-content/uploads/2024/06/shdw.png) center top no-repeat var(--e-global-color-28c8cde);
}

/* Small devices  */
@media only screen and (min-width: 300px) {
	.header{
		background: rgba(1,2,94,1.0);	
	}
}
/* Tablet */
@media only screen and (min-width: 768px) {
	.header{
		background: rgba(1,2,94,1.0);
		z-index: 100;
	}
	.logo{
		position: absolute;        
	}
    h1{
        font-size: 55px;
    }
    h2{
        font-size: 45px;
    }
    h3{
        font-size: 35px;
    }
   
}
/* Laptop */
@media only screen and (min-width: 1366px) {	
	.header{
		background: rgba(1,2,94,0.5);
		z-index: 100;
	}
    
}
/* desktop */
@media only screen and (min-width: 1400px) {
    
}