/*
 Theme Name: Rot Barebone Child
 Template: rot-bootstrap-barebone
 Text Domain: rot-barebone-child
*/
:root{
	--display-header-min-h: 480px;
	--header-height:72px;
}

:root body{
	--primary-dark:#3e433d;
	--primary:#a9f6fc;
	--bs-primary:var(--primary);
	--bs-primary-rgb:rgb(169, 246, 252);

	--secondary:#f5e225 ;
	--bs-secondary:var(--secondary);
	--bs-secondary-rgb:rgb(245, 226, 37);
	--secondary-light:#f3e766 ;

	--tertiary:#e5a2ce;
	--bs-tertiary:var(--tertiary);
	--bs-tertiary-rgb:rgb(229, 162, 206);

	--turquoise:var(--primary);
	--green:var(--secondary);
	--pink:var(--tertiary);
	--orange:#e7885a;


	--sans:'IBM Plex Sans',sans-serif;
	--serif:'Unna','Times New Roman', serif;

	font-family:var(--sans),sans-serif;

	/*typo*/
	--reglar-p-size:1rem;
	--display-p-size:1.3rem;
}


h1{color:var(--text);}


section.rot-front-hero{
	/* min-height:var(--fig-minh); */
	/* overflow:hidden; */
}

@media(max-width:575.98px){
	:root{
		--container-margin:15px;
	}
}


/*theme: to delete */
/*theme: to delete */
/*theme: to delete */
/*theme: to delete */
:root {
    /* --header-margin-left: calc(var(--container-margin) + 14rem); */
    --header-margin-left: calc(9rem);
    --d-header-spacing-top: calc(var(--display-header-min-h) - 0rem - 1px);
}
@media(min-width:768px){
	:root{
		--header-margin-left:calc(14rem);
	}
}
@media(min-width:992px){
	:root{
		--d-header-spacing-top:2rem;
		--display-header-min-h: 640px;
	}
}
@media(min-width:1400px){
	:root{
		/* --header-margin-left:calc(var(--container-margin) + 14rem); */
		--header-margin-left:calc(17rem);
		--d-header-spacing-top:4rem;
	}
}
@media(min-width:1720px){
	:root{
		/* --header-margin-left:calc(var(--container-margin) + 14rem); */
		--header-margin-left:calc(18rem);
	}
}