@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One Child	
Template: twentytwentyone
*/

:root {
	--branding--title--font-family: Lovelo;
	--branding--title--font-size: 4rem;
	--branding--title--font-weight: 900;
}

* {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-header {
	align-items: center;
	padding-bottom: var(--global--spacing-vertical);
}

h1.site-title {
	font-weight: var(--branding--title--font-weight);
}

.footer-navigation {
	margin-top: 0;
}

.widget-area,
#colophon .site-info {
	display: none;
}

#nest-cam-livestream #main {
	padding: 0;
}

#nest-cam-livestream #page {
	height: 100%;
}

#nest-cam-livestream #content {
	display: flex;
	height: calc(100% - 4rem - calc(3.4 * var(--global--spacing-vertical)));
	width: 100%;
}

#nest-cam-livestream #primary,
#nest-cam-livestream #main,
#nest-cam-livestream iframe {
	flex: 1;
	width: 100%;
	height: 100%;
}
