@charset "utf-8";
/* CSS Document */

/* Wczytanie fontów */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,900;1,300;1,400;1,500;1,900&display=swap');

@font-face {
	font-family: bookmania,serif;
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: bookmania,serif;
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: bookmania,serif;
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: bookmania,serif;
	font-weight: 400;
	font-style: normal;
}

html {
    scroll-behavior: smooth;
  }

/* Body */

body{
	font-family: 'Poppins', sans-serif!important;
	font-size: 18px!important;
}

ul {
  padding: 0;
  list-style-type: none;
}

/* Kontener */

.Kontener{
	margin-left: 400px!important;
	margin-right: 200px!important;
}

/* Pasek Nawigacji */


#Pasek-nawigacja {
	position: fixed;
	height: 100%;
	width: 200px;
	background-color: #8C5B3F;
	z-index: 2;
}

#Pasek-nawigacja .Logo {
	display: block;
	margin-top: 30px;
	width: 90%;
	margin-left: auto!important;
	margin-right: auto!important;
}

#Pasek-nawigacja .Footer{
	display: block;
	width: 100%;
	position: absolute;
    bottom: 30px;
}


#Pasek-nawigacja .Muzyka{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#Pasek-nawigacja .Muzyka i{
	color: white;
	padding: 0px 15px;
	font-size: 1em;
	transition: 0.5s;
}

#Pasek-nawigacja .Muzyka i:hover{
	cursor: pointer;
	color: #2E2E2E;
}


#Pasek-nawigacja .Social-Media{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#Pasek-nawigacja .Social-Media i{
	color: white;
	padding: 0px 15px;
	font-size: 1em;
	transition: 0.5s;
}

#Pasek-nawigacja .Social-Media i:hover{
	color: #2E2E2E;
}

#Pasek-nawigacja .Jezyki{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#Pasek-nawigacja .Jezyki a{
	margin: 0px 15px;
	font-size: 0.8em;
	font-weight: 300;
	color: white;
	text-decoration: none;
	transition: 0.5s;
}

#Pasek-nawigacja .Jezyki a:hover{
	color: #2E2E2E;
}

#Pasek-nawigacja p{
	font-size: 0.6em;
	line-height: 1.2em;
	font-weight: 300;
	color: white;
	text-align: center;
}

#Pasek-nawigacja .RITF{
	text-decoration: none;
	font-weight: 900;
	color: white;
	transition: 0.5s;
}

#Pasek-nawigacja .RITF:hover{
	color: #2E2E2E;
}

/* Nawigacja */

#Nawigacja{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100px;
	background-color: rgba(112,71,48,0.8);
}

#Nawigacja .Menu{
	display: block;
	margin-right: 200px;
}

#Nawigacja .Menu .active{
	color: #BF9B7A!important;
	border-bottom: solid #BF9B7A 3px;
}

#Nawigacja .Menu a{
	position: relative;
	margin: 0px 20px;
	color: white;
	font-size: 1em;
	font-weight: 900;
	text-decoration: none;
	transition: 0.5s;
}

#Nawigacja .Menu a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #BF9B7A;
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: right;
}

#Nawigacja .Menu a:hover{
	color: #BF9B7A;	
}

#Nawigacja .Menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Nawigacja - mobile */

nav .Logo{
	display: none;
}

#menuToggle{
	display: none;
}

/* Header */

#Header video{
	position: absolute;
	width: 100%;
	z-index: -1;
	top: -100px;
}

#Header .Text{
	position: absolute;
	left: 400px;
	top: 60%;
}

#Header .Text h1{
	font-family: bookmania,serif;
	font-weight: 900;
	font-size: 4em;
	color: white;
	margin-bottom: 60px;
}

#Header .Text a{
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
	color: white;
	border-bottom: solid white 3px;
	transition: 0.5s;
}

#Header .Text a:hover{
	color: #BF9B7A;
	border-bottom: solid #BF9B7A 3px;
}

/* O Nas */

#O_Nas{
	width: 100%;
	margin-top: 85%;
}

#O_Nas .Kolumny{
	display: flex;
	margin-bottom: 150px;
}

#O_Nas .Kolumny .Lewa h2{
	font-weight: 500;
	font-size: 1.5em;
	color: #2E2E2E;
	margin-bottom: 10px;
}

#O_Nas .Kolumny .Lewa h1{
	font-family: bookmania,serif;
	font-weight: 900;
	font-size: 4em;
	color: #8C5B3F;
	width: 700px;
}

#O_Nas .Kolumny .Lewa h3{
	font-family: bookmania,serif;
	font-weight: 900;
	font-size: 2em;
	color: #8C5B3F;
	margin-bottom: 60px;
}

