    footer{
        width : 100%;
        color : #ffffff;
    	min-height : auto;
        scroll-snap-align : none;
    }
    
    .footer_content{
        background :#2b424d;
        width : 100%;
		padding : 0 0 0 0;
    }
    
    
    .footer_flex{
    	display : flex;
    	flex-direction : column;
        column-gap : 0;
        row-gap : 30px;		
    	justify-content : space-between;
    	align-items : center;
        width : 95%;
        margin-left : auto;
        margin-right : auto;
		padding : 20px 0 20px 0;		
    }
    .footer_flex > div{
    	flex : 1;
		width : 100%;
    }
    
    .footer_img{
    	width : 118px;
    	height : 150px;
		display : block;
    	margin-left : auto;
		margin-right : auto;
    	margin-top : 0;		
    }
    
    footer li{
    	list-style : none;
    	text-decoration : none;
    }
    
    footer li a{
    	text-decoration : none;
        color : #ffffff;
    }
    
    footer h3{
    	font-weight : 800;
    	font-size : 1rem;
    	color :#f4e9d6;
    	
    }
    .press_release, .gallery{
    	font-size : 1rem;
    	font-weight : 600;
    	padding : 10px 0;
    }
    .phone{
    	font-weight : 600;
    	font-size : 1.25em;
    }
    
    
    .email{
    	font-weight : 600;
    	font-size : 1rem;
    }
    .fa-envelope, .fa-phone, .fa-clock{
    	color :#f4e9d6;
    }
    .post_footer{
    	background-color : #f4e9d6;
    	width : 100%;
    }

    .post_footer p{
       font-weight : 700;
       font-size : 0.9rem;
       padding : 20px;
    	color : #2b424d;
    }


    .egi_slogan{
        width : 100%;
		/* height : 40px; */
       padding : 10px 0 10px 0;		
    }
    
    .egi_slogan>h1{
    	font-size : 0.9rem;
		font-weight : 600;
		text-align : center;
    }
	
    .footer_icons{
    	width : 100%;
    	display : flex;
    	justify-content : center;
    	border-bottom : solid #e4e4e4 1px;
    	border-top : solid #e4e4e4 1px;
    	padding-top : 20px;
    	padding-bottom : 20px;
    	
    }
    .footer_icons>div{
    	margin-left : 25px;
    }
    
    .footer_icons .fab{
    	font-size : 2rem;
    }

    .footer_icons a{
        color : #ffffff;
	}		
	

    .charm-bold {
      font-family: "Charm", serif;
      font-weight: 700;
      font-style: normal;
    }	
	

@media(min-width : 748px){

    footer{
        width : 100%;
        color : #ffffff;
    	min-height : auto;
        scroll-snap-align : end;
    }
    
    .footer_content{
        background :#2b424d;
        width : 100%;
		padding : 0 0 0 0;
    }
    
    
    .footer_flex{
    	display : flex;
    	flex-direction : row;
        column-gap : 50px;
        row-gap : 0;		
    	justify-content : space-between;
    	align-items : center;
        width : 95%;
        margin-left : auto;
        margin-right : auto;
        padding : 15px 0 15px 0;		
    }
    .footer_flex > div{
    	flex : 1;
		width : 100%;
    }
    
    .footer_img{
    	width : 118px;
    	height : 150px;
    	margin-left : 0;
    	margin-top : 0;		
    }
    
    footer li{
    	list-style : none;
    	text-decoration : none;
    }
    
    footer li a{
    	text-decoration : none;
        color : #ffffff;
    }
    
    footer h3{
    	font-weight : 800;
    	font-size : 1rem;
    	color :#f4e9d6;
    	
    }
    .press_release, .gallery{
    	font-size : 1rem;
    	font-weight : 600;
    	padding : 10px 0;
    }
    .phone{
    	font-weight : 600;
    	font-size : 1.25em;
    }
    
    
    .email{
    	font-weight : 600;
    	font-size : 1rem;
    }
    .fa-envelope, .fa-phone, .fa-clock{
    	color :#f4e9d6;
    }
    .post_footer{
    	background-color : #f4e9d6;
    	width : 100%;
    }
    .post_footer p{
       font-weight : 700;
       font-size : 1.05rem;
       padding : 20px;
    	color : #2b424d;
    }


    .egi_slogan{
        width : 100%;
        padding : 20px 0 20px 0;
		/* height : 100px; */
    }
    
    .egi_slogan>h1{
    	font-size : 1.5rem;
		font-weight : 600;
		text-align : center;
    }
	
    .footer_icons{
    	width : 100%;
    	display : flex;
    	justify-content : center;
    	border-bottom : solid #e4e4e4 1px;
    	border-top : solid #e4e4e4 1px;
    	padding-top : 30px;
        padding-bottom : 30px;		
    	padding-bottom : 30px;
    	
    }
    .footer_icons>div{
    	margin-left : 25px;
    }
    
    .footer_icons .fab{
    	font-size : 2rem;
    }

    .footer_icons a{
        color : #ffffff;
	}		
	

    .charm-bold {
      font-family: "Charm", serif;
      font-weight: 700;
      font-style: normal;
    }	
	
}




