

/*
 *  SquadChess.com
 *  
 *  CSS display configuration.
 *  
 *  Created by Scott Johnstone 
 *  ©2022 Austere Games
 *  
 *  info@squadchess.com
 * 
 */


#title_wrap {
	width: fit-content;
    margin: 0 auto;
    text-align: right;
}

#title_wrap h1 {
	padding-bottom: 0;
}

.ovr p {
	margin: 3% auto;
}

#help_bottom_btns {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

a.btn_creds {
	width: 42%;
}

#vAI_split {
	display: none;
}

span.ovr_desctxt {
	margin-bottom: 3%;
	display: flex;
	justify-content: center;
}

#welcome_ovr_scen {
	min-height: 95vh;
}

#welcome_ovr_help .spacer {
	height: min(4vw, 6vh);
}


.btn_big {
	opacity: 0.7;
}