#O_Nas .Kolumny .Lewa a{
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
	color: #8C5B3F;
	border-bottom: solid #8C5B3F 3px;
	transition: 0.5s;
}

#O_Nas .Kolumny .Lewa a:hover{
	color: #2E2E2E;
	border-bottom: solid #2E2E2E 3px;
}


#O_Nas .Kolumny .Prawa p{
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #2E2E2E;
	margin-bottom: 40px;
}

#O_Nas .Kolumny .Prawa strong{
	font-weight: 900;
	color: #8C5B3F;
}

#O_Nas .Kolumny .Prawa spacer{
	display: flex;
	width: 100px;
	justify-content: flex-start;
	margin-bottom: 40px;
	height: 3px;
	background-color: #8C5B3F;
}

/* Oferta */

#Oferta{
	height: 750px;
	background-image: url("/web/20220101054345im_/http://gortan.pl/static/img/Oferta_Zdjecie.png");
	min-height: 500px;
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	margin-bottom: 150px;
}

#Oferta h1{
	font-family: bookmania,serif;
	font-weight: 900;
	font-size: 4em;
	color: white;
	margin-bottom: 60px;
	padding-top: 25%;
}

#Oferta a{
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
	color: white;
	border-bottom: solid white 3px;
	transition: 0.5s;
}

#Oferta a:hover{
	color: #BF9B7A;
	border-bottom: solid #BF9B7A 3px;
}

/* Certyfikat */

#Certyfikat .Kolumny{
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 150px;
}

#Certyfikat .Kolumny .Prawa h2{
	font-weight: 500;
	font-size: 1.5em;
	color: #2E2E2E;
	margin-bottom: 10px;
}

#Certyfikat .Kolumny .Prawa h1{
	font-family: bookmania,serif;
	font-weight: 900;
	font-size: 4em;
	color: #8C5B3F;
	margin-bottom: 60px;
	width: 80%;
}

#Certyfikat .Kolumny .Prawa a{
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
	color: #8C5B3F;
	border-bottom: solid #8C5B3F 3px;
	transition: 0.5s;
}

#Certyfikat .Kolumny .Prawa a:hover{
	color: #2E2E2E;
	border-bottom: solid #2E2E2E 3px;
}

#Certyfikat .Kolumny .Lewa video{
	width: 100%;
}

/* Footer */


footer .Kolumny{
	display: flex;
	width: 100%;
	margin-bottom: 100px;
}

footer .Kolumny .Lewa{
	width: 100%;
	text-align: left;
}

footer .Kolumny .Lewa spacer{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	margin-bottom: 60px;
	height: 3px;
	background-color: #8C5B3F;
}

footer .Kolumny .Lewa p{
	width: 70%;
	column-count: 2;
	column-gap: 5px;
	color: #8C5B3F;
	font-weight: 300;
	font-size: 0.8em;
	line-height: 2em;
}

footer .Kolumny .Prawa{
	width: 100%;
	text-align: right;
}

footer .Kolumny .Prawa spacer{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	margin-bottom: 60px;
	height: 2px;
	background-color: #BF9B7A;
}

footer .Kolumny .Prawa a{
	position: relative;
	margin: 0px 20px;
	color: #8C5B3F;
	font-size: 1em;
	font-weight: 900;
	text-decoration: none;
	transition: 0.5s;
}

footer .Kolumny .Prawa a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #2E2E2E;
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: right;
}

footer .Kolumny .Prawa a:hover{
	color: #2E2E2E;	
}

footer .Kolumny .Prawa a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

footer .Kolumny .Prawa button{
	margin-left: 60px;
	height: 50px;
	width: 50px;
	border-radius: 100px; 
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #BF9B7A;
	color: #8C5B3F;
	transition: 0.5s;
}

footer .Kolumny .Prawa button i{
	font-size: 2em;
}

footer .Kolumny .Prawa button:hover{
	background-color: #8C5B3F;
	color: #BF9B7A;
}

.Footer{
	display: none;
}

/* Responsywność - 1600px */