@media(min-width : 1280px){
*{
    margin : 0;
	padding : 0;
}

    footer{
        width : 100%;
        color : #ffffff;
    	height : 103dvh;
        scroll-snap-align : end;	
    }
    
    .footer_content{
        background :#2b424d;
        width : 100%;
		padding : 0 0 0 0;
    }
    
    
    .footer_flex{
    	display : flex;
    	flex-direction : row;
        column-gap : 0;
        row-gap : 0;		
    	justify-content : space-between;
    	align-items : center;
        width : 95%;
        margin-left : auto;
        margin-right : auto;
        padding : 20px 0 20px 0;		
    }
    .footer_flex > div{
    	flex : 1;
		width : 100%;
    }
    
    .footer_img{
    	width : 118px;
    	height : 150px;
    	margin-left : 75px;
    	margin-top : 0;		
    }
    
    footer li{
    	list-style : none;
    	text-decoration : none;
    }
    
    footer li a{
    	text-decoration : none;
        color : #ffffff;
    }
    
    footer h3{
    	font-weight : 800;
    	font-size : 1.25em;
    	color :#f4e9d6;
    	
    }
    .press_release, .gallery{
    	font-size : 1.15em;
    	font-weight : 600;
    	padding : 10px 0;
    }
    .phone{
    	font-weight : 600;
    	font-size : 1.25em;
    }
    
    
    .email{
    	font-weight : 600;
    	font-size : 1.15em;
    }
    .fa-envelope, .fa-phone, .fa-clock{
    	color :#f4e9d6;
    }
    .post_footer{
    	background-color : #f4e9d6;
    	width : 100%;
    }
    .post_footer p{
       font-weight : 700;
       font-size : 1.2rem;
       padding : 20px;
    	color : #2b424d;
    }


    .egi_slogan{
        width : 100%;
        padding : 20px 0 20px 0;
		/* height : 100px; */
    }
    
    .egi_slogan>h1{
    	font-size : 2rem;
		font-weight : 600;
		text-align : center;
    }
	
    .footer_icons{
    	width : 100%;
    	display : flex;
    	justify-content : center;
    	border-bottom : solid #e4e4e4 1px;
    	border-top : solid #e4e4e4 1px;
    	padding-top : 30px;
    	padding-bottom : 30px;
    	align-items : center;
    }
    .footer_icons>div{
    	margin-left : 25px;
    }
    
    .footer_icons .fab{
    	font-size : 2.5rem;
    }

    .footer_icons a{
        color : #ffffff;
	}		
	

    .charm-bold {
      font-family: "Charm", serif;
      font-weight: 700;
      font-style: normal;
    }	
	
}