/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
.hamburger{
    width: 40%;
}
#homepage .home_wrap .hometitle .middle_col{
	position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
#homepage .home_wrap .hometitle .middle_col h1{
	font-size: 7rem;
    text-transform: uppercase;
    color: #e0ded5;
}
.scrolled #homepage .home_wrap .hometitle .middle_col h1{
	color: rgba(255,255,255,0.45);
}