@media only screen and (max-width: 1620px) {
	
	body{
		font-size: 16px!important;
	}
	
	/* Kontener */

	.Kontener{
		margin-left: 300px!important;
		margin-right: 100px!important;
	}
	
	/* Pasek Nawigacji */

	#Pasek-nawigacja {
		width: 180px;
	}

	/* Nawigacja */

	#Nawigacja .Menu{
		margin-right: 100px;
	}
	
	/* Header */

	#Header video{
		top: 0px;
	}

	#Header .Text{
		left: 300px;
		top: 45%;
	}

	#Header .Text h1{
		margin-bottom: 40px;
	}
	
	/* O Nas */

	#O_Nas{
		margin-top: 900px;
	}

	#O_Nas .Kolumny{
		margin-bottom: 100px;
	}

	#O_Nas .Kolumny .Lewa h1{
		width: 550px;
	}
	
	#O_Nas .Kolumny .Lewa h3{
		margin-bottom: 40px;
	}
	
	/* Oferta */

	#Oferta{
		height: 600px;
		min-height: 300px;
	}

	#Oferta h1{
		margin-bottom: 40px;
		padding-top: 250px;
	}
	
	/* Certyfikat */

	#Certyfikat .Kolumny{
		margin-bottom: 100px;
	}

	#Certyfikat .Kolumny .Lewa video{
		width: 100%;
	}


	#Certyfikat .Kolumny .Prawa h1{
		margin-bottom: 40px;
		width: 500px;
	}

	#Certyfikat .Kolumny .Prawa a{
	}
	
	/* Footer */

	footer .Kolumny{
		margin-bottom: 50px;
	}

	footer .Kolumny .Lewa spacer{
		margin-bottom: 40px;
	}


	footer .Kolumny .Prawa spacer{
		margin-bottom: 40px;
	}

	
}

@media only screen and (max-width: 1410px) {
	
	body{
		font-size: 14px!important;
	}
	
	/* Kontener */

	.Kontener{
		margin-left: 300px!important;
		margin-right: 100px!important;
	}
	
	/* Pasek Nawigacji */

	#Pasek-nawigacja {
		width: 150px;
	}

	/* Nawigacja */

	#Nawigacja .Menu{
		margin-right: 100px;
	}
	
	/* Header */

	#Header video{
		top: 0px;
	}

	#Header .Text{
		left: 300px;
		top: 50%;
	}

	#Header .Text h1{
		margin-bottom: 40px;
	}
	
	/* O Nas */

	#O_Nas{
		margin-top: 80%;
	}

	#O_Nas .Kolumny{
		margin-bottom: 100px;
	}

	#O_Nas .Kolumny .Lewa h1{
		width: 450px;
	}
	
	#O_Nas .Kolumny .Lewa h3{
		margin-bottom: 40px;
	}
	
	/* Oferta */

	#Oferta{
		height: 600px;
		min-height: 300px;
	}

	#Oferta h1{
		margin-bottom: 40px;
		padding-top: 250px;
	}
	
	/* Certyfikat */

	#Certyfikat .Kolumny{
		margin-bottom: 100px;
	}

	#Certyfikat .Kolumny .Lewa video{
		width: 100%;
	}

	#Certyfikat .Kolumny .Prawa h1{
		margin-bottom: 40px;
		width: 350px;
	}

	#Certyfikat .Kolumny .Prawa a{
	}
	
	/* Footer */

	footer .Kolumny{
		margin-bottom: 50px;
	}

	footer .Kolumny .Lewa spacer{
		margin-bottom: 40px;
	}


	footer .Kolumny .Prawa spacer{
		margin-bottom: 40px;
	}
	
}
@media only screen and (max-width: 1150px) {
	
	body{
		font-size: 12px!important;
	}
	
	/* Kontener */

	.Kontener{
		margin-left: 250px!important;
		margin-right: 50px!important;
	}
	
	/* Pasek Nawigacji */

	#Pasek-nawigacja {
		width: 120px;
	}

	/* Nawigacja */
	
	#Nawigacja{
		height: 80px;
	}

	#Nawigacja .Menu{
		margin-right: 50px;
	}
	
	/* Header */

	#Header video{
		top: 0px;
	}

	#Header .Text{
		left: 250px;
		top: 40%;
	}

	#Header .Text h1{
		margin-bottom: 40px;
	}
	
	/* O Nas */

	#O_Nas{
		margin-top: 80%;
	}

	#O_Nas .Kolumny{
		margin-bottom: 100px;
	}

	#O_Nas .Kolumny .Lewa h1{
		width: 350px;
	}
	
	#O_Nas .Kolumny .Lewa h3{
		margin-bottom: 40px;
	}
	
	#O_Nas .Kolumny .Prawa p{
		margin-bottom: 20px;
	}
	
	#O_Nas .Kolumny .Prawa spacer{
	margin-bottom: 20px;
	}
	
	/* Oferta */

	#Oferta{
		height: 400px;
		min-height: 300px;
		margin-bottom: 100px;
	}

	#Oferta h1{
		margin-bottom: 40px;
		padding-top: 150px;
	}
	
	/* Certyfikat */

	#Certyfikat .Kolumny{
		margin-bottom: 100px;
	}

	#Certyfikat .Kolumny .Lewa video{
		width: 100%;
	}

	#Certyfikat .Kolumny .Prawa h1{
		margin-bottom: 40px;
		width: 350px;
	}

	/* Footer */

	footer .Kolumny{
		margin-bottom: 50px;
	}

	footer .Kolumny .Lewa spacer{
		margin-bottom: 40px;
	}


	footer .Kolumny .Prawa spacer{
		margin-bottom: 40px;
	}
	
	footer .Kolumny .Prawa button{
	margin-left: 20px;
	height: 40px;
	width: 40px;
}

