html{
    --theme_font: Andale Mono, monospace;
}
.header_div{
    /* height: 16%; */
}
.logo{
	width: 8.5%;
    margin-left: 1%;
	cursor: pointer;
}
#id_footer_div{
    display: flex;
    justify-content: space-between;
	margin-top: 5%;
	width: 100%;
	z-index: 9000;

}
.footer_div_img{
	display: flex;
	justify-content: center;
    justify-content: space-between;
	width: 13%;
    margin-left: 5%;
    /* height: 50%; */
}
#id_footer_div{
    display: flex;
    height: 20%;
    padding-bottom: 4%;
    padding-top: 4%;
    justify-content: space-between;
    transition: var(--slide_in_transition);
    background-color: gray;
    width: 99dvw;
    padding-left: 12%;
    background-color: #2a052608;
}
.footer_img{
	--height: 25vh;
	height: var(--height);
	width: var(--height);
}
.footer_logo{
    width: 100%;
	/* width: 8%;
	height: 130%; */
    cursor: pointer;
}
#id_social_media_div{
    display: flex;
    flex-direction: column;
    width: 25%;
    justify-content: center;
}
#id_social_media_logos_div{
    display: flex;
    width: 70%;
}
#id_social_media_logos_div_text{
    font-family: var(--theme_font);
}
.footer_social_logo{
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
#id_linkedin_logo, #id_linkedin_logo2{
    opacity: 0;
    width: 70%;
    height: 38%;
    width: 75px;
    height: 60px;
}
.before_slide_in_bottom{
    opacity: 0;
    transform: translateY(15%);
}

/* Galaxy and iphone */
@media (max-width: 768px) {
    .header_div{
		background-color: rgba(255,255,255,0.85);
		height: 9%;
	}
    .logo{
		width: 15%;
        margin-right: 3%;
    }
    .nav_btn{
        /* font-size: 0.6rem; */
    }
    #id_social_media_logos_div_text{
        font-size: 0.9rem;
    }
    #id_footer_div{
        margin-top: 15%;
    }
    .footer_div_img{
        width: 40%;
        margin-left: 2%;
    }
    #id_linkedin_logo, #id_linkedin_logo2{
        width: 60%;
        height: 34%;
        width: 55px;
        height: 50px;
    }
} 

/* iphone */
@media (min-width: 427px) and (max-width: 768px){
    /* .logo{
		width: 1%;
        margin-right: 3%;
    } */
}

/* Galaxy only */
@media (max-width: 427px) {
}
#id_social_media{}
#id_linkedin_logo{}