/*
Theme Name: Living Future Twenty Twenty-Four 
Author: Danielle Gonzalez
Description: A theme for the International Living Future Institute based on the Twenty Twenty-Four default theme for WordPress
Version: 1.0
Template: twentytwentyfour
Tags: full-site-editing
Text Domain: themeslug
Tested up to: 6.5
Requires at least: 6.0
Requires PHP: 7.4
Version: 1.0 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.homepage_img_banner {
    height: 800px;
    display: flex;
}

.homepage_img_banner img {
    height: 100% !important;
    object-fit: cover;
}
.hover_white_text, .wp-element-button{
    transition: 0.3s all;
}
.hover_white_text a:hover,.hover_white_text a:focus {
    color: #ffffff !important;
}
@media screen and (max-width: 1210px){ 

.header_main .header_upper,.header_main .header_lower{max-width:100% !important;}

}

@media screen and (max-width: 991px){ 
.homepage_img_banner {
    height: 600px !important;
}
}

@media screen and (max-width: 640px){ 
.homepage_img_banner {
    height: 500px !important;
}
}

@media screen and (max-width: 460px){ 
    
    .logo_sec .wp-block-site-logo img{width:150px;}
    .logo_sec{gap:10px;}
    .member_login{gap:10px;}
    .member_login button{padding:10px;}
    .member_login nav ul li a span{font-size:13px;}
    
    .homepage_img_banner {height: 350px !important;}
}

@media screen and (max-width: 375px){ 

.member_login{width:100%;justify-content:center;}

}
.credit-text-banner {
    position: absolute;
    z-index: 1;
    right: 0;
    margin: -70px 0 0 0;
    color: #fff;
    padding: 20px;
    text-align: center;
    line-height: normal;
}