footer .Kolumny .Prawa button i{
	font-size: 1.5em;
}
	
}

@media only screen and (max-width: 1000px) {
	
	.Kontener{
		margin-left: 200px!important;
		margin-right: 50px!important;
	}
	
	
		/* Nawigacja */

	#Nawigacja{
		height: 80px;
	}

	#Nawigacja .Menu a{
		margin: 0px 15px;
	}

	/* Header */

	#Header video{
		top: 0px;
	}

	#Header .Text{
		position: absolute;
		left: 40%;
		top: 25%;
	}

	#Header .Text h1{
		text-align: center;
	}

	#Header .Text{
		text-align: center;
	}

	/* O Nas */

	#O_Nas{
		width: 100%;
		margin-top: 80%;
	}

	#O_Nas .Kolumny{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	#O_Nas .Kolumny .Lewa{
		text-align: left;
		margin-bottom: 100px;
	}

	#O_Nas .Kolumny .Lewa h1{
		width: 100%;
	}
	
	/* Certyfikat */

	#Certyfikat .Kolumny{
		display: flex;
		flex-wrap: wrap;
	}

	#Certyfikat .Kolumny .Lewa video{
		display: none;
	}

	#Certyfikat .Kolumny .Prawa h2{
		margin-top: 0px;
		margin-left: 0px;
	}

	#Certyfikat .Kolumny .Prawa h1{
		width: 100%;
		margin-left: 0px;
	}

	#Certyfikat .Kolumny .Prawa a{
		margin-left: 0px;
	}


	#Certyfikat .Kolumny .Prawa video{
		width: 100%;
		margin-top: 100px;
		margin-left: 0px;
	}
	
	/* Footer */


	footer .Kolumny{
		margin-bottom: 50px;
	}


	footer .Kolumny .Lewa spacer{
		margin-bottom: 40px;
	}

	footer .Kolumny .Lewa p{
		width: 100%;
		column-gap: 20px;
	}

	footer .Kolumny .Prawa{
		width: 100%;
		text-align: right;
	}

	footer .Kolumny .Prawa spacer{
		margin-bottom: 40px;
	}

	footer .Kolumny .Prawa a{
		display: none;
	}

	footer .Kolumny .Prawa button{
		margin-left: 0px;
		height: 35px;
		width: 35px;
	}

	footer .Kolumny .Prawa button i{
		font-size: 1em;
	}	
	
}

@media only screen and (max-width: 720px) {
	
	.Kontener{
		margin-left: 50px!important;
		margin-right: 50px!important;
	}

/* Pasek Nawigacji */
	
	#Pasek-nawigacja{
		display: none;
	}
	
	#Nawigacja{
		display: none;
	}
	
	nav{
		height: 80px;
		background-color: #8C5B3F;
	}
	
	nav .Logo {
	display: block;
	height: 45%;
	margin-left: auto!important;
	margin-right: auto!important;
	}
	
		#menuToggle
	{
		width: 80%;
	  display: block;
	  position: relative;
	  top: 40%;
	  left: 50px;
	  z-index: 1;
	  -webkit-user-select: none;
	  user-select: none;
	}

	#menuToggle a
	{
	  text-decoration: none;
	  color: #8C5B3F;
	  transition: color 0.3s ease;
	}

	#menuToggle a:hover
	{
	  color: #2E2E2E;
	}


	#menuToggle input
	{
	  display: block;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  top: -7px;
	  left: -5px;
	  cursor: pointer;
	  opacity: 0; /* hide this */
	  z-index: 2; /* and place it over the hamburger */

	  -webkit-touch-callout: none;
	}
	
	#menuToggle span
	{
	  display: block;
	  width: 30px;
	  height: 3px;
	  margin-bottom: 5px;
	  position: relative;

	  background: #fff;

	  z-index: 1;

	  transform-origin: 4px 0px;

	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	}

	#menuToggle span:first-child
	{
	  transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2)
	{
	  transform-origin: 0% 100%;
	}

	/* 
	 * Transform all the slices of hamburger
	 * into a crossmark.
	 */
	#menuToggle input:checked ~ span
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	  background: #8C5B3F;
	}

	/*
	 * But let's hide the middle one.
	 */
	#menuToggle input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	/*
	 * Ohyeah and the last one should go the other direction
	 */
	#menuToggle input:checked ~ span:nth-last-child(2)
	{
	  transform: rotate(-45deg) translate(0, -1px);
	}

	/*
	 * Make this absolute positioned
	 * at the top left of the screen
	 */
	#menu
	{
	  position: absolute;
		height: 100vh;
	  margin: -80px 0 0 -50px;
	  padding: 50px;
	  padding-top: 150px;

	  background: #fff;
	  list-style-type: none;
	  -webkit-font-smoothing: antialiased;
	  /* to stop flickering of text in safari */

	  transform-origin: 0% 0%;
	  transform: translate(-100%, 0);

	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#menu li
	{
		font-weight: 900;
	  	padding: 15px 0;
	  	font-size: 2.5em;
	}
	
	#menu .Jezyki{
		display: flex;
		justify-content: flex-start;
		margin-top: 60%;
	}

	#menu .Jezyki a{
		margin-right: 50px;
		font-size: 2em;
		font-weight: 300;
		color: #8C5B3F;
		text-decoration: none;
		 transition: color 0.3s ease;
	}
	
	#menu .Jezyki a:hover{
		color: #2E2E2E;
	}

	/*
	 * And let's slide it in from the left
	 */
	#menuToggle input:checked ~ ul
	{
	  transform: none;
	}
	
	/* Header */

	#Header .Text{
		display: none;
	}
	
	#Header video{
		margin-top: 80px;
	}
	
	/* O Nas */

	#O_Nas{
		width: 100%;
		margin-top: 85%;
	}

	#O_Nas .Kolumny{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	#O_Nas .Kolumny .Lewa{
		text-align: left;
		margin-bottom: 50px;
	}

	#O_Nas .Kolumny .Lewa h1{
		width: 100%;
	}
	
	/* Oferta */

	#Oferta{
		text-align: center;
		height: 300px;
		min-height: 300px;
		background-position: right;
		margin-bottom: 100px;
	}

	#Oferta h1{
		margin-bottom: 40px;
		padding-top: 80px;
	}
	
	/* Certyfikat */
	

	#Certyfikat .Kolumny{
		display: flex;
		flex-wrap: wrap-reverse;
	}

	#Certyfikat .Kolumny .Lewa video{
		display: block;
		width: 100%;
		margin-top: 50px;
		margin-left: 0px;
	}

	#Certyfikat .Kolumny .Prawa h2{
		margin-top: 0px;
		margin-left: 0px;
	}

	#Certyfikat .Kolumny .Prawa h1{
		width: 100%;
		margin-left: 0px;
	}

	#Certyfikat .Kolumny .Prawa a{
		margin-left: 0px;
	}

	
	/* Footer */


	footer .Kolumny{
		margin-bottom: 50px;
	}


	footer .Kolumny .Lewa spacer{
		margin-bottom: 40px;
	}

	footer .Kolumny .Lewa p{
		width: 150%;
		column-gap: 10px;
	}

	footer .Kolumny .Prawa{
		width: 100%;
		text-align: right;
	}

	footer .Kolumny .Prawa spacer{
		margin-bottom: 40px;
	}

	footer .Kolumny .Prawa a{
		display: none;
	}

	footer .Kolumny .Prawa button{
		margin-left: 0px;
		height: 35px;
		width: 35px;
	}

	footer .Kolumny .Prawa button i{
		font-size: 1em;
	}
	
	.Footer{
		height: 60px;
		width: 100%;
		display: flex;
		text-align: center;
		justify-content: space-between;
		background-color: #8C5B3F; 
		align-items: center;
	}
	
	.Footer .Social-Media{
		margin-left: 40px;
	}
	
	.Footer .Social-Media i{
		color: white;
		padding: 0px 10px;
		font-size: 1.5em;
	}

	.Footer p{
		font-size: 0.8em;
		line-height: 1.2em;
		font-weight: 300;
		color: white;
		text-align: right;
		margin-right: 50px;
	}

	.Footer .RITF{
		text-decoration: none;
		font-weight: 900;
		color: white;
	}
	
	
}

/*
playback timings (ms):
  capture_cache.get: 4.575
  load_resource: 72.492
  PetaboxLoader3.resolve: 40.017
  PetaboxLoader3.datanode: 10.642
*/